Update src/app/page.tsx

This commit is contained in:
2026-05-09 11:59:27 +00:00
parent 33868700b4
commit be8daccb18

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}