From a72a68f6b3fb4fc23db88d192e1a28bbce4318db Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:32:34 +0000 Subject: [PATCH 1/4] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index e274508..6d2e6cd 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -46,9 +46,9 @@ export default function HowItWorksPage() { { id: "01", title: "Book Your Free Consultation", description: "Start with a free 30-minute consultation where we learn about your business, goals, and challenges. We'll discuss which automation solutions would benefit you most.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-representation-of-booking-a-consu-1772850514864-4a29caf5.png", imageAlt: "Consultation booking calendar"}, { - id: "02", title: "We Build & Customize", description: "Our expert team builds your AI voice agent system and custom website tailored to your specific industry. We handle all technical setup, integrations, and customization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-the-building-process-deve-1772850513681-3d6b266a.png", imageAlt: "Development and building process"}, + id: "02", title: "We Build & Customize", description: "Our expert team builds your AI voice agent system and custom website tailored to your specific industry. We handle all technical setup, integrations, and customization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-the-building-process-deve-1772850513681-3d6b266a.png?_wi=1", imageAlt: "Development and building process"}, { - id: "03", title: "Launch & See Results", description: "We deploy everything and provide training so your team can manage the systems confidently. Then you start seeing more calls answered, leads captured, and customers engaged automatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-results-business-dashboar-1772850514900-5b616d53.png", imageAlt: "Results and success metrics"}, + id: "03", title: "Launch & See Results", description: "We deploy everything and provide training so your team can manage the systems confidently. Then you start seeing more calls answered, leads captured, and customers engaged automatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-results-business-dashboar-1772850514900-5b616d53.png?_wi=1", imageAlt: "Results and success metrics"}, ]} textboxLayout="default" animationType="blur-reveal" @@ -64,11 +64,11 @@ export default function HowItWorksPage() { description="Ongoing support and optimization to ensure your AI systems perform at their best" features={[ { - id: "01", title: "24/7 AI Agent Management", description: "Your AI voice agents work around the clock answering calls, qualifying leads, and collecting customer information even outside business hours.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-showing-ai-voice-agent-answ-1772850513218-6500a470.png", imageAlt: "AI agent handling calls"}, + id: "01", title: "24/7 AI Agent Management", description: "Your AI voice agents work around the clock answering calls, qualifying leads, and collecting customer information even outside business hours.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-showing-ai-voice-agent-answ-1772850513218-6500a470.png?_wi=3", imageAlt: "AI agent handling calls"}, { - id: "02", title: "Continuous Lead Optimization", description: "We monitor your system performance, optimize call handling scripts, and improve lead qualification to maximize conversion rates continuously.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-leads-being-captured-and--1772850513642-04595937.png", imageAlt: "Lead optimization and analytics"}, + id: "02", title: "Continuous Lead Optimization", description: "We monitor your system performance, optimize call handling scripts, and improve lead qualification to maximize conversion rates continuously.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-leads-being-captured-and--1772850513642-04595937.png?_wi=3", imageAlt: "Lead optimization and analytics"}, { - id: "03", title: "Dedicated Support Team", description: "Get access to our support team for questions, updates, and system improvements. We're committed to your success and adapt to your changing business needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-website-bringing-customers--1772850514501-5d528894.png", imageAlt: "Support and customer service"}, + id: "03", title: "Dedicated Support Team", description: "Get access to our support team for questions, updates, and system improvements. We're committed to your success and adapt to your changing business needs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-website-bringing-customers--1772850514501-5d528894.png?_wi=3", imageAlt: "Support and customer service"}, ]} textboxLayout="default" animationType="blur-reveal" -- 2.49.1 From 5b610087726d14454676c82bfd58affd58805376 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:32:34 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8788876..5972689 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,11 +75,11 @@ export default function HomePage() { tagIcon={Sparkles} features={[ { - id: "01", title: "AI Voice Agents", description: "Intelligent systems that answer calls, qualify leads, and capture customer information 24/7 - never miss a potential customer again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-showing-ai-voice-agent-answ-1772850513218-6500a470.png", imageAlt: "AI voice agent handling customer calls"}, + id: "01", title: "AI Voice Agents", description: "Intelligent systems that answer calls, qualify leads, and capture customer information 24/7 - never miss a potential customer again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-showing-ai-voice-agent-answ-1772850513218-6500a470.png?_wi=1", imageAlt: "AI voice agent handling customer calls"}, { - id: "02", title: "Custom Website Development", description: "High-converting websites built specifically for gyms, restaurants, contractors, and service businesses to bring in more customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/showcase-of-professionally-designed-high-1772850520685-a17e90c0.png", imageAlt: "Custom website design showcase"}, + id: "02", title: "Custom Website Development", description: "High-converting websites built specifically for gyms, restaurants, contractors, and service businesses to bring in more customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/showcase-of-professionally-designed-high-1772850520685-a17e90c0.png?_wi=1", imageAlt: "Custom website design showcase"}, { - id: "03", title: "AI Business Automation", description: "End-to-end automation solutions that streamline your operations, from lead capture to customer follow-up and scheduling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-representation-of-business-automa-1772850514201-baf0a065.png", imageAlt: "Business automation workflow"}, + id: "03", title: "AI Business Automation", description: "End-to-end automation solutions that streamline your operations, from lead capture to customer follow-up and scheduling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-representation-of-business-automa-1772850514201-baf0a065.png?_wi=1", imageAlt: "Business automation workflow"}, ]} textboxLayout="default" animationType="blur-reveal" @@ -95,11 +95,11 @@ export default function HomePage() { description="Real benefits that translate to more customers and revenue for your business" features={[ { - id: "01", title: "Never Miss a Customer Call", description: "AI voice agents answer 100% of incoming calls with professional responses, qualify leads, and schedule appointments automatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-of-a-business-never-missing-1772850515059-816c2075.png", imageAlt: "Never miss customer calls with AI agents"}, + id: "01", title: "Never Miss a Customer Call", description: "AI voice agents answer 100% of incoming calls with professional responses, qualify leads, and schedule appointments automatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-of-a-business-never-missing-1772850515059-816c2075.png?_wi=1", imageAlt: "Never miss customer calls with AI agents"}, { - id: "02", title: "Convert More Leads Automatically", description: "Capture and qualify leads 24/7 through voice, web forms, and automated follow-up sequences that nurture prospects into customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-leads-being-captured-and--1772850513642-04595937.png", imageAlt: "Lead conversion optimization"}, + id: "02", title: "Convert More Leads Automatically", description: "Capture and qualify leads 24/7 through voice, web forms, and automated follow-up sequences that nurture prospects into customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-leads-being-captured-and--1772850513642-04595937.png?_wi=1", imageAlt: "Lead conversion optimization"}, { - id: "03", title: "Professional Website That Brings in Customers", description: "Custom-built, high-converting websites designed for your industry that showcase your services and encourage customer action.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-website-bringing-customers--1772850514501-5d528894.png", imageAlt: "Professional business website"}, + id: "03", title: "Professional Website That Brings in Customers", description: "Custom-built, high-converting websites designed for your industry that showcase your services and encourage customer action.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-website-bringing-customers--1772850514501-5d528894.png?_wi=1", imageAlt: "Professional business website"}, ]} textboxLayout="default" animationType="blur-reveal" @@ -137,17 +137,17 @@ export default function HomePage() { animationType="blur-reveal" testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "Gym Owner", testimonial: "AutoGrow's AI voice agent handles our peak call times perfectly. We've increased membership inquiries by 45% and never miss a call. The ROI has been incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-gy-1772850512224-177fa78d.png", imageAlt: "Sarah Mitchell, Gym Owner"}, + id: "1", name: "Sarah Mitchell", handle: "Gym Owner", testimonial: "AutoGrow's AI voice agent handles our peak call times perfectly. We've increased membership inquiries by 45% and never miss a call. The ROI has been incredible.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-gy-1772850512224-177fa78d.png?_wi=1", imageAlt: "Sarah Mitchell, Gym Owner"}, { id: "2", name: "Marcus Rodriguez", handle: "Restaurant Manager", testimonial: "The combination of the custom website and AI reservation system has transformed our business. Reservations are up 60% and our staff spends less time on the phone.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-re-1772850512630-33d16e4b.png", imageAlt: "Marcus Rodriguez, Restaurant Manager"}, { - id: "3", name: "Jennifer Hayes", handle: "Contractor", testimonial: "Finally, a solution that actually works for service businesses. Our lead capture improved dramatically, and the AI handles initial client screenings so we focus on closing deals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-co-1772850512949-b95528d3.png", imageAlt: "Jennifer Hayes, Contractor"}, + id: "3", name: "Jennifer Hayes", handle: "Contractor", testimonial: "Finally, a solution that actually works for service businesses. Our lead capture improved dramatically, and the AI handles initial client screenings so we focus on closing deals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-co-1772850512949-b95528d3.png?_wi=1", imageAlt: "Jennifer Hayes, Contractor"}, { id: "4", name: "David Kim", handle: "Salon Owner", testimonial: "The ROI with AutoGrow has been outstanding. Less admin work, more bookings, better customer experience. This is the upgrade our business needed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-another-service-1772850512834-b78194b4.png", imageAlt: "David Kim, Salon Owner"}, { - id: "5", name: "Amanda Foster", handle: "Fitness Studio Owner", testimonial: "AutoGrow's team understood what local service businesses need. Our website looks professional, and the AI voice agent is like having an extra staff member available 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-gy-1772850512224-177fa78d.png", imageAlt: "Amanda Foster, Fitness Studio Owner"}, + id: "5", name: "Amanda Foster", handle: "Fitness Studio Owner", testimonial: "AutoGrow's team understood what local service businesses need. Our website looks professional, and the AI voice agent is like having an extra staff member available 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-gy-1772850512224-177fa78d.png?_wi=2", imageAlt: "Amanda Foster, Fitness Studio Owner"}, { - id: "6", name: "Robert Chen", handle: "HVAC Business Owner", testimonial: "We were skeptical about AI, but this system actually books real jobs. Our scheduling is smoother, customer satisfaction is higher, and we're growing faster than ever.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-co-1772850512949-b95528d3.png", imageAlt: "Robert Chen, HVAC Business Owner"}, + id: "6", name: "Robert Chen", handle: "HVAC Business Owner", testimonial: "We were skeptical about AI, but this system actually books real jobs. Our scheduling is smoother, customer satisfaction is higher, and we're growing faster than ever.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-headshot-of-a-successful-co-1772850512949-b95528d3.png?_wi=2", imageAlt: "Robert Chen, HVAC Business Owner"}, ]} speed={40} /> -- 2.49.1 From 0c7e184dc132d82207e31bcb4ef935cbc6701d8c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:32:35 +0000 Subject: [PATCH 3/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index d4e6ddd..a8afd4c 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -64,11 +64,11 @@ export default function PricingPage() { description="We provide everything you need to succeed with your AI automation" features={[ { - id: "01", title: "Professional Setup & Configuration", description: "Our team handles all technical setup, system configuration, integrations with your existing tools, and customization to match your business needs exactly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-the-building-process-deve-1772850513681-3d6b266a.png", imageAlt: "Professional setup and configuration"}, + id: "01", title: "Professional Setup & Configuration", description: "Our team handles all technical setup, system configuration, integrations with your existing tools, and customization to match your business needs exactly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-the-building-process-deve-1772850513681-3d6b266a.png?_wi=2", imageAlt: "Professional setup and configuration"}, { id: "02", title: "Comprehensive Training", description: "Complete training for your team on how to use the AI agents, manage the website, review analytics, and optimize performance. Ongoing guidance available anytime.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/benefit-professional-web-1772850514501-5d528894.png", imageAlt: "Training and education"}, { - id: "03", title: "Ongoing Optimization & Support", description: "Continuous monitoring, performance optimization, updates, and dedicated support to ensure your system keeps improving and adapting to your business growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-results-business-dashboar-1772850514900-5b616d53.png", imageAlt: "Optimization and support"}, + id: "03", title: "Ongoing Optimization & Support", description: "Continuous monitoring, performance optimization, updates, and dedicated support to ensure your system keeps improving and adapting to your business growth.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-results-business-dashboar-1772850514900-5b616d53.png?_wi=2", imageAlt: "Optimization and support"}, ]} textboxLayout="default" animationType="blur-reveal" -- 2.49.1 From 285b6e975cd804034ac9782e42f77fc82bee02d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:32:35 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fc55ec7..31a7b18 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -42,11 +42,11 @@ export default function ServicesPage() { tagIcon={Sparkles} features={[ { - id: "01", title: "AI Voice Agents", description: "24/7 intelligent call handling that never misses a customer. Our AI voice agents answer calls professionally, qualify leads, book appointments, and capture customer information automatically. Perfect for service businesses that want to eliminate missed call opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-showing-ai-voice-agent-answ-1772850513218-6500a470.png", imageAlt: "AI voice agent handling customer calls"}, + id: "01", title: "AI Voice Agents", description: "24/7 intelligent call handling that never misses a customer. Our AI voice agents answer calls professionally, qualify leads, book appointments, and capture customer information automatically. Perfect for service businesses that want to eliminate missed call opportunities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-showing-ai-voice-agent-answ-1772850513218-6500a470.png?_wi=2", imageAlt: "AI voice agent handling customer calls"}, { - id: "02", title: "Custom Website Development", description: "Professional, high-converting websites built specifically for your industry. Whether you run a gym, restaurant, contracting service, or salon, we design websites that attract customers, showcase your services, and drive bookings and inquiries.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/showcase-of-professionally-designed-high-1772850520685-a17e90c0.png", imageAlt: "Custom website design showcase"}, + id: "02", title: "Custom Website Development", description: "Professional, high-converting websites built specifically for your industry. Whether you run a gym, restaurant, contracting service, or salon, we design websites that attract customers, showcase your services, and drive bookings and inquiries.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/showcase-of-professionally-designed-high-1772850520685-a17e90c0.png?_wi=2", imageAlt: "Custom website design showcase"}, { - id: "03", title: "Business Automation Systems", description: "End-to-end automation that streamlines your entire customer journey. From lead capture through follow-up and scheduling, our automation systems handle repetitive tasks so your team can focus on closing deals and serving customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-representation-of-business-automa-1772850514201-baf0a065.png", imageAlt: "Business automation workflow"}, + id: "03", title: "Business Automation Systems", description: "End-to-end automation that streamlines your entire customer journey. From lead capture through follow-up and scheduling, our automation systems handle repetitive tasks so your team can focus on closing deals and serving customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-representation-of-business-automa-1772850514201-baf0a065.png?_wi=2", imageAlt: "Business automation workflow"}, ]} textboxLayout="default" animationType="blur-reveal" @@ -61,11 +61,11 @@ export default function ServicesPage() { description="Measurable results that transform your business operations" features={[ { - id: "01", title: "Never Miss Another Lead", description: "Every inbound call is answered and qualified automatically. No more lost customers due to busy lines or missed calls. Your business stays available 24/7, even when your team is busy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-of-a-business-never-missing-1772850515059-816c2075.png", imageAlt: "Never miss customer calls"}, + id: "01", title: "Never Miss Another Lead", description: "Every inbound call is answered and qualified automatically. No more lost customers due to busy lines or missed calls. Your business stays available 24/7, even when your team is busy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/illustration-of-a-business-never-missing-1772850515059-816c2075.png?_wi=2", imageAlt: "Never miss customer calls"}, { - id: "02", title: "Increased Conversion Rates", description: "Automated lead qualification, follow-up sequences, and nurturing mean more prospects become customers. You'll see measurable increases in bookings, inquiries, and revenue within the first month.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-leads-being-captured-and--1772850513642-04595937.png", imageAlt: "Lead conversion optimization"}, + id: "02", title: "Increased Conversion Rates", description: "Automated lead qualification, follow-up sequences, and nurturing mean more prospects become customers. You'll see measurable increases in bookings, inquiries, and revenue within the first month.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/visual-showing-leads-being-captured-and--1772850513642-04595937.png?_wi=2", imageAlt: "Lead conversion optimization"}, { - id: "03", title: "More Time for What Matters", description: "Your team spends less time on administrative tasks and more time serving customers. Better customer experience, happier staff, and more efficient operations all lead to better business results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-website-bringing-customers--1772850514501-5d528894.png", imageAlt: "Professional customer experience"}, + id: "03", title: "More Time for What Matters", description: "Your team spends less time on administrative tasks and more time serving customers. Better customer experience, happier staff, and more efficient operations all lead to better business results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ab9WrGggvouKVqc6dwqfHCHOvA/professional-website-bringing-customers--1772850514501-5d528894.png?_wi=2", imageAlt: "Professional customer experience"}, ]} textboxLayout="default" animationType="blur-reveal" -- 2.49.1