From ede94af4d53a4c32bcf22c60a0fb4338f3cb11a5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:30:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37f8507..d44e0b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,6 +99,9 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Explore Platform", href: "products" } + ]} features={[ { title: "Authentic Quality Guaranteed", description: "Every decant is verified for authenticity and quality", bentoComponent: "globe" @@ -228,4 +231,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1