Merge version_1 into main #2
355
src/app/page.tsx
355
src/app/page.tsx
@@ -32,109 +32,47 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Outcomes",
|
||||
id: "#outcomes",
|
||||
},
|
||||
{
|
||||
name: "Process",
|
||||
id: "#process",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Solutions", id: "#services" },
|
||||
{ name: "Outcomes", id: "#outcomes" },
|
||||
{ name: "Process", id: "#process" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book a Discovery Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Book a Discovery Call", href: "#contact" }}
|
||||
brandName="Naptime AI"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="AI Systems Built for Real Operators, Not Demos."
|
||||
description="Naptime AI builds custom AI agents and automation systems that handle lead qualification, appointment booking, and CRM updates, so your dental or home service business never misses another opportunity."
|
||||
kpis={[
|
||||
{
|
||||
value: "24/7",
|
||||
label: "Lead Response",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
label: "No Missed Calls",
|
||||
},
|
||||
{
|
||||
value: "40%",
|
||||
label: "Reduced Admin",
|
||||
},
|
||||
{ value: "24/7", label: "Lead Response" },
|
||||
{ value: "100%", label: "No Missed Calls" },
|
||||
{ value: "40%", label: "Reduced Admin" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Discovery Call",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "See Solutions",
|
||||
href: "#services",
|
||||
},
|
||||
{ text: "Book a Discovery Call", href: "#contact" },
|
||||
{ text: "See Solutions", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147864852.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", alt: "Client 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg", alt: "Client 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-typing-laptop-sitting-home-with-automation-lighting-system_482257-8729.jpg", alt: "Client 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smart-application-tablet-placed-kitchen-desk-empty-house-automation-system-turning-l_482257-2747.jpg", alt: "Client 4" },
|
||||
{ src: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147864852.jpg", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ service leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Dental Practice AI",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "HVAC Scheduling",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Plumbing Dispatch",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Electrical CRM",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Smart Lead Routing",
|
||||
},
|
||||
{ type: "text", text: "Dental Practice AI" },
|
||||
{ type: "text", text: "HVAC Scheduling" },
|
||||
{ type: "text", text: "Plumbing Dispatch" },
|
||||
{ type: "text", text: "Electrical CRM" },
|
||||
{ type: "text", text: "Smart Lead Routing" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,14 +82,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Dental Practices",
|
||||
"HVAC Contractors",
|
||||
"Plumbing Services",
|
||||
"Electrical Teams",
|
||||
"Landscaping Firms",
|
||||
"Roofing Specialists",
|
||||
"Cleaning Services",
|
||||
]}
|
||||
"Dental Practices", "HVAC Contractors", "Plumbing Services", "Electrical Teams", "Landscaping Firms", "Roofing Specialists", "Cleaning Services"]}
|
||||
title="Systems Designed for Growth"
|
||||
description="We specialize in high-leverage AI solutions for industries where every lead matters."
|
||||
/>
|
||||
@@ -162,7 +93,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Stop Losing Leads to Inefficiency"
|
||||
description="Your front desk is overwhelmed with routine tasks. Missed calls, slow follow-ups, and unbooked estimates are bleeding revenue. Our AI systems act as your tireless 24/7 operators, qualifying leads the moment they reach out and booking them directly into your workflow."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,59 +104,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "AI Voice Agents",
|
||||
descriptions: [
|
||||
"Natural voice interaction that handles inquiries and booking requests professionally.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868604.jpg?_wi=1",
|
||||
imageAlt: "ai voice bot concept icon",
|
||||
},
|
||||
id: "1", title: "AI Voice Agents", descriptions: ["Natural voice interaction that handles inquiries and booking requests professionally."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868604.jpg", imageAlt: "ai voice bot concept icon"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Missed Call Text-Back",
|
||||
descriptions: [
|
||||
"Instantly send a personalized SMS when a call is missed, capturing the lead immediately.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=2",
|
||||
imageAlt: "ai voice bot concept icon",
|
||||
},
|
||||
id: "2", title: "Missed Call Text-Back", descriptions: ["Instantly send a personalized SMS when a call is missed, capturing the lead immediately."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "ai voice bot concept icon"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Lead Qualification",
|
||||
descriptions: [
|
||||
"Filter and qualify incoming inquiries so your team only talks to hot prospects.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg?_wi=2",
|
||||
imageAlt: "ai voice bot concept icon",
|
||||
},
|
||||
id: "3", title: "Lead Qualification", descriptions: ["Filter and qualify incoming inquiries so your team only talks to hot prospects."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg", imageAlt: "ai voice bot concept icon"},
|
||||
{
|
||||
id: "4",
|
||||
title: "CRM Follow-up Workflows",
|
||||
descriptions: [
|
||||
"Automated, multi-touch follow-up systems that nudge leads until they book.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg?_wi=1",
|
||||
imageAlt: "ai voice bot concept icon",
|
||||
},
|
||||
id: "4", title: "CRM Follow-up Workflows", descriptions: ["Automated, multi-touch follow-up systems that nudge leads until they book."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg", imageAlt: "ai voice bot concept icon"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Scheduling & Booking",
|
||||
descriptions: [
|
||||
"Direct integration with your booking software for frictionless appointment scheduling.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=1",
|
||||
imageAlt: "ai voice bot concept icon",
|
||||
},
|
||||
id: "5", title: "Scheduling & Booking", descriptions: ["Direct integration with your booking software for frictionless appointment scheduling."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "ai voice bot concept icon"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Custom Internal Tools",
|
||||
descriptions: [
|
||||
"AI assistants built specifically to help your team navigate internal documentation.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg",
|
||||
imageAlt: "ai voice bot concept icon",
|
||||
},
|
||||
id: "6", title: "Custom Internal Tools", descriptions: ["AI assistants built specifically to help your team navigate internal documentation."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150165975.jpg", imageAlt: "ai voice bot concept icon"},
|
||||
]}
|
||||
title="Custom AI Automation Suites"
|
||||
description="We tailor our automation to your specific operational needs."
|
||||
@@ -240,23 +135,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "dentist-1",
|
||||
name: "Dental Practice AI",
|
||||
brand: "Dental Suite",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=2",
|
||||
},
|
||||
id: "dentist-1", name: "Dental Practice AI", brand: "Dental Suite", price: "Custom", rating: 5,
|
||||
reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg"},
|
||||
{
|
||||
id: "hvac-1",
|
||||
name: "Home Services AI",
|
||||
brand: "Trade Suite",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg?_wi=2",
|
||||
},
|
||||
id: "hvac-1", name: "Home Services AI", brand: "Trade Suite", price: "Custom", rating: 5,
|
||||
reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg"},
|
||||
]}
|
||||
title="Proven Systems by Industry"
|
||||
description="Optimized workflows designed for the unique operational reality of your business."
|
||||
@@ -265,45 +148,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="inline-image"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "step1",
|
||||
title: "Workflow Audit",
|
||||
descriptions: [
|
||||
"We analyze your current intake process to identify the highest leverage points for automation.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868685.jpg",
|
||||
imageAlt: "Artificial intelligence elements collection in flat style",
|
||||
},
|
||||
id: "step1", title: "Workflow Audit", descriptions: ["We analyze your current intake process to identify the highest leverage points for automation."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868685.jpg", imageAlt: "Artificial intelligence elements collection in flat style"},
|
||||
{
|
||||
id: "step2",
|
||||
title: "Custom Design",
|
||||
descriptions: [
|
||||
"Designing specialized AI agents and workflows that respect your existing standard operating procedures.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=3",
|
||||
imageAlt: "Artificial intelligence elements collection in flat style",
|
||||
},
|
||||
id: "step2", title: "Custom Design", descriptions: ["Designing specialized AI agents and workflows that respect your existing standard operating procedures."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Artificial intelligence elements collection in flat style"},
|
||||
{
|
||||
id: "step3",
|
||||
title: "Build & Integrate",
|
||||
descriptions: [
|
||||
"Technical implementation connecting AI directly to your current CRM and scheduling tools.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868604.jpg?_wi=2",
|
||||
imageAlt: "Artificial intelligence elements collection in flat style",
|
||||
},
|
||||
id: "step3", title: "Build & Integrate", descriptions: ["Technical implementation connecting AI directly to your current CRM and scheduling tools."],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868604.jpg", imageAlt: "Artificial intelligence elements collection in flat style"},
|
||||
{
|
||||
id: "step4",
|
||||
title: "Launch & Optimize",
|
||||
descriptions: [
|
||||
"Live deployment followed by rapid iteration to ensure high conversion rates.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg?_wi=3",
|
||||
imageAlt: "Artificial intelligence elements collection in flat style",
|
||||
},
|
||||
id: "step4", title: "Launch & Optimize", descriptions: ["Live deployment followed by rapid iteration to ensure high conversion rates."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg", imageAlt: "Artificial intelligence elements collection in flat style"},
|
||||
]}
|
||||
title="The Naptime AI Deployment Path"
|
||||
description="We follow a clear, results-focused process to get your automation live and effective."
|
||||
@@ -317,28 +177,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Lead Coverage",
|
||||
items: [
|
||||
"Never miss a potential lead again.",
|
||||
],
|
||||
id: "m1", value: "100%", title: "Lead Coverage", items: ["Never miss a potential lead again."],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "60%",
|
||||
title: "Booking Efficiency",
|
||||
items: [
|
||||
"Frictionless conversion from inquiry to booked.",
|
||||
],
|
||||
id: "m2", value: "60%", title: "Booking Efficiency", items: ["Frictionless conversion from inquiry to booked."],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40%",
|
||||
title: "Admin Overhead",
|
||||
items: [
|
||||
"Automate repetitive status checks and scheduling.",
|
||||
],
|
||||
id: "m3", value: "40%", title: "Admin Overhead", items: ["Automate repetitive status checks and scheduling."],
|
||||
},
|
||||
]}
|
||||
title="Measureable Impact on Operations"
|
||||
@@ -353,50 +198,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dental Practice Owner",
|
||||
handle: "Practice Operations",
|
||||
testimonial: "Before Naptime AI, we missed 30% of incoming calls during lunch. Now, our AI handles scheduling, and we have recovered all those lost potential clients.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ai-computer-chip-set_78370-9687.jpg",
|
||||
imageAlt: "Ai Computer Chip Set",
|
||||
},
|
||||
id: "1", name: "Dental Practice Owner", handle: "Practice Operations", testimonial: "Before Naptime AI, we missed 30% of incoming calls during lunch. Now, our AI handles scheduling, and we have recovered all those lost potential clients.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/ai-computer-chip-set_78370-9687.jpg", imageAlt: "Ai Computer Chip Set"},
|
||||
{
|
||||
id: "2",
|
||||
name: "HVAC Business Owner",
|
||||
handle: "Service Team",
|
||||
testimonial: "The text-back system qualified more leads in the first week than we processed in the previous month manually.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg?_wi=4",
|
||||
imageAlt: "Ai Computer Chip Set",
|
||||
},
|
||||
id: "2", name: "HVAC Business Owner", handle: "Service Team", testimonial: "The text-back system qualified more leads in the first week than we processed in the previous month manually.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", imageAlt: "Ai Computer Chip Set"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Plumbing Contractor",
|
||||
handle: "Operations Lead",
|
||||
testimonial: "Our admin team no longer spends hours manually chasing up unbooked estimates. The CRM automation takes care of it entirely.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868604.jpg?_wi=3",
|
||||
imageAlt: "Ai Computer Chip Set",
|
||||
},
|
||||
id: "3", name: "Plumbing Contractor", handle: "Operations Lead", testimonial: "Our admin team no longer spends hours manually chasing up unbooked estimates. The CRM automation takes care of it entirely.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/artificial-intelligence-elements-collection-flat-style_23-2147868604.jpg", imageAlt: "Ai Computer Chip Set"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dental Group Mgr",
|
||||
handle: "Group Practice",
|
||||
testimonial: "Implementing AI for intake has freed up our front desk to focus on patient experience rather than administrative phone tag.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg?_wi=4",
|
||||
imageAlt: "Ai Computer Chip Set",
|
||||
},
|
||||
id: "4", name: "Dental Group Mgr", handle: "Group Practice", testimonial: "Implementing AI for intake has freed up our front desk to focus on patient experience rather than administrative phone tag.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dental-chair-with-medical-tools_140725-7681.jpg", imageAlt: "Ai Computer Chip Set"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Electrical Services",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Implementation was seamless, and the integration with our current dispatch software works perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg?_wi=3",
|
||||
imageAlt: "Ai Computer Chip Set",
|
||||
},
|
||||
id: "5", name: "Electrical Services", handle: "Business Owner", testimonial: "Implementation was seamless, and the integration with our current dispatch software works perfectly.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrical-technician-looking-focused-while-working-switchboard-with-fuses_169016-23714.jpg", imageAlt: "Ai Computer Chip Set"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Example Outcomes"
|
||||
@@ -419,30 +234,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Do I need special software?",
|
||||
content: "No. Our AI systems are designed to integrate with the software you are already using.",
|
||||
},
|
||||
id: "faq1", title: "Do I need special software?", content: "No. Our AI systems are designed to integrate with the software you are already using."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How long does implementation take?",
|
||||
content: "Depending on the complexity, full custom deployment typically takes 3 to 6 weeks.",
|
||||
},
|
||||
id: "faq2", title: "How long does implementation take?", content: "Depending on the complexity, full custom deployment typically takes 3 to 6 weeks."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Can AI handle complex booking?",
|
||||
content: "Yes, our voice and chat agents are designed to navigate complex booking criteria based on your specific requirements.",
|
||||
},
|
||||
id: "faq3", title: "Can AI handle complex booking?", content: "Yes, our voice and chat agents are designed to navigate complex booking criteria based on your specific requirements."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Will this replace my staff?",
|
||||
content: "No. Our goal is to leverage your staff by removing repetitive tasks so they can focus on high-value patient and client care.",
|
||||
},
|
||||
id: "faq4", title: "Will this replace my staff?", content: "No. Our goal is to leverage your staff by removing repetitive tasks so they can focus on high-value patient and client care."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Do you only work with dental/home services?",
|
||||
content: "Yes, we focus on these industries to ensure deep domain expertise and high reliability.",
|
||||
},
|
||||
id: "faq5", title: "Do you only work with dental/home services?", content: "Yes, we focus on these industries to ensure deep domain expertise and high reliability."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Get clarity on how our AI systems will function within your current environment."
|
||||
@@ -455,32 +255,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Get Started"
|
||||
title="Ready to Automate?"
|
||||
description="Book a discovery call to see exactly how Naptime AI can streamline your lead handling and booking workflows."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book My Discovery Call",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Book My Discovery Call", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Naptime AI"
|
||||
leftLink={{
|
||||
text: "© 2024 Naptime AI",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "© 2024 Naptime AI", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user