Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-09 11:59:30 +00:00

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>
);
}
}