From 98bd6bf1dedc21305a2faffd5b269e04fe476e6c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 02:37:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1