6 Commits

Author SHA1 Message Date
c04dd8fbd3 Merge version_5_1782061086419 into main
Merge version_5_1782061086419 into main
2026-06-21 16:58:19 +00:00
269da1a553 Update src/pages/HomePage/sections/Team.tsx 2026-06-21 16:58:16 +00:00
405052a233 Merge version_4_1782060778894 into main
Merge version_4_1782060778894 into main
2026-06-21 16:53:14 +00:00
2234b9a281 Update src/pages/HomePage/sections/Pricing.tsx 2026-06-21 16:53:07 +00:00
aa04bd1d0d Merge version_3_1782060725648 into main
Merge version_3_1782060725648 into main
2026-06-21 16:52:23 +00:00
7b23e5a5d6 Merge version_2_1782060467477 into main
Merge version_2_1782060467477 into main
2026-06-21 16:50:43 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -12,7 +12,7 @@ export default function TeamSection(): React.JSX.Element {
<TeamOverlayCards
tag="Founder"
title="Hi, Im Gareth — I Get Belfast Businesses Found."
members={[{ name: "Gareth", role: "GBP Specialist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg" }]}
members={[{ name: "Gareth", role: "GBP Specialist", imageSrc: "https://storage.googleapis.com/webild/users/user_3FIz6snJPeDvZERJUlVII7bqhSh/uploaded-1782061029545-52ccew3z.png" }]}
description="I specialize in transforming your digital footprint into your most powerful customer acquisition channel."
/>
</SectionErrorBoundary>