Update src/app/page.tsx

This commit is contained in:
2026-06-10 15:19:43 +00:00
parent 5de3ecba26
commit 96147925a1

View File

@@ -30,37 +30,23 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Industries", name: "Industries", id: "/industry-solutions"},
id: "/industry-solutions",
},
{ {
name: "Case Studies", name: "Case Studies", id: "/case-studies"},
id: "/case-studies",
},
{ {
name: "About Us", name: "About Us", id: "/about-us"},
id: "/about-us",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
logoSrc="http://img.b2bpic.net/free-photo/3d-abstract-data-technology-background-with-flowing-waves_1048-18506.jpg" logoSrc="http://img.b2bpic.net/free-photo/3d-abstract-data-technology-background-with-flowing-waves_1048-18506.jpg"
logoAlt="AI Voice Agency Logo" logoAlt="AI Voice Agency Logo"
brandName="AI Voice Agency" brandName="AI Voice Agency"
button={{ button={{
text: "Book A Demo", text: "Book A Demo", href: "/book-demo"}}
href: "/book-demo",
}}
/> />
</div> </div>
@@ -68,114 +54,77 @@ export default function LandingPage() {
<HeroBillboardTestimonial <HeroBillboardTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "glowing-orb", variant: "glowing-orb"
}} }}
title="AI Voice Agents That Answer, Qualify & Book Customers 24/7" title="AI Voice Agents That Answer, Qualify & Book Customers 24/7"
description="We build intelligent AI voice agents that answer calls, qualify leads, book appointments, and help businesses grow without hiring additional staff." description="We build intelligent AI voice agents that answer calls, qualify leads, book appointments, and help businesses grow without hiring additional staff."
testimonials={[ testimonials={[
{ {
name: "Sarah Chen", name: "Sarah Chen", handle: "@sarahc_ceo", testimonial: "Our AI Agent has revolutionized our lead qualification. We're booking more demos with less manual effort, a true game-changer!", rating: 5,
handle: "@sarahc_ceo", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg", imageAlt: "Sarah Chen, CEO"
testimonial: "Our AI Agent has revolutionized our lead qualification. We're booking more demos with less manual effort, a true game-changer!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84733.jpg",
imageAlt: "Sarah Chen, CEO",
}, },
{ {
name: "John M. Davis", name: "John M. Davis", handle: "@johnd_sales", testimonial: "The AI's ability to handle initial customer calls has freed up our team to focus on high-value interactions. Phenomenal!", rating: 5,
handle: "@johnd_sales", imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg", imageAlt: "John M. Davis, Sales Director"
testimonial: "The AI's ability to handle initial customer calls has freed up our team to focus on high-value interactions. Phenomenal!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-wearing-suit-looking-camera-smiling-broadly-with-happy-face-standing-white-background_141793-54115.jpg",
imageAlt: "John M. Davis, Sales Director",
}, },
{ {
name: "Emily R. White", name: "Emily R. White", handle: "@emilyw_ops", testimonial: "Implementing the AI appointment setter drastically reduced our no-show rates and optimized our calendar. Highly recommend!", rating: 4,
handle: "@emilyw_ops", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg", imageAlt: "Emily R. White, Operations Manager"
testimonial: "Implementing the AI appointment setter drastically reduced our no-show rates and optimized our calendar. Highly recommend!",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-man-flannel-suit-glasses-listening-music_613910-12191.jpg",
imageAlt: "Emily R. White, Operations Manager",
}, },
{ {
name: "David S. Lee", name: "David S. Lee", handle: "@davidl_mktg", testimonial: "The outbound calling feature allowed us to scale our outreach efforts without increasing headcount. Impressive results!", rating: 5,
handle: "@davidl_mktg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg", imageAlt: "David S. Lee, Marketing Lead"
testimonial: "The outbound calling feature allowed us to scale our outreach efforts without increasing headcount. Impressive results!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-arms-crossed-holding-white-headphone-around-his-neck_23-2148096439.jpg",
imageAlt: "David S. Lee, Marketing Lead",
}, },
{ {
name: "Maria P. Garcia", name: "Maria P. Garcia", handle: "@mariag_cs", testimonial: "Our customer support efficiency has soared. The AI handles routine queries, leaving complex cases for human agents.", rating: 4,
handle: "@mariag_cs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-eyeglasses_273609-14946.jpg", imageAlt: "Maria P. Garcia, Customer Success"
testimonial: "Our customer support efficiency has soared. The AI handles routine queries, leaving complex cases for human agents.", }
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-eyeglasses_273609-14946.jpg",
imageAlt: "Maria P. Garcia, Customer Success",
},
]} ]}
tag="Next-Gen AI Voice" tag="Next-Gen AI Voice"
buttons={[ buttons={[
{ {
text: "Talk To AI Agent", text: "Talk To AI Agent", onClick: () => alert('AI Agent Interaction Placeholder')
onClick: "() => alert('AI Agent Interaction Placeholder')",
}, },
{ {
text: "Book A Demo", text: "Book A Demo", href: "/book-demo"
href: "/book-demo", }
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/cosmic-background-with-blue-laser-lights_181624-15764.jpg" imageSrc="http://img.b2bpic.net/free-photo/cosmic-background-with-blue-laser-lights_181624-15764.jpg"
imageAlt="Glowing AI Orb with animated voice waveform and floating business icons." imageAlt="Glowing AI Orb with animated voice waveform and floating business icons."
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", src: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", alt: "Happy customer avatar"
alt: "Happy customer avatar",
}, },
{ {
src: "http://img.b2bpic.net/free-photo/spectacular-african-man-with-sincere-smile-posing-outdoor-photo-cute-black-male-model-glasses-headphones_197531-21894.jpg", src: "http://img.b2bpic.net/free-photo/spectacular-african-man-with-sincere-smile-posing-outdoor-photo-cute-black-male-model-glasses-headphones_197531-21894.jpg", alt: "Satisfied client avatar"
alt: "Satisfied client avatar",
}, },
{ {
src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", src: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg", alt: "Business partner avatar"
alt: "Business partner avatar",
}, },
{ {
src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", src: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", alt: "Team member avatar"
alt: "Team member avatar",
}, },
{ {
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "Advisor avatar"
alt: "Advisor avatar", }
},
]} ]}
avatarText="Join 5,000+ businesses automating their growth" avatarText="Join 5,000+ businesses automating their growth"
marqueeItems={[ marqueeItems={[
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/desk-supplies-arrangement-still-life-top-view_23-2149511866.jpg", alt: "InnovateCo"
src: "http://img.b2bpic.net/free-photo/desk-supplies-arrangement-still-life-top-view_23-2149511866.jpg",
alt: "InnovateCo",
}, },
{ {
type: "image", type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oa6il6", alt: "DataFlow Solutions"
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oa6il6",
alt: "DataFlow Solutions",
}, },
{ {
type: "image", type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mixcay", alt: "NexusAI"
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mixcay",
alt: "NexusAI",
}, },
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-vector/professional-data-logo-template_23-2149221609.jpg", alt: "ScaleUp Corp"
src: "http://img.b2bpic.net/free-vector/professional-data-logo-template_23-2149221609.jpg",
alt: "ScaleUp Corp",
}, },
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/two-smartphones-inside-geometric-neon-frame_187299-46537.jpg", alt: "WealthSync"
src: "http://img.b2bpic.net/free-photo/two-smartphones-inside-geometric-neon-frame_187299-46537.jpg", }
alt: "WealthSync",
},
]} ]}
/> />
</div> </div>
@@ -185,13 +134,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"InnovateCo", "InnovateCo", "DataFlow Solutions", "NexusAI", "ScaleUp Corp", "WealthSync", "ShopFlow", "SecureNet"
"DataFlow Solutions",
"NexusAI",
"ScaleUp Corp",
"WealthSync",
"ShopFlow",
"SecureNet",
]} ]}
title="Trusted By Growing Businesses" title="Trusted By Growing Businesses"
showCard={false} showCard={false}
@@ -207,53 +150,29 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "AI Receptionist", title: "AI Receptionist", description: "Greet callers, answer FAQs, and route calls with human-like precision, ensuring no lead is missed.", imageSrc: "http://img.b2bpic.net/free-vector/robot-head-composition-with-hi-tech-style-black-white-helmet-with-headphones-unplugged-wire-vector-illustration_98292-75.jpg", imageAlt: "AI Receptionist icon"
description: "Greet callers, answer FAQs, and route calls with human-like precision, ensuring no lead is missed.",
imageSrc: "http://img.b2bpic.net/free-vector/robot-head-composition-with-hi-tech-style-black-white-helmet-with-headphones-unplugged-wire-vector-illustration_98292-75.jpg",
imageAlt: "AI Receptionist icon",
}, },
{ {
title: "AI Appointment Setter", title: "AI Appointment Setter", description: "Automatically qualify leads and book appointments directly into your calendar, saving countless hours.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-paper-front-side_187299-39612.jpg", imageAlt: "AI Appointment Setter icon"
description: "Automatically qualify leads and book appointments directly into your calendar, saving countless hours.",
imageSrc: "http://img.b2bpic.net/free-photo/calendar-check-paper-front-side_187299-39612.jpg",
imageAlt: "AI Appointment Setter icon",
}, },
{ {
title: "AI Lead Qualification", title: "AI Lead Qualification", description: "Engage prospects, ask key qualification questions, and identify high-value leads for your sales team.", imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-103.jpg", imageAlt: "AI Lead Qualification icon"
description: "Engage prospects, ask key qualification questions, and identify high-value leads for your sales team.",
imageSrc: "http://img.b2bpic.net/free-vector/business-designs-collection_1209-103.jpg",
imageAlt: "AI Lead Qualification icon",
}, },
{ {
title: "AI Customer Support", title: "AI Customer Support", description: "Provide instant, 24/7 support, resolving common issues and escalating complex queries seamlessly.", imageSrc: "http://img.b2bpic.net/free-photo/earth-globe-internet-icon-sign-symbol-button-blue-speech-bubble-white-background-3d-rendering_56104-1178.jpg", imageAlt: "AI Customer Support icon"
description: "Provide instant, 24/7 support, resolving common issues and escalating complex queries seamlessly.",
imageSrc: "http://img.b2bpic.net/free-photo/earth-globe-internet-icon-sign-symbol-button-blue-speech-bubble-white-background-3d-rendering_56104-1178.jpg",
imageAlt: "AI Customer Support icon",
}, },
{ {
title: "AI Follow Ups", title: "AI Follow Ups", description: "Automate personalized follow-up calls and messages, nurturing leads and reinforcing customer relationships.", imageSrc: "http://img.b2bpic.net/free-photo/clock-with-arrow-time-concept_187299-46702.jpg", imageAlt: "AI Follow Ups icon"
description: "Automate personalized follow-up calls and messages, nurturing leads and reinforcing customer relationships.",
imageSrc: "http://img.b2bpic.net/free-photo/clock-with-arrow-time-concept_187299-46702.jpg",
imageAlt: "AI Follow Ups icon",
}, },
{ {
title: "CRM Integration", title: "CRM Integration", description: "Sync call data, transcripts, and appointments directly with your existing CRM for a unified view.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-cloud-storage_53876-5616.jpg", imageAlt: "CRM Integration icon"
description: "Sync call data, transcripts, and appointments directly with your existing CRM for a unified view.",
imageSrc: "http://img.b2bpic.net/free-vector/illustration-cloud-storage_53876-5616.jpg",
imageAlt: "CRM Integration icon",
}, },
{ {
title: "Outbound Calling", title: "Outbound Calling", description: "Launch automated outbound campaigns for lead generation, surveys, and proactive customer engagement.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-with-play-dough-red-heart_23-2149554815.jpg", imageAlt: "Outbound Calling icon"
description: "Launch automated outbound campaigns for lead generation, surveys, and proactive customer engagement.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-with-play-dough-red-heart_23-2149554815.jpg",
imageAlt: "Outbound Calling icon",
}, },
{ {
title: "Analytics & Reporting", title: "Analytics & Reporting", description: "Gain deep insights into call performance, agent effectiveness, and customer interactions with comprehensive reports.", imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-infographic_23-2148382087.jpg", imageAlt: "Analytics & Reporting icon"
description: "Gain deep insights into call performance, agent effectiveness, and customer interactions with comprehensive reports.", }
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-user-panel-infographic_23-2148382087.jpg",
imageAlt: "Analytics & Reporting icon",
},
]} ]}
title="Transform Your Business with Intelligent AI Voice Agents" title="Transform Your Business with Intelligent AI Voice Agents"
description="Our AI voice agents are designed to handle a wide range of tasks, empowering your business to grow efficiently and effectively." description="Our AI voice agents are designed to handle a wide range of tasks, empowering your business to grow efficiently and effectively."
@@ -268,35 +187,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Step 1: Customer Calls", title: "Step 1: Customer Calls", description: "A customer initiates a call to your business line, expecting a human interaction.", imageSrc: "http://img.b2bpic.net/free-vector/illustration-speech-bubble_53876-40887.jpg", imageAlt: "Customer Calls icon"
description: "A customer initiates a call to your business line, expecting a human interaction.",
imageSrc: "http://img.b2bpic.net/free-vector/illustration-speech-bubble_53876-40887.jpg",
imageAlt: "Customer Calls icon",
}, },
{ {
title: "Step 2: AI Answers", title: "Step 2: AI Answers", description: "Our intelligent AI voice agent answers instantly, greeting the caller with a natural, human-like voice.", imageSrc: "http://img.b2bpic.net/free-vector/ai-chatbot-set_78370-9700.jpg", imageAlt: "AI Answers icon"
description: "Our intelligent AI voice agent answers instantly, greeting the caller with a natural, human-like voice.",
imageSrc: "http://img.b2bpic.net/free-vector/ai-chatbot-set_78370-9700.jpg",
imageAlt: "AI Answers icon",
}, },
{ {
title: "Step 3: AI Qualifies", title: "Step 3: AI Qualifies", description: "The AI engages the caller in a natural conversation, asking key questions to understand their needs and qualify them as a lead.", imageSrc: "http://img.b2bpic.net/free-vector/academy-25-flat-color-icon-pack-including-time-schedule-idea-plan-books_1142-26827.jpg", imageAlt: "AI Qualifies icon"
description: "The AI engages the caller in a natural conversation, asking key questions to understand their needs and qualify them as a lead.",
imageSrc: "http://img.b2bpic.net/free-vector/academy-25-flat-color-icon-pack-including-time-schedule-idea-plan-books_1142-26827.jpg",
imageAlt: "AI Qualifies icon",
}, },
{ {
title: "Step 4: AI Books Appointment", title: "Step 4: AI Books Appointment", description: "Once qualified, the AI seamlessly schedules an appointment or demo directly into your calendar based on your availability.", imageSrc: "http://img.b2bpic.net/free-photo/clipboard-icon-left-side-white-background_187299-40140.jpg", imageAlt: "AI Books Appointment icon"
description: "Once qualified, the AI seamlessly schedules an appointment or demo directly into your calendar based on your availability.",
imageSrc: "http://img.b2bpic.net/free-photo/clipboard-icon-left-side-white-background_187299-40140.jpg",
imageAlt: "AI Books Appointment icon",
}, },
{ {
title: "Step 5: Appointment Added To Calendar", title: "Step 5: Appointment Added To Calendar", description: "The confirmed appointment is automatically added to your team's calendar and CRM, with all relevant call details.", imageSrc: "http://img.b2bpic.net/free-photo/classic-alarm-clock_74190-1429.jpg", imageAlt: "Appointment Added To Calendar icon"
description: "The confirmed appointment is automatically added to your team's calendar and CRM, with all relevant call details.", }
imageSrc: "http://img.b2bpic.net/free-photo/classic-alarm-clock_74190-1429.jpg",
imageAlt: "Appointment Added To Calendar icon",
},
]} ]}
title="How Our AI Voice Agents Work" title="How Our AI Voice Agents Work"
description="Experience a seamless, automated workflow designed to maximize efficiency and capture every opportunity." description="Experience a seamless, automated workflow designed to maximize efficiency and capture every opportunity."
@@ -311,75 +215,35 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "real-estate", id: "real-estate", name: "Real Estate", price: "", imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666369.jpg", imageAlt: "Real Estate industry illustration"
name: "Real Estate",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-house-design_23-2150666369.jpg",
imageAlt: "Real Estate industry illustration",
}, },
{ {
id: "dental", id: "dental", name: "Dental Clinics", price: "", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "Dental Clinics industry illustration"
name: "Dental Clinics",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg",
imageAlt: "Dental Clinics industry illustration",
}, },
{ {
id: "medical", id: "medical", name: "Medical Practices", price: "", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-chemist-wearing-safety-glasses-lab-looking-camera-team-scientists-doctors-examining-virus-evolution-using-high-tech-chemistry-tools-scientific-research-vaccine_482257-3956.jpg", imageAlt: "Medical Practices industry illustration"
name: "Medical Practices",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-chemist-wearing-safety-glasses-lab-looking-camera-team-scientists-doctors-examining-virus-evolution-using-high-tech-chemistry-tools-scientific-research-vaccine_482257-3956.jpg",
imageAlt: "Medical Practices industry illustration",
}, },
{ {
id: "legal", id: "legal", name: "Law Firms", price: "", imageSrc: "http://img.b2bpic.net/free-photo/illustrators-tools-arrangement-still-life_23-2150163123.jpg", imageAlt: "Law Firms industry illustration"
name: "Law Firms",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/illustrators-tools-arrangement-still-life_23-2150163123.jpg",
imageAlt: "Law Firms industry illustration",
}, },
{ {
id: "roofing", id: "roofing", name: "Roofing Companies", price: "", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg", imageAlt: "Roofing Companies industry illustration"
name: "Roofing Companies",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-working-with-protection-helmet_23-2149343638.jpg",
imageAlt: "Roofing Companies industry illustration",
}, },
{ {
id: "hvac", id: "hvac", name: "HVAC Businesses", price: "", imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103087.jpg", imageAlt: "HVAC Businesses industry illustration"
name: "HVAC Businesses",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103087.jpg",
imageAlt: "HVAC Businesses industry illustration",
}, },
{ {
id: "insurance", id: "insurance", name: "Insurance Agencies", price: "", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-choosing-car-car-showroom_1303-21062.jpg", imageAlt: "Insurance Agencies industry illustration"
name: "Insurance Agencies",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-choosing-car-car-showroom_1303-21062.jpg",
imageAlt: "Insurance Agencies industry illustration",
}, },
{ {
id: "solar", id: "solar", name: "Solar Companies", price: "", imageSrc: "http://img.b2bpic.net/free-photo/bulb-meadow-with-house_1134-163.jpg", imageAlt: "Solar Companies industry illustration"
name: "Solar Companies",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/bulb-meadow-with-house_1134-163.jpg",
imageAlt: "Solar Companies industry illustration",
}, },
{ {
id: "ecommerce", id: "ecommerce", name: "Ecommerce Businesses", price: "", imageSrc: "http://img.b2bpic.net/free-photo/mobile-customer-feedback_23-2151952977.jpg", imageAlt: "Ecommerce Businesses industry illustration"
name: "Ecommerce Businesses",
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/mobile-customer-feedback_23-2151952977.jpg",
imageAlt: "Ecommerce Businesses industry illustration",
}, },
{ {
id: "education", id: "education", name: "Education Institutions", price: "", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-analyzing-architectural-sketches-blueprints-his-home_482257-90908.jpg", imageAlt: "Education Institutions industry illustration"
name: "Education Institutions", }
price: "",
imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-analyzing-architectural-sketches-blueprints-his-home_482257-90908.jpg",
imageAlt: "Education Institutions industry illustration",
},
]} ]}
title="AI Voice Solutions Across Key Industries" title="AI Voice Solutions Across Key Industries"
description="Our AI voice agents are custom-trained to excel in diverse sectors, understanding industry-specific nuances and delivering tailored results." description="Our AI voice agents are custom-trained to excel in diverse sectors, understanding industry-specific nuances and delivering tailored results."
@@ -394,25 +258,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "availability", id: "availability", value: "24/7", description: "Availability"
value: "24/7",
description: "Availability",
}, },
{ {
id: "response-rate", id: "response-rate", value: "98%", description: "Response Rate"
value: "98%",
description: "Response Rate",
}, },
{ {
id: "cost-reduction", id: "cost-reduction", value: "70%", description: "Cost Reduction"
value: "70%",
description: "Cost Reduction",
}, },
{ {
id: "lead-response", id: "lead-response", value: "10X Faster", description: "Lead Response"
value: "10X Faster", }
description: "Lead Response",
},
]} ]}
title="Unleash Unrivaled Performance with Our AI" title="Unleash Unrivaled Performance with Our AI"
description="Our AI Voice Agents deliver measurable impact, driving efficiency and superior customer experiences for your business." description="Our AI Voice Agents deliver measurable impact, driving efficiency and superior customer experiences for your business."
@@ -423,20 +279,18 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "glowing-orb", variant: "glowing-orb"
}} }}
tag="Ready to Transform?" tag="Ready to Transform?"
title="Ready To Stop Missing Leads?" title="Ready To Stop Missing Leads?"
description="Connect with an AI agent instantly or schedule a personalized demo to see how we can revolutionize your customer interactions and growth." description="Connect with an AI agent instantly or schedule a personalized demo to see how we can revolutionize your customer interactions and growth."
buttons={[ buttons={[
{ {
text: "Talk To AI Agent", text: "Talk To AI Agent", onClick: () => alert('AI Agent Interaction Placeholder')
onClick: "() => alert('AI Agent Interaction Placeholder')",
}, },
{ {
text: "Book A Demo", text: "Book A Demo", href: "/book-demo"
href: "/book-demo", }
},
]} ]}
/> />
</div> </div>
@@ -447,12 +301,10 @@ export default function LandingPage() {
logoAlt="AI Voice Agency Logo" logoAlt="AI Voice Agency Logo"
logoText="AI Voice Agency" logoText="AI Voice Agency"
leftLink={{ leftLink={{
text: "Privacy Policy", text: "Privacy Policy", href: "#"
href: "#",
}} }}
rightLink={{ rightLink={{
text: "Terms of Service", text: "Terms of Service", href: "#"
href: "#",
}} }}
/> />
</div> </div>