diff --git a/src/app/page.tsx b/src/app/page.tsx index 51caaca..2058cb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,13 +33,12 @@ export default function LandingPage() { @@ -47,7 +46,7 @@ export default function LandingPage() { @@ -75,6 +75,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Why Choose Us" description="Experience superior quality and dedicated service tailored to your home needs." + buttons={[{ text: "Explore Collections", href: "#products" }]} features={[ { title: "Premium Materials", description: "Sourced from the best suppliers for long-lasting quality.", icon: Shield, @@ -117,6 +118,7 @@ export default function LandingPage() { ]} title="Curated Collections" description="Explore our latest arrivals in contemporary home decor." + buttons={[{ text: "View Full Catalog", href: "#" }]} /> @@ -148,6 +150,7 @@ export default function LandingPage() { cardTitle="Client Voices" cardTag="Reviews" cardAnimation="slide-up" + buttons={[{ text: "Read More", href: "#" }]} /> @@ -164,6 +167,7 @@ export default function LandingPage() { mediaAnimation="slide-up" title="Common Inquiries" description="Answers to your questions about our services and showroom." + buttons={[{ text: "Contact Support", href: "#contact" }]} faqsAnimation="slide-up" /> @@ -192,4 +196,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file