Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-03 21:47:43 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "System",
id: "#system-overview",
},
name: "System", id: "#system-overview"},
{
name: "Trial",
id: "#trial-model",
},
name: "Trial", id: "#trial-model"},
{
name: "How it Works",
id: "#how-it-works",
},
name: "How it Works", id: "#how-it-works"},
{
name: "FAQs",
id: "#faq",
},
name: "FAQs", id: "#faq"},
{
name: "Apply",
id: "#contact",
},
name: "Apply", id: "#contact"},
]}
brandName="Summit Leads Ltd"
/>
@@ -60,113 +50,63 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="A Local Enquiry System for Serious Plumbing and Heating Businesses."
description="Discover a clearer, more controlled way to test local lead generation before committing to another retainer. Precision tracking, quality checks, and full transparency, built for the UK trades."
testimonials={[
{
name: "Strategic Partner",
handle: "@SummitLeads",
testimonial: "We believe in systems that offer true commercial sense, not just clicks. Every lead matters.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-black-white-medium-shot_23-2149411423.jpg",
imageAlt: "Abstract avatar for Strategic Partner",
},
name: "Strategic Partner", handle: "@SummitLeads", testimonial: "We believe in systems that offer true commercial sense, not just clicks. Every lead matters.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-black-white-medium-shot_23-2149411423.jpg", imageAlt: "Abstract avatar for Strategic Partner"},
{
name: "Industry Insight",
handle: "@TradesGrowth",
testimonial: "Transparency and control are paramount when scaling local service businesses. This is the future.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-profile-sign-icon-front-side_187299-39692.jpg",
imageAlt: "Abstract avatar for Industry Insight",
},
name: "Industry Insight", handle: "@TradesGrowth", testimonial: "Transparency and control are paramount when scaling local service businesses. This is the future.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-profile-sign-icon-front-side_187299-39692.jpg", imageAlt: "Abstract avatar for Industry Insight"},
{
name: "Founding Principle",
handle: "@SummitLeads",
testimonial: "Our commitment is to measurable outcomes and genuine suitability. No guesswork, just clear data.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-young-old_23-2149675528.jpg",
imageAlt: "Abstract avatar for Founding Principle",
},
name: "Founding Principle", handle: "@SummitLeads", testimonial: "Our commitment is to measurable outcomes and genuine suitability. No guesswork, just clear data.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-young-old_23-2149675528.jpg", imageAlt: "Abstract avatar for Founding Principle"},
{
name: "Operational Vision",
handle: "@SummitLeads",
testimonial: "Designed from the ground up to address the unique challenges of local lead fulfilment for trades.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-profile-icon-left-side_187299-44963.jpg",
imageAlt: "Abstract avatar for Operational Vision",
},
name: "Operational Vision", handle: "@SummitLeads", testimonial: "Designed from the ground up to address the unique challenges of local lead fulfilment for trades.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-profile-icon-left-side_187299-44963.jpg", imageAlt: "Abstract avatar for Operational Vision"},
{
name: "System Philosophy",
handle: "@SummitLeads",
testimonial: "A robust, data-driven approach to local enquiries, built for long-term, sustainable growth.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg",
imageAlt: "Abstract avatar for System Philosophy",
},
name: "System Philosophy", handle: "@SummitLeads", testimonial: "A robust, data-driven approach to local enquiries, built for long-term, sustainable growth.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/user-sign-icon-front-side_187299-47522.jpg", imageAlt: "Abstract avatar for System Philosophy"},
]}
buttons={[
{
text: "Apply for a trial",
href: "#contact",
},
text: "Apply for a trial", href: "#contact"},
{
text: "See how it works",
href: "#how-it-works",
},
text: "See how it works", href: "#how-it-works"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-background-with-flowing-particle-design_1048-13547.jpg"
imageAlt="Conceptual dashboard showing local lead system"
mediaAnimation="slide-up"
avatars={[
{
src: "asset://hero-avatar-1",
alt: "Abstract avatar for client 1",
},
src: "asset://hero-avatar-1", alt: "Abstract avatar for client 1"},
{
src: "asset://hero-avatar-2",
alt: "Abstract avatar for client 2",
},
src: "asset://hero-avatar-2", alt: "Abstract avatar for client 2"},
{
src: "asset://hero-avatar-3",
alt: "Abstract avatar for client 3",
},
src: "asset://hero-avatar-3", alt: "Abstract avatar for client 3"},
{
src: "asset://hero-avatar-4",
alt: "Abstract avatar for client 4",
},
src: "asset://hero-avatar-4", alt: "Abstract avatar for client 4"},
{
src: "asset://hero-avatar-5",
alt: "Abstract avatar for client 5",
},
src: "asset://hero-avatar-5", alt: "Abstract avatar for client 5"},
]}
avatarText="Trusted by leading trade professionals."
marqueeItems={[
{
type: "text-icon",
text: "Quality Checked Leads",
icon: ShieldCheck,
type: "text-icon", text: "Quality Checked Leads", icon: ShieldCheck,
},
{
type: "text-icon",
text: "Transparent Pricing",
icon: DollarSign,
type: "text-icon", text: "Transparent Pricing", icon: DollarSign,
},
{
type: "text-icon",
text: "Exclusive Territories",
icon: MapPin,
type: "text-icon", text: "Exclusive Territories", icon: MapPin,
},
{
type: "text-icon",
text: "Rapid Response",
icon: Zap,
type: "text-icon", text: "Rapid Response", icon: Zap,
},
{
type: "text-icon",
text: "Dedicated Support",
icon: Users,
type: "text-icon", text: "Dedicated Support", icon: Users,
},
]}
/>
@@ -176,7 +116,6 @@ export default function LandingPage() {
<TextAbout
useInvertedBackground={false}
title="Beyond Vague Retainers: A Clearer Path to Local Enquiries."
description="Many trades businesses are wary of marketing, and for good reason: vague retainers, weak tracking, poor landing pages, and missed calls plague the industry. Summit Leads provides the structure and transparency needed to confidently test local lead generation. We understand that a lead is only useful if it is real, local, relevant, and for a service you actually offer. Our system filters out the noise, so you only pay for what truly helps your business."
/>
</div>
@@ -187,61 +126,21 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "system-1",
title: "Territory & Service Fit Check",
subtitle: "Ensuring optimal market conditions",
category: "Foundation",
value: "Strategic Alignment",
},
id: "system-1", title: "Territory & Service Fit Check", subtitle: "Ensuring optimal market conditions", category: "Foundation", value: "Strategic Alignment"},
{
id: "system-2",
title: "Google Ads Campaign",
subtitle: "Targeted local visibility for demand",
category: "Acquisition",
value: "Precision Reach",
},
id: "system-2", title: "Google Ads Campaign", subtitle: "Targeted local visibility for demand", category: "Acquisition", value: "Precision Reach"},
{
id: "system-3",
title: "Local Service Pages",
subtitle: "High-converting landing pages built for trades",
category: "Conversion",
value: "Optimized Engagement",
},
id: "system-3", title: "Local Service Pages", subtitle: "High-converting landing pages built for trades", category: "Conversion", value: "Optimized Engagement"},
{
id: "system-4",
title: "Tracked Calls & Forms",
subtitle: "Full visibility into every enquiry",
category: "Measurement",
value: "Transparent Tracking",
},
id: "system-4", title: "Tracked Calls & Forms", subtitle: "Full visibility into every enquiry", category: "Measurement", value: "Transparent Tracking"},
{
id: "system-5",
title: "Missed-Call Recovery",
subtitle: "Never miss a valuable connection",
category: "Engagement",
value: "Maximised Opportunities",
},
id: "system-5", title: "Missed-Call Recovery", subtitle: "Never miss a valuable connection", category: "Engagement", value: "Maximised Opportunities"},
{
id: "system-6",
title: "Lead Quality Checks",
subtitle: "Validate leads against your criteria",
category: "Quality",
value: "Filtered Relevance",
},
id: "system-6", title: "Lead Quality Checks", subtitle: "Validate leads against your criteria", category: "Quality", value: "Filtered Relevance"},
{
id: "system-7",
title: "Client Visibility",
subtitle: "See your lead flow in real-time",
category: "Reporting",
value: "Full Transparency",
},
id: "system-7", title: "Client Visibility", subtitle: "See your lead flow in real-time", category: "Reporting", value: "Full Transparency"},
{
id: "system-8",
title: "Reporting & Review",
subtitle: "Data-driven insights for commercial sense",
category: "Optimisation",
value: "Continuous Improvement",
},
id: "system-8", title: "Reporting & Review", subtitle: "Data-driven insights for commercial sense", category: "Optimisation", value: "Continuous Improvement"},
]}
title="Our Integrated Local Lead Fulfilment System"
description="Summit Leads acts as the system between local search demand and commercially useful enquiries. Each module is designed to give you clarity and control."
@@ -255,44 +154,22 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "trial",
badge: "Risk-Free",
badgeIcon: CheckCircle,
price: "£0 Management Fee",
name: "14-Day Controlled Trial",
buttons: [
id: "trial", badge: "Risk-Free", badgeIcon: CheckCircle,
price: "£0 Management Fee", name: "14-Day Controlled Trial", buttons: [
{
text: "Apply for Trial",
href: "#contact",
},
text: "Apply for Trial", href: "#contact"},
],
features: [
"Client pays Google Ads spend directly",
"No Summit Leads management fee",
"Test commercial sense for your area",
"Full tracking & visibility for trial duration",
"No obligation to continue",
],
"Client pays Google Ads spend directly", "No Summit Leads management fee", "Test commercial sense for your area", "Full tracking & visibility for trial duration", "No obligation to continue"],
},
{
id: "continuation",
badge: "Flexible",
badgeIcon: Sparkles,
price: "£300/month + £10/valid lead",
name: "Post-Trial Continuation",
buttons: [
id: "continuation", badge: "Flexible", badgeIcon: Sparkles,
price: "£300/month + £10/valid lead", name: "Post-Trial Continuation", buttons: [
{
text: "Learn More",
href: "#how-it-works",
},
text: "Learn More", href: "#how-it-works"},
],
features: [
"Intended model after successful trial",
"No forced continuation",
"Ongoing lead quality checks",
"Dedicated territory management",
"Optimised Google Ads & landing pages",
],
"Intended model after successful trial", "No forced continuation", "Ongoing lead quality checks", "Dedicated territory management", "Optimised Google Ads & landing pages"],
},
]}
title="Transparent Trial: Test Commercial Sense, Not Just Clicks."
@@ -308,47 +185,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "prod-1",
name: "Exclusive Territory",
price: "One Client Per Area",
imageSrc: "http://img.b2bpic.net/free-photo/map-pin-location-direction-position-graphic_53876-124530.jpg",
imageAlt: "Map showing exclusive territory",
},
id: "prod-1", name: "Exclusive Territory", price: "One Client Per Area", imageSrc: "http://img.b2bpic.net/free-photo/map-pin-location-direction-position-graphic_53876-124530.jpg", imageAlt: "Map showing exclusive territory"},
{
id: "prod-2",
name: "Strategic Radius Focus",
price: "Approx. 20-Mile Coverage",
imageSrc: "http://img.b2bpic.net/free-photo/paper-style-earth-globe-with-charts_23-2149377690.jpg",
imageAlt: "Map with a 20-mile radius highlighted",
},
id: "prod-2", name: "Strategic Radius Focus", price: "Approx. 20-Mile Coverage", imageSrc: "http://img.b2bpic.net/free-photo/paper-style-earth-globe-with-charts_23-2149377690.jpg", imageAlt: "Map with a 20-mile radius highlighted"},
{
id: "prod-3",
name: "High-Demand Areas",
price: "Targeting Population Density",
imageSrc: "http://img.b2bpic.net/free-photo/starting-point-map-tour-guide_23-2148232408.jpg",
imageAlt: "Map highlighting high-population areas",
},
id: "prod-3", name: "High-Demand Areas", price: "Targeting Population Density", imageSrc: "http://img.b2bpic.net/free-photo/starting-point-map-tour-guide_23-2148232408.jpg", imageAlt: "Map highlighting high-population areas"},
{
id: "prod-4",
name: "Valid Lead Definition",
price: "Real, Local, Relevant",
imageSrc: "http://img.b2bpic.net/free-photo/decorative-pyramid-boss-day_23-2148636910.jpg",
imageAlt: "Conceptual diagram for valid lead definition",
},
id: "prod-4", name: "Valid Lead Definition", price: "Real, Local, Relevant", imageSrc: "http://img.b2bpic.net/free-photo/decorative-pyramid-boss-day_23-2148636910.jpg", imageAlt: "Conceptual diagram for valid lead definition"},
{
id: "prod-5",
name: "Genuine Enquiry Filter",
price: "No Spam, No Duplicates",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-clips-with-green-background_23-2148999163.jpg",
imageAlt: "Conceptual image of a lead filtering process",
},
id: "prod-5", name: "Genuine Enquiry Filter", price: "No Spam, No Duplicates", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-paper-clips-with-green-background_23-2148999163.jpg", imageAlt: "Conceptual image of a lead filtering process"},
{
id: "prod-6",
name: "Service Area Matching",
price: "Within Your Operating Zone",
imageSrc: "http://img.b2bpic.net/free-photo/pushpins-with-thread-route-map_23-2148510513.jpg",
imageAlt: "Conceptual image of service area matching",
},
id: "prod-6", name: "Service Area Matching", price: "Within Your Operating Zone", imageSrc: "http://img.b2bpic.net/free-photo/pushpins-with-thread-route-map_23-2148510513.jpg", imageAlt: "Conceptual image of service area matching"},
]}
title="Targeted Territories, Assured Lead Quality."
description="We focus on a one-client-per-territory model, ensuring no overlapping local competitors. Our rigorous lead validation process ensures you only receive genuine, relevant enquiries for services you offer within your agreed service area. If the lead isn't valid, you don't pay for it."
@@ -363,47 +210,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "dash-1",
name: "New Enquiries: System Preview",
price: "Real-time updates",
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg",
imageAlt: "Conceptual dashboard showing new enquiries",
},
id: "dash-1", name: "New Enquiries: System Preview", price: "Real-time updates", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg", imageAlt: "Conceptual dashboard showing new enquiries"},
{
id: "dash-2",
name: "Call/Form Source: Sample Report",
price: "Understand origin",
imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg",
imageAlt: "Conceptual dashboard showing lead sources",
},
id: "dash-2", name: "Call/Form Source: Sample Report", price: "Understand origin", imageSrc: "http://img.b2bpic.net/free-photo/bar-graph-statistics-analysis-business-concept_53876-128027.jpg", imageAlt: "Conceptual dashboard showing lead sources"},
{
id: "dash-3",
name: "Service Requested: Client View",
price: "Specific job types",
imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-blank-frame-uniform-helmet-looking-sad_176474-35940.jpg",
imageAlt: "Conceptual dashboard showing requested services",
},
id: "dash-3", name: "Service Requested: Client View", price: "Specific job types", imageSrc: "http://img.b2bpic.net/free-photo/young-worker-holding-blank-frame-uniform-helmet-looking-sad_176474-35940.jpg", imageAlt: "Conceptual dashboard showing requested services"},
{
id: "dash-4",
name: "Town/Area: Mock Trial Data",
price: "Local insights",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-watching-financial-report-laptop_1262-3707.jpg",
imageAlt: "Conceptual dashboard showing lead by area",
},
id: "dash-4", name: "Town/Area: Mock Trial Data", price: "Local insights", imageSrc: "http://img.b2bpic.net/free-photo/businessman-watching-financial-report-laptop_1262-3707.jpg", imageAlt: "Conceptual dashboard showing lead by area"},
{
id: "dash-5",
name: "Valid/Invalid Status: Lead Quality Concept",
price: "Clear lead status",
imageSrc: "http://img.b2bpic.net/free-photo/office-manager-presenting-data-analysis-funding-interactive-board_482257-97967.jpg",
imageAlt: "Conceptual dashboard showing valid/invalid lead status",
},
id: "dash-5", name: "Valid/Invalid Status: Lead Quality Concept", price: "Clear lead status", imageSrc: "http://img.b2bpic.net/free-photo/office-manager-presenting-data-analysis-funding-interactive-board_482257-97967.jpg", imageAlt: "Conceptual dashboard showing valid/invalid lead status"},
{
id: "dash-6",
name: "Missed Call Recovery: System Insight",
price: "Never miss a lead",
imageSrc: "http://img.b2bpic.net/free-photo/tired-yawning-businessman-working-late-night-office-blue-moon-light-coming-from-window_482257-32815.jpg",
imageAlt: "Conceptual dashboard showing missed call recovery",
},
id: "dash-6", name: "Missed Call Recovery: System Insight", price: "Never miss a lead", imageSrc: "http://img.b2bpic.net/free-photo/tired-yawning-businessman-working-late-night-office-blue-moon-light-coming-from-window_482257-32815.jpg", imageAlt: "Conceptual dashboard showing missed call recovery"},
]}
title="Live Visibility: Your Command Centre."
description="Access a conceptual preview of your client dashboard. See new enquiries, call sources, service requests, and lead status transparently tracked and reviewed. No fake numbers, just a clear overview of your lead flow."
@@ -417,54 +234,19 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "step-1",
title: "Apply & Register Interest",
subtitle: "Initiate your journey to controlled lead flow.",
category: "Step 1",
value: "Initial Application",
},
id: "step-1", title: "Apply & Register Interest", subtitle: "Initiate your journey to controlled lead flow.", category: "Step 1", value: "Initial Application"},
{
id: "step-2",
title: "Territory & Service Fit Checked",
subtitle: "We ensure your area and services align with our model.",
category: "Step 2",
value: "Suitability Review",
},
id: "step-2", title: "Territory & Service Fit Checked", subtitle: "We ensure your area and services align with our model.", category: "Step 2", value: "Suitability Review"},
{
id: "step-3",
title: "Trial Setup Planned",
subtitle: "Collaborate on a tailored system for your business.",
category: "Step 3",
value: "Custom Configuration",
},
id: "step-3", title: "Trial Setup Planned", subtitle: "Collaborate on a tailored system for your business.", category: "Step 3", value: "Custom Configuration"},
{
id: "step-4",
title: "Landing Page & Tracking Setup Prepared",
subtitle: "High-conversion assets ready for deployment.",
category: "Step 4",
value: "System Readiness",
},
id: "step-4", title: "Landing Page & Tracking Setup Prepared", subtitle: "High-conversion assets ready for deployment.", category: "Step 4", value: "System Readiness"},
{
id: "step-5",
title: "Controlled Trial Launched",
subtitle: "Your 14-day test begins, generating tracked enquiries.",
category: "Step 5",
value: "Live Testing",
},
id: "step-5", title: "Controlled Trial Launched", subtitle: "Your 14-day test begins, generating tracked enquiries.", category: "Step 5", value: "Live Testing"},
{
id: "step-6",
title: "Enquiries Tracked & Reviewed",
subtitle: "Data-driven insights guide every decision.",
category: "Step 6",
value: "Performance Analysis",
},
id: "step-6", title: "Enquiries Tracked & Reviewed", subtitle: "Data-driven insights guide every decision.", category: "Step 6", value: "Performance Analysis"},
{
id: "step-7",
title: "Continue if Commercially Sensible",
subtitle: "Growth only when the numbers make business sense.",
category: "Step 7",
value: "Strategic Decision",
},
id: "step-7", title: "Continue if Commercially Sensible", subtitle: "Growth only when the numbers make business sense.", category: "Step 7", value: "Strategic Decision"},
]}
title="Your Path to Smarter Local Lead Generation."
description="Our streamlined process ensures you get the right enquiries, for the right jobs, in the right areas. This system is for plumbers, gas engineers, and heating businesses that answer calls quickly and want measurable enquiries, and can handle more work. It is NOT for businesses expecting guaranteed jobs or those in tiny, low-volume areas."
@@ -477,50 +259,23 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "Do you guarantee leads?",
content: "No, we do not guarantee lead volume. Our trial model is designed to test commercial viability for your specific territory and service. Continuation only occurs if the numbers make commercial sense for your business.",
},
id: "faq-1", title: "Do you guarantee leads?", content: "No, we do not guarantee lead volume. Our trial model is designed to test commercial viability for your specific territory and service. Continuation only occurs if the numbers make commercial sense for your business."},
{
id: "faq-2",
title: "What does the client pay during the trial?",
content: "During the 14-day controlled trial, the client pays Google Ads spend directly. There is no Summit Leads management fee charged during this test period. This allows for a risk-free assessment of performance.",
},
id: "faq-2", title: "What does the client pay during the trial?", content: "During the 14-day controlled trial, the client pays Google Ads spend directly. There is no Summit Leads management fee charged during this test period. This allows for a risk-free assessment of performance."},
{
id: "faq-3",
title: "What counts as a valid lead?",
content: "A valid lead is defined as a real person, with a genuine enquiry, within your agreed service area, for a service you actually offer. We perform lead quality checks to ensure you only pay for commercially useful enquiries.",
},
id: "faq-3", title: "What counts as a valid lead?", content: "A valid lead is defined as a real person, with a genuine enquiry, within your agreed service area, for a service you actually offer. We perform lead quality checks to ensure you only pay for commercially useful enquiries."},
{
id: "faq-4",
title: "Do you replace my existing website?",
content: "No, we don't replace your existing website. We build dedicated local service pages and high-converting landing pages that integrate with our tracking system to generate leads. Your primary website remains unaffected.",
},
id: "faq-4", title: "Do you replace my existing website?", content: "No, we don't replace your existing website. We build dedicated local service pages and high-converting landing pages that integrate with our tracking system to generate leads. Your primary website remains unaffected."},
{
id: "faq-5",
title: "Can I keep my current website?",
content: "Yes, absolutely. Our system operates independently alongside your existing online presence. We focus on specific local lead generation campaigns without interfering with your current website.",
},
id: "faq-5", title: "Can I keep my current website?", content: "Yes, absolutely. Our system operates independently alongside your existing online presence. We focus on specific local lead generation campaigns without interfering with your current website."},
{
id: "faq-6",
title: "Do you work with more than one plumber in an area?",
content: "No. We operate on a strict one-client-per-effective-territory model to avoid overlapping local competitors and ensure exclusivity for our clients. Territory fit is carefully checked before a trial.",
},
id: "faq-6", title: "Do you work with more than one plumber in an area?", content: "No. We operate on a strict one-client-per-effective-territory model to avoid overlapping local competitors and ensure exclusivity for our clients. Territory fit is carefully checked before a trial."},
{
id: "faq-7",
title: "What if my area is too low volume?",
content: "If a territory is identified as too low-volume during the fit check, we will be transparent about this. We aim for commercially sensible outcomes, and sometimes low-volume areas may not provide a viable return on ad spend.",
},
id: "faq-7", title: "What if my area is too low volume?", content: "If a territory is identified as too low-volume during the fit check, we will be transparent about this. We aim for commercially sensible outcomes, and sometimes low-volume areas may not provide a viable return on ad spend."},
{
id: "faq-8",
title: "What happens after the trial?",
content: "After a successful 14-day trial, we propose a continuation model, typically involving a monthly management fee plus a fee per valid lead. If the numbers don't make commercial sense, there's no obligation to continue.",
},
id: "faq-8", title: "What happens after the trial?", content: "After a successful 14-day trial, we propose a continuation model, typically involving a monthly management fee plus a fee per valid lead. If the numbers don't make commercial sense, there's no obligation to continue."},
{
id: "faq-9",
title: "What businesses are suitable?",
content: "Our system is best suited for plumbers, gas engineers, and heating businesses in suitable towns/cities with enough demand, who answer calls quickly, want measurable enquiries, and can handle more work.",
},
id: "faq-9", title: "What businesses are suitable?", content: "Our system is best suited for plumbers, gas engineers, and heating businesses in suitable towns/cities with enough demand, who answer calls quickly, want measurable enquiries, and can handle more work."},
]}
title="Frequently Asked Questions"
description="Clear answers to common questions about our system, trials, and lead quality. We value transparency."
@@ -532,18 +287,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
text="If you're a serious plumbing, gas engineering, or heating business seeking a more controlled and transparent approach to local lead generation, we invite you to apply for a trial. Check if your territory is suitable and discover the Summit Leads difference."
buttons={[
{
text: "Apply for a Trial",
href: "mailto:hello@summitleads.uk",
},
text: "Apply for a Trial", href: "mailto:hello@summitleads.uk"},
{
text: "Check Territory Suitability",
href: "#how-it-works",
},
text: "Check Territory Suitability", href: "#how-it-works"},
]}
/>
</div>
@@ -552,12 +302,9 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "System",
href: "#system-overview",
},
label: "System", href: "#system-overview"},
],
},
]}