diff --git a/src/app/page.tsx b/src/app/page.tsx index f1b2552..6f08e22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,27 +20,26 @@ export default function LandingPage() { defaultButtonVariant="bounce-effect" defaultTextAnimation="reveal-blur" borderRadius="soft" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -277,20 +179,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How do I track my order?", - content: "You will receive an email update with tracking details as soon as your order ships.", - }, + id: "1", title: "How do I track my order?", content: "You will receive an email update with tracking details as soon as your order ships."}, { - id: "2", - title: "What is the return policy?", - content: "Returns are accepted within 30 days of purchase for a full refund on unused items.", - }, + id: "2", title: "What is the return policy?", content: "Returns are accepted within 30 days of purchase for a full refund on unused items."}, { - id: "3", - title: "Do you ship internationally?", - content: "Yes, we ship to over 100 countries globally via express couriers.", - }, + id: "3", title: "Do you ship internationally?", content: "Yes, we ship to over 100 countries globally via express couriers."}, ]} sideTitle="Questions?" faqsAnimation="slide-up" @@ -301,16 +194,13 @@ export default function LandingPage() { @@ -321,29 +211,19 @@ export default function LandingPage() { logoText="Chartuply" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Shop", - href: "#products", - }, + label: "Shop", href: "#products"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy", - href: "#", - }, + label: "Privacy", href: "#"}, { - label: "Terms", - href: "#", - }, + label: "Terms", href: "#"}, ], }, ]}