6 Commits

Author SHA1 Message Date
8d99470e7e Update theme colors 2026-05-02 08:45:44 +00:00
5a0ef34abb Update theme colors 2026-05-02 08:45:22 +00:00
d838c2f012 Update src/app/page.tsx 2026-05-02 08:42:48 +00:00
51d4739e8e Merge version_1 into main
Merge version_1 into main
2026-05-02 08:36:47 +00:00
423f9cc0df Merge version_1 into main
Merge version_1 into main
2026-05-02 08:36:23 +00:00
a36fd00801 Merge version_1 into main
Merge version_1 into main
2026-05-02 08:35:54 +00:00
2 changed files with 14 additions and 31 deletions

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>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--background: #030128;
--card: #241f48;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
--primary-cta: #ffffff;
--primary-cta-text: #030128;
--secondary-cta: #131136;
--secondary-cta-text: #d5d4f6;
--accent: #44358a;
--background-accent: #b597fe;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);