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