Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf558aba80 | |||
| d04317b583 | |||
| 7a88317fa7 | |||
| 23c745d259 |
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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: "#"},
|
text: "Sign Up", href: "#"},
|
||||||
],
|
],
|
||||||
@@ -148,7 +148,7 @@ export default function LandingPage() {
|
|||||||
"Limited access", "Community support"],
|
"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: "#"},
|
text: "Sign Up", href: "#"},
|
||||||
],
|
],
|
||||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
"Full access", "Priority support"],
|
"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: "#"},
|
text: "Sign Up", href: "#"},
|
||||||
],
|
],
|
||||||
@@ -196,8 +196,8 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
variant: "plain"}}
|
||||||
tag="Contact Us"
|
tag="Contact Us"
|
||||||
title="Ready to Start?"
|
title="Schedule a demo"
|
||||||
description="Join LALIKO today and transform your business."
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/two-worried-young-business-men-looking-laptop_171337-7311.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user