diff --git a/src/app/page.tsx b/src/app/page.tsx index a7a0417..863d551 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "FAQ", href: "#faq" }, @@ -41,16 +39,14 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@glowingleads.com.au", href: "mailto:hello@glowingleads.com.au" }, { label: "Sydney, Australia", href: "#" }, ], @@ -76,9 +72,7 @@ export default function HomePage() { brandName="GlowingLeads" navItems={navItems} button={{ - text: "Contact Us", - href: "/contact", - }} + text: "Contact Us", href: "/contact"}} animateOnLoad={true} /> @@ -90,15 +84,11 @@ export default function HomePage() { description="We help cosmetic clinics in Sydney get more bookings on autopilot with AI-powered lead follow-up" buttons={[ { - text: "Book a Free Demo", - href: "/contact", - }, + text: "Book a Free Demo", href: "/contact"}, { - text: "Learn More", - href: "#how-it-works", - }, + text: "Learn More", href: "#how-it-works"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/a-stunning-ai-powered-lead-management-da-1772923726345-d1ff7c45.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/a-stunning-ai-powered-lead-management-da-1772923726345-d1ff7c45.png" imageAlt="AI-powered lead management dashboard" showDimOverlay={true} buttonAnimation="slide-up" @@ -113,12 +103,7 @@ export default function HomePage() { tag="The Challenge" features={[ { - id: "1", - title: "Lost Leads", - description: "Most clinics lose 40% of leads simply because nobody follows up fast enough after hours when potential clients call or message.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-showing-a-missed-business-o-1772923726065-2459709e.png?_wi=1", - imageAlt: "Illustration of missed business opportunities", - }, + id: "1", title: "Lost Leads", description: "Most clinics lose 40% of leads simply because nobody follows up fast enough after hours when potential clients call or message.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-showing-a-missed-business-o-1772923726065-2459709e.png", imageAlt: "Illustration of missed business opportunities"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -135,26 +120,11 @@ export default function HomePage() { tag="Our Process" features={[ { - id: "1", - title: "We Run Your Ads", - description: "Our team sets up and manages targeted Facebook and Instagram campaigns specifically designed to attract qualified leads from your ideal cosmetic clinic patients.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-targeted-facebook-and-in-1772923728380-b8ffccb1.png?_wi=1", - imageAlt: "Social media advertising setup", - }, + id: "1", title: "We Run Your Ads", description: "Our team sets up and manages targeted Facebook and Instagram campaigns specifically designed to attract qualified leads from your ideal cosmetic clinic patients.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-targeted-facebook-and-in-1772923728380-b8ffccb1.png", imageAlt: "Social media advertising setup"}, { - id: "2", - title: "AI Calls Every Lead in 60 Seconds", - description: "Our AI system automatically calls every lead within 60 seconds of them contacting you—day or night. No more missed opportunities from slow follow-up.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-ai-technology-making-aut-1772923726153-03e3390d.png?_wi=1", - imageAlt: "AI automated calling system", - }, + id: "2", title: "AI Calls Every Lead in 60 Seconds", description: "Our AI system automatically calls every lead within 60 seconds of them contacting you—day or night. No more missed opportunities from slow follow-up.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-ai-technology-making-aut-1772923726153-03e3390d.png", imageAlt: "AI automated calling system"}, { - id: "3", - title: "Appointments Booked Automatically", - description: "The AI system qualifies leads and books consultations directly into your calendar. Your team wakes up to a full schedule of pre-qualified appointments.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-calendar-appointments-be-1772923725979-b8cd909e.png?_wi=1", - imageAlt: "Automated calendar booking", - }, + id: "3", title: "Appointments Booked Automatically", description: "The AI system qualifies leads and books consultations directly into your calendar. Your team wakes up to a full schedule of pre-qualified appointments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-calendar-appointments-be-1772923725979-b8cd909e.png", imageAlt: "Automated calendar booking"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -171,26 +141,11 @@ export default function HomePage() { tag="What We Offer" features={[ { - id: "1", - title: "AI Lead Follow-Up System", - description: "24/7 AI calling and qualification system that never sleeps. Instantly responds to every lead inquiry with professional consultation bookings.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/modern-illustration-showing-an-ai-voice--1772923725733-e9e6dfad.png?_wi=1", - imageAlt: "AI lead follow-up system", - }, + id: "1", title: "AI Lead Follow-Up System", description: "24/7 AI calling and qualification system that never sleeps. Instantly responds to every lead inquiry with professional consultation bookings.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/modern-illustration-showing-an-ai-voice--1772923725733-e9e6dfad.png", imageAlt: "AI lead follow-up system"}, { - id: "2", - title: "Facebook & Instagram Ads Management", - description: "Expertly targeted social media campaigns that attract high-quality leads from women in your local area interested in cosmetic treatments.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/digital-marketing-illustration-showing-f-1772923727777-8e61168f.png?_wi=1", - imageAlt: "Social media advertising", - }, + id: "2", title: "Facebook & Instagram Ads Management", description: "Expertly targeted social media campaigns that attract high-quality leads from women in your local area interested in cosmetic treatments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/digital-marketing-illustration-showing-f-1772923727777-8e61168f.png", imageAlt: "Social media advertising"}, { - id: "3", - title: "Automated Appointment Booking", - description: "Your calendar stays full with qualified bookings. The AI handles scheduling, confirmations, and reminders completely automatically.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/visualization-of-an-automated-calendar-b-1772923726220-eba52bca.png?_wi=1", - imageAlt: "Calendar automation system", - }, + id: "3", title: "Automated Appointment Booking", description: "Your calendar stays full with qualified bookings. The AI handles scheduling, confirmations, and reminders completely automatically.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/visualization-of-an-automated-calendar-b-1772923726220-eba52bca.png", imageAlt: "Calendar automation system"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -207,35 +162,19 @@ export default function HomePage() { tag="Our Impact" metrics={[ { - id: "1", - value: "3x", - title: "More Bookings", - description: "Average increase in qualified appointment bookings per month", - icon: TrendingUp, + id: "1", value: "3x", title: "More Bookings", description: "Average increase in qualified appointment bookings per month", icon: TrendingUp, }, { - id: "2", - value: "60", - title: "Seconds", - description: "Average time from lead inquiry to AI follow-up call", - icon: Zap, + id: "2", value: "60", title: "Seconds", description: "Average time from lead inquiry to AI follow-up call", icon: Zap, }, { - id: "3", - value: "24/7", - title: "Availability", - description: "Round-the-clock lead follow-up and appointment booking", - icon: Clock, + id: "3", value: "24/7", title: "Availability", description: "Round-the-clock lead follow-up and appointment booking", icon: Clock, }, { - id: "4", - value: "40%", - title: "Lead Recovery", - description: "Percentage of leads recovered from automatic follow-up", - icon: BarChart3, + id: "4", value: "40%", title: "Lead Recovery", description: "Percentage of leads recovered from automatic follow-up", icon: BarChart3, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} @@ -250,39 +189,19 @@ export default function HomePage() { tag="Testimonials" testimonials={[ { - id: "1", - name: "Sarah Mitchell", - role: "Owner", - company: "Sydney Aesthetics Clinic", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-satisfied-cos-1772923725871-0436db75.png?_wi=1", - }, + id: "1", name: "Sarah Mitchell", role: "Owner", company: "Sydney Aesthetics Clinic", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-satisfied-cos-1772923725871-0436db75.png"}, { - id: "2", - name: "James Chen", - role: "Clinic Manager", - company: "Glow Beauty Studio", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-satisfied-mal-1772923725461-766fe8b4.png?_wi=1", - }, + id: "2", name: "James Chen", role: "Clinic Manager", company: "Glow Beauty Studio", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-satisfied-mal-1772923725461-766fe8b4.png"}, { - id: "3", - name: "Emma Richardson", - role: "Founder", - company: "Premium Cosmetic Clinic", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-female-cosmet-1772923726667-967a68b7.png?_wi=1", - }, + id: "3", name: "Emma Richardson", role: "Founder", company: "Premium Cosmetic Clinic", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-female-cosmet-1772923726667-967a68b7.png"}, { - id: "4", - name: "Michael Torres", - role: "Operations Director", - company: "Elite Medical Spa", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-male-cosmetic-1772923727151-a700c4d8.png", - }, + id: "4", name: "Michael Torres", role: "Operations Director", company: "Elite Medical Spa", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/professional-headshot-of-a-male-cosmetic-1772923727151-a700c4d8.png"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -297,63 +216,22 @@ export default function HomePage() { tag="Pricing Plans" plans={[ { - id: "starter", - title: "Starter", - price: "$800", - period: "/month", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/modern-illustration-showing-an-ai-voice--1772923725733-e9e6dfad.png?_wi=2", - imageAlt: "Starter plan", - button: { - text: "Get Started", - href: "/contact", - }, + id: "starter", title: "Starter", price: "$800", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/modern-illustration-showing-an-ai-voice--1772923725733-e9e6dfad.png", imageAlt: "Starter plan", button: { + text: "Get Started", href: "/contact"}, features: [ - "AI Lead Follow-Up System", - "24/7 Automated Calling", - "Calendar Integration", - "Lead Qualification", - "Basic Reporting", - ], + "AI Lead Follow-Up System", "24/7 Automated Calling", "Calendar Integration", "Lead Qualification", "Basic Reporting"], }, { - id: "growth", - title: "Growth", - price: "$1,500", - period: "/month", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/digital-marketing-illustration-showing-f-1772923727777-8e61168f.png?_wi=2", - imageAlt: "Growth plan", - button: { - text: "Get Started", - href: "/contact", - }, + id: "growth", title: "Growth", price: "$1,500", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/digital-marketing-illustration-showing-f-1772923727777-8e61168f.png", imageAlt: "Growth plan", button: { + text: "Get Started", href: "/contact"}, features: [ - "AI Lead Follow-Up System", - "24/7 Automated Calling", - "Facebook & Instagram Ads", - "Ad Campaign Management", - "Advanced Analytics", - "Priority Support", - ], + "AI Lead Follow-Up System", "24/7 Automated Calling", "Facebook & Instagram Ads", "Ad Campaign Management", "Advanced Analytics", "Priority Support"], }, { - id: "premium", - title: "Premium", - price: "$2,500", - period: "/month", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/visualization-of-an-automated-calendar-b-1772923726220-eba52bca.png?_wi=2", - imageAlt: "Premium plan", - button: { - text: "Get Started", - href: "/contact", - }, + id: "premium", title: "Premium", price: "$2,500", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/visualization-of-an-automated-calendar-b-1772923726220-eba52bca.png", imageAlt: "Premium plan", button: { + text: "Get Started", href: "/contact"}, features: [ - "Everything in Growth Plan", - "Website Redesign", - "Custom Branding", - "Dedicated Account Manager", - "Custom AI Training", - "Unlimited Support", - ], + "Everything in Growth Plan", "Website Redesign", "Custom Branding", "Dedicated Account Manager", "Custom AI Training", "Unlimited Support"], }, ]} animationType="slide-up" @@ -370,45 +248,21 @@ export default function HomePage() { tag="FAQ" faqs={[ { - id: "1", - title: "How quickly does the AI follow-up work?", - content: "Our AI system calls leads within 60 seconds of them contacting you—day or night. This rapid response dramatically increases the likelihood of converting leads into booked appointments compared to traditional follow-up methods that often take hours.", - }, + id: "1", title: "How quickly does the AI follow-up work?", content: "Our AI system calls leads within 60 seconds of them contacting you—day or night. This rapid response dramatically increases the likelihood of converting leads into booked appointments compared to traditional follow-up methods that often take hours."}, { - id: "2", - title: "Can the AI integrate with my existing calendar system?", - content: "Yes, absolutely. Our AI system integrates seamlessly with most popular calendar and scheduling platforms including Google Calendar, Outlook, and specialized clinic management software. We handle all the technical setup for you.", - }, + id: "2", title: "Can the AI integrate with my existing calendar system?", content: "Yes, absolutely. Our AI system integrates seamlessly with most popular calendar and scheduling platforms including Google Calendar, Outlook, and specialized clinic management software. We handle all the technical setup for you."}, { - id: "3", - title: "Do you manage the Facebook and Instagram ads?", - content: "In our Growth and Premium plans, yes—our team handles everything. We create targeted campaigns, manage your budget, optimize for conversions, and continuously refine targeting to ensure you get high-quality leads at the best possible cost.", - }, + id: "3", title: "Do you manage the Facebook and Instagram ads?", content: "In our Growth and Premium plans, yes—our team handles everything. We create targeted campaigns, manage your budget, optimize for conversions, and continuously refine targeting to ensure you get high-quality leads at the best possible cost."}, { - id: "4", - title: "What if the AI system can't qualify a lead?", - content: "If the AI can't qualify a lead or something seems unclear, it automatically escalates to your team for manual follow-up. You never miss any potential lead—the AI simply makes first contact 24/7 so nothing slips through.", - }, + id: "4", title: "What if the AI system can't qualify a lead?", content: "If the AI can't qualify a lead or something seems unclear, it automatically escalates to your team for manual follow-up. You never miss any potential lead—the AI simply makes first contact 24/7 so nothing slips through."}, { - id: "5", - title: "How does pricing work—are there setup fees?", - content: "Our pricing is straightforward monthly billing with no long-term contracts. There are no hidden setup fees. The Starter plan ($800) is AI lead follow-up only. Growth ($1,500) adds ads management. Premium ($2,500) includes everything plus website redesign.", - }, + id: "5", title: "How does pricing work—are there setup fees?", content: "Our pricing is straightforward monthly billing with no long-term contracts. There are no hidden setup fees. The Starter plan ($800) is AI lead follow-up only. Growth ($1,500) adds ads management. Premium ($2,500) includes everything plus website redesign."}, { - id: "6", - title: "Is this suitable for small clinics or just large ones?", - content: "Perfect for any size clinic. Our Starter plan is designed for clinics just starting with AI automation. Whether you have one location or multiple, our system scales with your business and your budget.", - }, + id: "6", title: "Is this suitable for small clinics or just large ones?", content: "Perfect for any size clinic. Our Starter plan is designed for clinics just starting with AI automation. Whether you have one location or multiple, our system scales with your business and your budget."}, { - id: "7", - title: "What's included in the website redesign (Premium plan)?", - content: "Our website redesign includes mobile-responsive design, SEO optimization, appointment booking integration, trust-building elements, and professional photography/videography. All designed specifically to convert cosmetic clinic visitors into leads.", - }, + id: "7", title: "What's included in the website redesign (Premium plan)?", content: "Our website redesign includes mobile-responsive design, SEO optimization, appointment booking integration, trust-building elements, and professional photography/videography. All designed specifically to convert cosmetic clinic visitors into leads."}, { - id: "8", - title: "How are you different from other marketing agencies in Sydney?", - content: "We specialize exclusively in AI-powered lead generation and automation for cosmetic clinics. Unlike generalist agencies, we understand your specific challenges—low after-hours follow-up, scheduling complexity, and the need for 24/7 responsiveness.", - }, + id: "8", title: "How are you different from other marketing agencies in Sydney?", content: "We specialize exclusively in AI-powered lead generation and automation for cosmetic clinics. Unlike generalist agencies, we understand your specific challenges—low after-hours follow-up, scheduling complexity, and the need for 24/7 responsiveness."}, ]} faqsAnimation="slide-up" textboxLayout="default" @@ -423,8 +277,7 @@ export default function HomePage() { title="Ready to Stop Losing Leads?" description="Book a free 30-minute consultation to see exactly how GlowingLeads can fill your calendar with qualified bookings on autopilot. No obligation, no pressure—just a conversation about how we can help your clinic grow." background={{ - variant: "rotated-rays-animated-grid", - }} + variant: "rotated-rays-animated-grid"}} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Book Free Demo" diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 84f5f6f..8753373 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -19,8 +19,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Company", - items: [ + title: "Company", items: [ { label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Services", href: "/services" }, @@ -28,8 +27,7 @@ export default function ServicesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Case Studies", href: "#" }, { label: "FAQ", href: "#faq" }, @@ -37,16 +35,14 @@ export default function ServicesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Email: hello@glowingleads.com.au", href: "mailto:hello@glowingleads.com.au" }, { label: "Sydney, Australia", href: "#" }, ], @@ -72,9 +68,7 @@ export default function ServicesPage() { brandName="GlowingLeads" navItems={navItems} button={{ - text: "Contact Us", - href: "/contact", - }} + text: "Contact Us", href: "/contact"}} animateOnLoad={true} /> @@ -86,15 +80,11 @@ export default function ServicesPage() { description="Complete AI marketing solutions designed specifically for cosmetic clinics and medspas in Sydney" buttons={[ { - text: "Book a Free Demo", - href: "/contact", - }, + text: "Book a Free Demo", href: "/contact"}, { - text: "See Pricing", - href: "/pricing", - }, + text: "See Pricing", href: "/pricing"}, ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/a-stunning-ai-powered-lead-management-da-1772923726345-d1ff7c45.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/a-stunning-ai-powered-lead-management-da-1772923726345-d1ff7c45.png" imageAlt="AI-powered lead management dashboard" showDimOverlay={true} buttonAnimation="slide-up" @@ -109,26 +99,11 @@ export default function ServicesPage() { tag="Our Services" features={[ { - id: "1", - title: "AI Lead Follow-Up System", - description: "24/7 AI calling and qualification system that never sleeps. Instantly responds to every lead inquiry with professional consultation bookings. Our AI calls leads within 60 seconds of contact, dramatically increasing conversion rates compared to manual follow-up.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/modern-illustration-showing-an-ai-voice--1772923725733-e9e6dfad.png?_wi=3", - imageAlt: "AI lead follow-up system", - }, + id: "1", title: "AI Lead Follow-Up System", description: "24/7 AI calling and qualification system that never sleeps. Instantly responds to every lead inquiry with professional consultation bookings. Our AI calls leads within 60 seconds of contact, dramatically increasing conversion rates compared to manual follow-up.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/modern-illustration-showing-an-ai-voice--1772923725733-e9e6dfad.png", imageAlt: "AI lead follow-up system"}, { - id: "2", - title: "Facebook & Instagram Ads Management", - description: "Expertly targeted social media campaigns that attract high-quality leads from women in your local area interested in cosmetic treatments. We handle campaign creation, budget management, optimization, and continuous refinement to maximize your ROI.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/digital-marketing-illustration-showing-f-1772923727777-8e61168f.png?_wi=3", - imageAlt: "Social media advertising", - }, + id: "2", title: "Facebook & Instagram Ads Management", description: "Expertly targeted social media campaigns that attract high-quality leads from women in your local area interested in cosmetic treatments. We handle campaign creation, budget management, optimization, and continuous refinement to maximize your ROI.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/digital-marketing-illustration-showing-f-1772923727777-8e61168f.png", imageAlt: "Social media advertising"}, { - id: "3", - title: "Automated Appointment Booking", - description: "Your calendar stays full with qualified bookings. The AI handles scheduling, confirmations, and reminders completely automatically. Integration with your existing calendar system ensures a seamless workflow with zero manual data entry.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/visualization-of-an-automated-calendar-b-1772923726220-eba52bca.png?_wi=3", - imageAlt: "Calendar automation system", - }, + id: "3", title: "Automated Appointment Booking", description: "Your calendar stays full with qualified bookings. The AI handles scheduling, confirmations, and reminders completely automatically. Integration with your existing calendar system ensures a seamless workflow with zero manual data entry.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/visualization-of-an-automated-calendar-b-1772923726220-eba52bca.png", imageAlt: "Calendar automation system"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -145,26 +120,11 @@ export default function ServicesPage() { tag="Implementation" features={[ { - id: "1", - title: "Strategy & Setup", - description: "We analyze your clinic's specific needs, target audience, and current performance. We then set up targeted Facebook and Instagram campaigns designed to attract your ideal cosmetic clinic patients with precision targeting.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-targeted-facebook-and-in-1772923728380-b8ffccb1.png?_wi=2", - imageAlt: "Strategy and setup process", - }, + id: "1", title: "Strategy & Setup", description: "We analyze your clinic's specific needs, target audience, and current performance. We then set up targeted Facebook and Instagram campaigns designed to attract your ideal cosmetic clinic patients with precision targeting.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-targeted-facebook-and-in-1772923728380-b8ffccb1.png", imageAlt: "Strategy and setup process"}, { - id: "2", - title: "Lead Capture & AI Follow-Up", - description: "When leads come in through our ads or your website, our AI system immediately engages them with professional calling and qualification. No lead is ever left unresponded to, even at 3 AM on a Sunday.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-ai-technology-making-aut-1772923726153-03e3390d.png?_wi=2", - imageAlt: "Lead capture and AI follow-up", - }, + id: "2", title: "Lead Capture & AI Follow-Up", description: "When leads come in through our ads or your website, our AI system immediately engages them with professional calling and qualification. No lead is ever left unresponded to, even at 3 AM on a Sunday.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-ai-technology-making-aut-1772923726153-03e3390d.png", imageAlt: "Lead capture and AI follow-up"}, { - id: "3", - title: "Booking & Reporting", - description: "Qualified leads are automatically booked into your calendar. We provide detailed analytics and reporting so you can see exactly what's working and continuously optimize your campaigns for better results.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-calendar-appointments-be-1772923725979-b8cd909e.png?_wi=2", - imageAlt: "Booking and reporting", - }, + id: "3", title: "Booking & Reporting", description: "Qualified leads are automatically booked into your calendar. We provide detailed analytics and reporting so you can see exactly what's working and continuously optimize your campaigns for better results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AdXuIXw1qdUGgTtIvSCsoZEXLD/illustration-of-calendar-appointments-be-1772923725979-b8cd909e.png", imageAlt: "Booking and reporting"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -181,35 +141,19 @@ export default function ServicesPage() { tag="Performance" metrics={[ { - id: "1", - value: "3x", - title: "More Bookings", - description: "Average increase in qualified appointment bookings per month", - icon: TrendingUp, + id: "1", value: "3x", title: "More Bookings", description: "Average increase in qualified appointment bookings per month", icon: TrendingUp, }, { - id: "2", - value: "60", - title: "Seconds", - description: "Average time from lead inquiry to AI follow-up call", - icon: Zap, + id: "2", value: "60", title: "Seconds", description: "Average time from lead inquiry to AI follow-up call", icon: Zap, }, { - id: "3", - value: "24/7", - title: "Availability", - description: "Round-the-clock lead follow-up and appointment booking", - icon: Clock, + id: "3", value: "24/7", title: "Availability", description: "Round-the-clock lead follow-up and appointment booking", icon: Clock, }, { - id: "4", - value: "40%", - title: "Lead Recovery", - description: "Percentage of leads recovered from automatic follow-up", - icon: BarChart3, + id: "4", value: "40%", title: "Lead Recovery", description: "Percentage of leads recovered from automatic follow-up", icon: BarChart3, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false}