diff --git a/src/app/page.tsx b/src/app/page.tsx index b63c3f8..2080957 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,6 +136,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + buttons={[ + { text: "Create Free Account", href: "#contact" } + ]} plans={[ { id: "basic", badge: "Standard", price: "5%", subtitle: "Per successful sale", features: [ @@ -237,4 +240,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file