From 59d13c2bb6168fd90fd09d7724b60eb1bea71507 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 10:00:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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 -- 2.49.1