Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user