Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ea787bcaa | |||
| cf558aba80 | |||
| d04317b583 | |||
| 7a88317fa7 | |||
| 23c745d259 |
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "plan1", badge: "Starter", price: "$0", subtitle: "Basic features.", buttons: [
|
||||
id: "plan1", badge: "Starter", price: "$0", subtitle: "Core platform access.", buttons: [
|
||||
{
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
||||
"Limited access", "Community support"],
|
||||
},
|
||||
{
|
||||
id: "plan2", badge: "Pro", price: "$49", subtitle: "Advanced features.", buttons: [
|
||||
id: "plan2", badge: "Pro", price: "$49", subtitle: "Enhanced tools for growth.", buttons: [
|
||||
{
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
"Full access", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "plan3", badge: "Elite", price: "$199", subtitle: "Everything included.", buttons: [
|
||||
id: "plan3", badge: "Elite", price: "$199", subtitle: "Bespoke enterprise solutions.", buttons: [
|
||||
{
|
||||
text: "Sign Up", href: "#"},
|
||||
],
|
||||
@@ -196,8 +196,8 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready to Start?"
|
||||
description="Join LALIKO today and transform your business."
|
||||
title="Schedule a demo"
|
||||
description="Experience the platform firsthand and see how it streamlines your workflow."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/two-worried-young-business-men-looking-laptop_171337-7311.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -237,4 +237,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user