4 Commits

Author SHA1 Message Date
84db6906bc Update src/app/page.tsx 2026-05-08 02:03:37 +00:00
a8fc3202a3 Merge version_1 into main
Merge version_1 into main
2026-05-08 01:59:48 +00:00
9d4726c107 Merge version_1 into main
Merge version_1 into main
2026-05-08 01:59:21 +00:00
5e085ad40c Merge version_1 into main
Merge version_1 into main
2026-05-08 01:58:54 +00:00

View File

@@ -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"
@@ -251,4 +247,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}