3 Commits

Author SHA1 Message Date
1ea787bcaa Merge version_4 into main
Merge version_4 into main
2026-05-11 07:06:09 +00:00
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

View File

@@ -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: "#"},
],