Compare commits
6 Commits
version_3_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| c04dd8fbd3 | |||
| 269da1a553 | |||
| 405052a233 | |||
| 2234b9a281 | |||
| aa04bd1d0d | |||
| 7b23e5a5d6 |
@@ -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"] }
|
||||
]}
|
||||
|
||||
@@ -12,7 +12,7 @@ export default function TeamSection(): React.JSX.Element {
|
||||
<TeamOverlayCards
|
||||
tag="Founder"
|
||||
title="Hi, I’m 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>
|
||||
|
||||
Reference in New Issue
Block a user