diff --git a/src/app/page.tsx b/src/app/page.tsx index cc464d4..77e3e24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,6 +108,7 @@ export default function LandingPage() { ]} title="Curated Collections" description="Refined essentials for the modern home." + buttons={[{ text: "View Full Collection", href: "#shop" }]} /> @@ -171,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file