10 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
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 8 additions and 24 deletions

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
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 MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -45,32 +45,17 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "sparkles-gradient"}}
title="Let AI Master Your Calendar"
<HeroLogoBillboard
logoText="AutoSchedule AI"
description="Stop chasing leads. Our AI appointment setter handles the conversation and schedules meetings while you sleep."
tag="Revolutionize Your Workflow"
buttons={[
{
text: "Start Free Trial", href: "#contact"},
{
text: "View Demo", href: "#features"},
]}
mediaItems={[
{
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"},
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924164.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -177,8 +162,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "sparkles-gradient"}}
background={{ variant: "sparkles-gradient" }}
tag="Get Started"
title="Start Scheduling Automatically Today"
description="Join thousands of businesses streamlining their meeting workflow."
@@ -219,4 +203,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #020617;
--background: #02104c;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #1e3a8a;