27 Commits

Author SHA1 Message Date
42d50abe30 Update src/app/page.tsx 2026-04-23 08:58:17 +00:00
9c97d16ce6 Update src/app/page.tsx 2026-04-23 08:57:43 +00:00
e741f35b3f Merge version_7 into main
Merge version_7 into main
2026-04-23 08:47:23 +00:00
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
86de98ca04 Update theme fonts 2026-04-23 08:45:22 +00:00
ca7ac0ca9c Update theme fonts 2026-04-23 08:45:21 +00:00
102cf3f27f Update theme fonts 2026-04-23 08:45:18 +00:00
47031a4d39 Update theme fonts 2026-04-23 08:45:17 +00:00
1b5df6b2a3 Merge version_3 into main
Merge version_3 into main
2026-04-23 08:45:15 +00:00
671de28a86 Update theme fonts 2026-04-23 08:45:12 +00:00
cacb3a95c2 Update theme fonts 2026-04-23 08:45:11 +00:00
dd469add43 Merge version_3 into main
Merge version_3 into main
2026-04-23 08:45:06 +00:00
afb1b1facc Update theme fonts 2026-04-23 08:45:03 +00:00
e35c12cd59 Update theme fonts 2026-04-23 08:45:02 +00:00
4624214778 Merge version_3 into main
Merge version_3 into main
2026-04-23 08:43:58 +00:00
7254883dd3 Update src/app/styles/variables.css 2026-04-23 08:43:55 +00:00
5c54784c1c Update src/app/page.tsx 2026-04-23 08:43:55 +00:00
bfc96df1c7 Switch to version 1: modified src/app/styles/variables.css 2026-04-23 08:42:40 +00:00
e37566fedb Switch to version 1: modified src/app/page.tsx 2026-04-23 08:42:40 +00:00
bf40c159f7 Merge version_2 into main
Merge version_2 into main
2026-04-23 08:42:04 +00:00
4 changed files with 87 additions and 66 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Inter_Tight } from "next/font/google";
import { Public_Sans } from "next/font/google";
@@ -20,7 +21,14 @@ export const metadata: Metadata = {
},
};
const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], });
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,
@@ -30,7 +38,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${interTight.variable} antialiased`}>
<body className={`${publicSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -3,16 +3,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Zap, Clock, ShieldCheck, BarChart3, Users, MessageSquare } from "lucide-react";
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
return (
@@ -34,8 +33,6 @@ export default function LandingPage() {
navItems={[
{ name: "About", id: "#about" },
{ name: "Features", id: "#features" },
{ name: "Metrics", id: "#metrics" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
]}
@@ -44,17 +41,15 @@ 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/futuristic-technology-hologram_23-2151917417.jpg", imageAlt: "AI Infrastructure" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-space-tunnel_23-2151954719.jpg", imageAlt: "Workflow Automation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924164.jpg", imageAlt: "Intelligent Scheduling" }
buttons={[
{ text: "Start Free Trial", href: "#contact" },
{ text: "View Demo", href: "#features" },
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/ai-powered-device-concept_23-2151924164.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -65,92 +60,110 @@ export default function LandingPage() {
title="The Smarter Way to Book Meetings"
description="We replace outdated manual scheduling with a seamless AI engine that learns your unique calendar availability and negotiates times directly with your clients."
imageSrc="http://img.b2bpic.net/free-photo/group-people-working-out-business-plan-office_1303-15872.jpg"
imageAlt="Modern AI Workflow"
imageAlt="AI Team Collaboration"
/>
</div>
<div id="features" data-section="features">
<FeatureCardSeven
<FeatureCardTwentyNine
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
features={[
{ title: "Automated Outreach", description: "AI-powered engagement sequences that connect with prospects instantly.", imageSrc: "http://img.b2bpic.net/free-photo/inbox-communication-notification-e-mail-mail-concept_53876-120057.jpg" },
{ title: "Conflict-Free Sync", description: "Deep integrations with your existing calendars to ensure zero double-bookings.", imageSrc: "http://img.b2bpic.net/free-photo/workspace-with-stationery-papers-with-smartphone_23-2147965724.jpg" },
{ title: "Lead Prioritization", description: "Focus on high-value conversations with smart data-driven ranking.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-light-bulb-icon_53876-47270.jpg" }
{
title: "Automated Outreach", description: "AI-powered email sequences that engage your leads.", imageSrc: "http://img.b2bpic.net/free-vector/flat-media-set_98292-969.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/inbox-communication-notification-e-mail-mail-concept_53876-120057.jpg", buttonText: "Learn More"
},
{
title: "Sync Everything", description: "Connect your calendars for conflict-free scheduling.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-hologram_23-2151924174.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/christmas-date-paper-craft_53876-47120.jpg", buttonText: "Learn More"
},
{
title: "Intelligent Lead Scoring", description: "Prioritize high-value leads automatically.", imageSrc: "http://img.b2bpic.net/free-photo/man-showing-light-bulb-icon_53876-47270.jpg", titleImageSrc: "http://img.b2bpic.net/free-vector/seo-analytics-black-line-icon-25-business-outline-icon-set_1057-10180.jpg", buttonText: "Learn More"
},
]}
title="Powerful AI Features"
description="Enterprise-grade appointment scheduling that fits your business."
description="Enterprise-grade appointment scheduling that fits right into your business processes."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalReach", "FutureSystems"]}
textboxLayout="default"
useInvertedBackground={true}
names={["TechCorp", "InnovateLab", "GrowthCo", "StartupXYZ", "DigitalReach", "FutureSystems", "GlobalSolutions"]}
title="Trusted by Industry Leaders"
description="Companies worldwide rely on us to fuel their growth."
description="Used by companies across the globe to drive appointment volume."
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
animationType="depth-3d"
<MetricCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{ id: "m1", icon: Zap, title: "Meeting Increase", value: "400%" },
{ id: "m2", icon: Clock, title: "Weekly Savings", value: "15hrs" },
{ id: "m3", icon: ShieldCheck, title: "Reliability", value: "99.9%" }
{ id: "m1", value: "400%", description: "Meeting volume increase" },
{ id: "m2", value: "15hrs", description: "Saved per user/week" },
{ id: "m3", value: "99.9%", description: "Uptime & Reliability" },
]}
title="Data-Driven Results"
description="Quantifiable impact that scales your operations."
title="Proven Results"
description="The numbers speak for themselves regarding our impact."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="depth-3d"
textboxLayout="split"
<TestimonialCardSix
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
title="Client Success Stories"
description="Hear from the pioneers who automated their sales cycles with us."
kpiItems={[{ value: "10k+", label: "Meetings Set" }, { value: "500+", label: "Teams Optimized" }, { value: "98%", label: "Retention Rate" }]}
testimonials={[
{ id: "t1", name: "Sarah J.", role: "Head of Sales", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg" },
{ id: "t2", name: "Michael C.", role: "Founder", company: "GrowthCo", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-business-people-holding-laptop-computer-office-desk_1150-10180.jpg" }
{ id: "t1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "This tool doubled my sales team efficiency overnight.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-black-blazer-portrait_23-2152009548.jpg" },
{ id: "t2", name: "Michael Chen", handle: "@mchen", testimonial: "Reliable and incredibly fast implementation.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-business-people-holding-laptop-computer-office-desk_1150-10180.jpg" },
{ id: "t3", name: "Emily Rodriguez", handle: "@emilyr", testimonial: "Best investment we made for our outreach.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-labor-union-member_23-2150969905.jpg" },
]}
title="Client Success Stories"
description="What business owners are saying about AutoSchedule AI."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitText
sideTitle="Frequently Asked Questions"
faqsAnimation="blur-reveal"
<FaqDouble
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "How does the AI work?", content: "Our AI utilizes proprietary NLP to analyze and negotiate your availability." },
{ id: "q2", title: "Is my data secure?", content: "We implement bank-level encryption for all calendar interactions." },
{ id: "q3", title: "Do you support custom CRM?", content: "Yes, we offer flexible API integrations for all enterprise systems." }
{ id: "q1", title: "How does the AI handle cancellations?", content: "The AI automatically detects cancellations and proactively reaches out to reschedule based on the user's updated availability." },
{ id: "q2", title: "Does it support multi-user teams?", content: "Yes, our platform includes comprehensive team calendar management with round-robin distribution." },
{ id: "q3", title: "How secure is my calendar data?", content: "We utilize bank-grade encryption for all calendar integrations and never store your private calendar credentials." },
{ id: "q4", title: "What if the AI misses a nuance?", content: "Every AI interaction is logged for human review, and you can easily jump in to manage any high-stakes conversation." },
]}
title="Common Questions"
description="Addressing the most frequent inquiries about AI appointment setting."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact">
<ContactSplit
tag="Get Started"
title="Start Scheduling Automatically"
description="Ready to reclaim your time and focus on what matters most?"
imageSrc="http://img.b2bpic.net/free-photo/global-business-strategy-planning-icon-concept_53876-120444.jpg"
tag="Contact"
useInvertedBackground={true}
title="Ready to Automate Your Scheduling?"
description="Join top-performing teams and eliminate meeting friction today."
imageSrc="http://img.b2bpic.net/free-photo/business-people-discussing-plan-meeting-office-desk_1150-10180.jpg"
mediaAnimation="blur-reveal"
background={{ variant: "sparkles-gradient" }}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
<FooterBaseReveal
logoText="AutoSchedule AI"
columns={[
{ items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
{ items: [{ label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Pricing", href: "#pricing" }] },
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Careers", href: "#" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
]}
copyrightText="© 2025 AutoSchedule AI. All rights reserved."
/>
</div>
</ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-public-sans), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter-tight), sans-serif;
font-family: var(--font-public-sans), sans-serif;
}

View File

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