From 2234b9a28184618f78c7a76b8b34d1f878fb6ce1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 16:53:07 +0000 Subject: [PATCH] Update src/pages/HomePage/sections/Pricing.tsx --- src/pages/HomePage/sections/Pricing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Pricing.tsx b/src/pages/HomePage/sections/Pricing.tsx index 6b23317..0e36f92 100644 --- a/src/pages/HomePage/sections/Pricing.tsx +++ b/src/pages/HomePage/sections/Pricing.tsx @@ -14,7 +14,7 @@ export default function PricingSection(): React.JSX.Element { title="Simple Pricing" description="Flexible, monthly rolling plans. No long-term contracts." plans={[ - { tag: "Basic", price: "£99", period: "/month", description: "Perfect start for local .", primaryButton: { text: "Get Started", href: "#contact" }, featuresTitle: "Included:", features: ["Audit & Setup", "Monthly Photos", "2 Posts/Month", "Review Responses"] }, + { tag: "Basic", price: "£99", period: "/month", description: "Perfect start for all.", primaryButton: { text: "Get Started", href: "#contact" }, featuresTitle: "Included:", features: ["Audit & Setup", "Monthly Photos", "2 Posts/Month", "Review Responses"] }, { tag: "Growth", price: "£179", period: "/month", description: "Most popular for established businesses.", primaryButton: { text: "Choose Growth", href: "#contact" }, featuresTitle: "Everything in Basic, plus:", features: ["Bi-weekly Photos", "Weekly Posts", "Review Requests", "Detailed Reporting"] }, { tag: "Premium", price: "£249", period: "/month", description: "Scale faster with full support.", primaryButton: { text: "Choose Premium", href: "#contact" }, featuresTitle: "Everything in Growth, plus:", features: ["Benchmark Report", "Weekly Photos", "Strategy Call", "2-3 Posts/Week"] } ]} -- 2.49.1