Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1af3828e89 | |||
| 85170bf9e2 | |||
| be8daccb18 | |||
| 33868700b4 |
@@ -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: [
|
||||
@@ -143,7 +146,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
title="Simple Success Fee"
|
||||
description="We only profit when you succeed. Transparent 5% per successful transaction."
|
||||
description="We only profit when you succeed. Our 5% fee includes full escrow protection for every transaction."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -237,4 +240,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user