From 25327907f31b2ccea51f8a52431cbc9dcfba1602 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 02:47:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c01cb6..7f4f9aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,6 +91,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + buttons={[ + { text: "View Full Collection", href: "product" } + ]} + buttonAnimation="slide-up" ariaLabel="Product showcase for shrink plastic jewelry collection" /> @@ -210,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1