@@ -6,7 +6,7 @@ import { Icon } from "@iconify/react";
6
6
import { Link , Spacer } from "@nextui-org/react" ;
7
7
import React from "react" ;
8
8
9
- import { WordRotate } from "@theliaison/ui/magicui/word -rotate" ;
9
+ import { QuotesRotate } from "~/components/quotes -rotate" ;
10
10
11
11
type SocialIconProps = Omit < IconProps , "icon" > ;
12
12
@@ -69,28 +69,14 @@ export function Footer() {
69
69
return (
70
70
< footer className = "flex w-full flex-col" >
71
71
< div className = "mx-auto flex w-full max-w-7xl flex-col items-center justify-center px-6 py-12 lg:px-8" >
72
+ < div >
73
+ < QuotesRotate />
74
+ </ div >
72
75
< div className = "flex items-center justify-center" >
73
76
< span className = "text-medium font-medium" >
74
- < strong > TL </ strong > Gifting Concierge
77
+ TL < strong > Gifting Concierge</ strong >
75
78
</ span >
76
79
</ div >
77
- < div >
78
- < WordRotate
79
- words = { [
80
- '"A gift consist not in what is done or given, but in the intention of the giver or doer." - Seneca' ,
81
- '"The manner of giving is worth more than the gift." - Pierre Corneille' ,
82
- '"Every gift which is given, even though it be small, is in reality great, if it is given with affection." - Pindar' ,
83
- '"We make a living by what we get, but we make a life by what we give." - Winston Churchill' ,
84
- '"No one has ever overcome poor by giving." - Anne Frank' ,
85
- '"It is not how much we give, but how much love we put into giving." - Mother Teresa' ,
86
- '"For it is in giving that we receive." - Francis of Assisi' ,
87
- '"Gratitude is not only the greatest of virtues, but the parent of all others." - Cicero' ,
88
- '"When we give cheerfully and accept gratefully, everyone is blessed." - Maya Angelou' ,
89
- '"The meaning of life is to find your gift. The purpose of life is to give it away." - Pablo Picasso' ,
90
- ] }
91
- duration = { 5000 }
92
- />
93
- </ div >
94
80
< Spacer y = { 4 } />
95
81
< div className = "flex flex-wrap justify-center gap-x-4 gap-y-1" >
96
82
{ navLinks . map ( ( item ) => (
0 commit comments