Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -132,12 +132,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Basic", price: "$0/mo", subtitle: "Essential tools for getting started.", features: [ "Basic listing page", "AI content generation", "Standard support" ],
|
||||
buttons: [{ text: "Get Started", href: "/payment" }]
|
||||
id: "basic", badge: "Basic", price: "$0/mo", subtitle: "Essential tools for getting started.", features: [ "Basic listing page", "AI content generation", "Standard support" ]
|
||||
},
|
||||
{
|
||||
id: "core", badge: "Core", price: "$4.99/mo", subtitle: "Enhanced tools for growth.", features: [ "Everything in Basic", "Custom domain support", "Priority support" ],
|
||||
buttons: [{ text: "Upgrade", href: "/payment" }]
|
||||
id: "core", badge: "Core", price: "$4.99/mo", subtitle: "Enhanced tools for growth.", features: [ "Everything in Basic", "Custom domain support", "Priority support" ]
|
||||
},
|
||||
]}
|
||||
title="Affordable Plans for Growing Businesses"
|
||||
|
||||
Reference in New Issue
Block a user