4 Commits

Author SHA1 Message Date
cf558aba80 Update src/app/page.tsx 2026-05-11 07:06:03 +00:00
d04317b583 Merge version_3 into main
Merge version_3 into main
2026-05-11 07:05:09 +00:00
7a88317fa7 Update src/app/page.tsx 2026-05-11 07:05:03 +00:00
23c745d259 Merge version_2 into main
Merge version_2 into main
2026-05-11 07:03:57 +00:00

View File

@@ -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"
/> />