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