diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a253a4..3bd67d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttonAnimation="slide-up" + buttons={[ + { text: "Explore All Features", href: "#product" } + ]} features={[ { id: 1, @@ -233,4 +236,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file