Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84db6906bc | |||
| a8fc3202a3 | |||
| 9d4726c107 | |||
| 5e085ad40c |
@@ -152,16 +152,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter", badge: "Essential", price: "$19/mo", subtitle: "Perfect for one location.", features: [
|
||||
"SEO optimization", "Auto-updates", "Email support"],
|
||||
id: "basic", badge: "Basic", price: "$0/mo", subtitle: "Essential tools for getting started.", features: [
|
||||
"Basic listing page", "AI content generation", "Standard support"],
|
||||
},
|
||||
{
|
||||
id: "pro", badge: "Best Value", price: "$49/mo", subtitle: "For established multi-location owners.", features: [
|
||||
"Everything in Starter", "Multiple locations", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Agency", price: "$199/mo", subtitle: "Full control and analytics.", features: [
|
||||
"Everything in Pro", "White-label support", "Custom domains"],
|
||||
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