11 Commits

Author SHA1 Message Date
7e95ff6b90 Update src/app/page.tsx 2026-04-23 08:47:20 +00:00
ad08328946 Merge version_6 into main
Merge version_6 into main
2026-04-23 08:46:33 +00:00
be21aecad1 Update theme colors 2026-04-23 08:46:30 +00:00
4b16688d87 Merge version_5 into main
Merge version_5 into main
2026-04-23 08:46:21 +00:00
e38e8d3177 Update theme colors 2026-04-23 08:46:18 +00:00
7a79e88985 Merge version_4 into main
Merge version_4 into main
2026-04-23 08:45:57 +00:00
4dfe21bc7d Update theme colors 2026-04-23 08:45:53 +00:00
b016ed6a4d Merge version_3 into main
Merge version_3 into main
2026-04-23 08:45:25 +00:00
1b5df6b2a3 Merge version_3 into main
Merge version_3 into main
2026-04-23 08:45:15 +00:00
dd469add43 Merge version_3 into main
Merge version_3 into main
2026-04-23 08:45:06 +00:00
4624214778 Merge version_3 into main
Merge version_3 into main
2026-04-23 08:43:58 +00:00
2 changed files with 9 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase'; import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -45,32 +45,17 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroLogoBillboard
background={{ logoText="AutoSchedule AI"
variant: "sparkles-gradient"}}
title="Let AI Master Your Calendar"
description="Stop chasing leads. Our AI appointment setter handles the conversation and schedules meetings while you sleep." description="Stop chasing leads. Our AI appointment setter handles the conversation and schedules meetings while you sleep."
tag="Revolutionize Your Workflow"
buttons={[ buttons={[
{ {
text: "Start Free Trial", href: "#contact"}, text: "Start Free Trial", href: "#contact"},
{ {
text: "View Demo", href: "#features"}, text: "View Demo", href: "#features"},
]} ]}
mediaItems={[ background={{ variant: "sparkles-gradient" }}
{ imageSrc="http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924164.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924164.jpg", imageAlt: "AI Scheduling Flow"},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-with-headset-working-call-center-office_231208-320.jpg", imageAlt: "Conversational AI"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-space-tunnel_23-2151954719.jpg", imageAlt: "Time Optimization"},
{
imageSrc: "http://img.b2bpic.net/free-photo/global-business-strategy-planning-icon-concept_53876-120444.jpg", imageAlt: "CRM Integration"},
{
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139249.jpg", imageAlt: "Workflow Automation"},
{
imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-stationery-papers-with-smartphone_23-2147965724.jpg", imageAlt: "Intelligent Scheduling"},
]}
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
/> />
</div> </div>
@@ -177,8 +162,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{ variant: "sparkles-gradient" }}
variant: "sparkles-gradient"}}
tag="Get Started" tag="Get Started"
title="Start Scheduling Automatically Today" title="Start Scheduling Automatically Today"
description="Join thousands of businesses streamlining their meeting workflow." description="Join thousands of businesses streamlining their meeting workflow."
@@ -219,4 +203,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,7 +10,7 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #020617; --background: #02104c;
--card: #0f172a; --card: #0f172a;
--foreground: #e2e8f0; --foreground: #e2e8f0;
--primary-cta: #1e3a8a; --primary-cta: #1e3a8a;
@@ -18,7 +18,7 @@
--secondary-cta: #1e293b; --secondary-cta: #1e293b;
--secondary-cta-text: #2e2521; --secondary-cta-text: #2e2521;
--accent: #3b82f6; --accent: #3b82f6;
--background-accent: #1e3a8a; --background-accent: #052fa4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);