Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-02 08:42:51 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -43,36 +43,19 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "gradient-bars" }}
<HeroCentered
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" },
]}
enableKpiAnimation={true}
buttons={[
{ 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"
mediaAnimation="slide-up"
background={{ variant: "gradient-bars" }}
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" },
]}
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" },
buttons={[
{ text: "Book a Discovery Call", href: "#contact" },
{ text: "See Solutions", href: "#services" },
]}
/>
</div>