Skip to content

Commit 4f1d9ac

Browse files
committed
feat: add quotes rotate above TL
1 parent 1cb2eb1 commit 4f1d9ac

File tree

1 file changed

+5
-19
lines changed
  • apps/gifting-concierge/src/app/components

1 file changed

+5
-19
lines changed

apps/gifting-concierge/src/app/components/footer.tsx

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { Icon } from "@iconify/react";
66
import { Link, Spacer } from "@nextui-org/react";
77
import React from "react";
88

9-
import { WordRotate } from "@theliaison/ui/magicui/word-rotate";
9+
import { QuotesRotate } from "~/components/quotes-rotate";
1010

1111
type SocialIconProps = Omit<IconProps, "icon">;
1212

@@ -69,28 +69,14 @@ export function Footer() {
6969
return (
7070
<footer className="flex w-full flex-col">
7171
<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>
7275
<div className="flex items-center justify-center">
7376
<span className="text-medium font-medium">
74-
<strong>TL</strong> Gifting Concierge
77+
TL <strong>Gifting Concierge</strong>
7578
</span>
7679
</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>
9480
<Spacer y={4} />
9581
<div className="flex flex-wrap justify-center gap-x-4 gap-y-1">
9682
{navLinks.map((item) => (

0 commit comments

Comments
 (0)