Merge version_1 into main #2
577
src/app/page.tsx
577
src/app/page.tsx
@@ -28,448 +28,159 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Work",
|
||||
id: "#work",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
]}
|
||||
brandName="Apoorv Mishra"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Work", id: "#work" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Apoorv Mishra"
|
||||
button={{ text: "Contact Me", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="I Build Smart AI Systems That Help Businesses Grow Faster."
|
||||
description="I am an AI automation and marketing specialist who helps companies use modern AI tools to save time, generate leads, improve customer support, and build powerful digital workflows."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gq0s4i&_wi=1",
|
||||
imageAlt: "Apoorv Mishra Professional Photo",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o47e6c&_wi=1",
|
||||
imageAlt: "AI Automation Workflow",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=937xzp",
|
||||
imageAlt: "Lead Generation Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kd4mjo",
|
||||
imageAlt: "AI Marketing Content",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rtmnah",
|
||||
imageAlt: "Customer Support Bot",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9mpuo",
|
||||
imageAlt: "Business Automation Flow",
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prd0a1",
|
||||
imageAlt: "AI Voice System",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ilmm0d",
|
||||
imageAlt: "Chatbot Assistant",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x2710k",
|
||||
imageAlt: "CRM Automation",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6oijf2",
|
||||
imageAlt: "Sales Pitch Design",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9v3axu",
|
||||
imageAlt: "AI Content Creation",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0whfea",
|
||||
imageAlt: "Cold Outreach System",
|
||||
},
|
||||
]}
|
||||
tag="AI Automation • Marketing • Lead Generation"
|
||||
buttons={[
|
||||
{
|
||||
text: "View My Work",
|
||||
href: "#work",
|
||||
},
|
||||
{
|
||||
text: "Contact Me",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gq0s4i",
|
||||
alt: "Apoorv 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o47e6c",
|
||||
alt: "Apoorv 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=937xzp",
|
||||
alt: "Apoorv 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kd4mjo",
|
||||
alt: "Apoorv 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rtmnah",
|
||||
alt: "Apoorv 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 50+ partners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "OpenAI",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Zapier",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "ManyChat",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Voiceflow",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Make.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "plain" }}
|
||||
title="I Build Smart AI Systems That Help Businesses Grow Faster."
|
||||
description="I am an AI automation and marketing specialist who helps companies use modern AI tools to save time, generate leads, improve customer support, and build powerful digital workflows."
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gq0s4i", imageAlt: "Apoorv Mishra Professional Photo" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o47e6c", imageAlt: "AI Automation Workflow" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=937xzp", imageAlt: "Lead Generation Dashboard" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kd4mjo", imageAlt: "AI Marketing Content" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rtmnah", imageAlt: "Customer Support Bot" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=j9mpuo", imageAlt: "Business Automation Flow" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=prd0a1", imageAlt: "AI Voice System" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ilmm0d", imageAlt: "Chatbot Assistant" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x2710k", imageAlt: "CRM Automation" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6oijf2", imageAlt: "Sales Pitch Design" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9v3axu", imageAlt: "AI Content Creation" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0whfea", imageAlt: "Cold Outreach System" }
|
||||
]}
|
||||
tag="AI Automation • Marketing • Lead Generation"
|
||||
buttons={[{ text: "View My Work", href: "#work" }, { text: "Contact Me", href: "#contact" }]}
|
||||
marqueeItems={[{ type: "text", text: "OpenAI" }, { type: "text", text: "Zapier" }, { type: "text", text: "ManyChat" }, { type: "text", text: "Voiceflow" }, { type: "text", text: "Make.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Scaling Business Efficiency Through AI"
|
||||
description="I leverage 40+ modern AI tools to transform manual workflows into automated, intelligent digital systems. My focus is on creating high-impact solutions for lead generation, customer interaction, and content marketing."
|
||||
metrics={[
|
||||
{
|
||||
value: "40+",
|
||||
title: "AI Tools Mastered",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Automation Focus",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "System Uptime",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a6texz&_wi=1"
|
||||
imageAlt="Automation systems"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={true}
|
||||
title="Scaling Business Efficiency Through AI"
|
||||
description="I leverage 40+ modern AI tools to transform manual workflows into automated, intelligent digital systems. My focus is on creating high-impact solutions for lead generation, customer interaction, and content marketing."
|
||||
metrics={[{ value: "40+", title: "AI Tools Mastered" }, { value: "100%", title: "Automation Focus" }, { value: "24/7", title: "System Uptime" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a6texz"
|
||||
imageAlt="Automation systems"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI Chatbots & Assistants",
|
||||
description: "Website, WhatsApp, and Messenger bots that collect leads and support customers 24/7.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=otn7he&_wi=1",
|
||||
},
|
||||
{
|
||||
title: "Business Automation",
|
||||
description: "Automated workflows for CRM updates, lead capture, and seamless internal communication.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0uikee",
|
||||
},
|
||||
{
|
||||
title: "AI Voice Systems",
|
||||
description: "Conversational AI voice scripts, appointment booking, and voice cloning workflows.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpvy31",
|
||||
},
|
||||
{
|
||||
title: "AI Marketing Systems",
|
||||
description: "Content strategy, lead generation, and automated ad copy and reels scripts.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rycc5f",
|
||||
},
|
||||
]}
|
||||
title="AI Skills Companies Notice"
|
||||
description="I provide high-level AI automation services to optimize your business operations."
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "AI Chatbots & Assistants", description: "Website, WhatsApp, and Messenger bots that collect leads and support customers 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=otn7he" },
|
||||
{ title: "Business Automation", description: "Automated workflows for CRM updates, lead capture, and seamless internal communication.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0uikee" },
|
||||
{ title: "AI Voice Systems", description: "Conversational AI voice scripts, appointment booking, and voice cloning workflows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tpvy31" },
|
||||
{ title: "AI Marketing Systems", description: "Content strategy, lead generation, and automated ad copy and reels scripts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rycc5f" }
|
||||
]}
|
||||
title="AI Skills Companies Notice"
|
||||
description="I provide high-level AI automation services to optimize your business operations."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="experience" data-section="experience">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Education",
|
||||
name: "Parent AI Assistant",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mzm8zy",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Lead Gen",
|
||||
name: "Cold Outreach System",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n9g112",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Dental",
|
||||
name: "Clinic AI Pitch",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xl8d0x",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Marketing",
|
||||
name: "Growth Automation",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q6w7rw",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Sales",
|
||||
name: "Appointment Booking",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5e8of3",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Workflow",
|
||||
name: "System Audit",
|
||||
price: "Custom",
|
||||
rating: 5,
|
||||
reviewCount: "5",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fc65w4",
|
||||
},
|
||||
]}
|
||||
title="Project Experience"
|
||||
description="Showcasing recent successful implementation projects in automation."
|
||||
/>
|
||||
</div>
|
||||
<div id="experience" data-section="experience">
|
||||
<ProductCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", brand: "Education", name: "Parent AI Assistant", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=mzm8zy" },
|
||||
{ id: "p2", brand: "Lead Gen", name: "Cold Outreach System", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=n9g112" },
|
||||
{ id: "p3", brand: "Dental", name: "Clinic AI Pitch", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xl8d0x" },
|
||||
{ id: "p4", brand: "Marketing", name: "Growth Automation", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=q6w7rw" },
|
||||
{ id: "p5", brand: "Sales", name: "Appointment Booking", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5e8of3" },
|
||||
{ id: "p6", brand: "Workflow", name: "System Audit", price: "Custom", rating: 5, reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fc65w4" }
|
||||
]}
|
||||
title="Project Experience"
|
||||
description="Showcasing recent successful implementation projects in automation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Impact by the Numbers"
|
||||
tag="Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "met1",
|
||||
value: "100+",
|
||||
description: "Automated Tasks Executed",
|
||||
},
|
||||
{
|
||||
id: "met2",
|
||||
value: "20+",
|
||||
description: "Processes Optimized",
|
||||
},
|
||||
{
|
||||
id: "met3",
|
||||
value: "50+",
|
||||
description: "Leads Captured Monthly",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Impact by the Numbers"
|
||||
tag="Results"
|
||||
metrics={[
|
||||
{ id: "met1", value: "100+", description: "Automated Tasks Executed" },
|
||||
{ id: "met2", value: "20+", description: "Processes Optimized" },
|
||||
{ id: "met3", value: "50+", description: "Leads Captured Monthly" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
date: "2024",
|
||||
title: "CEO",
|
||||
quote: "The AI bot has completely transformed our lead response time.",
|
||||
tag: "Automation",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h1mn6l",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gq0s4i&_wi=2",
|
||||
imageAlt: "business professional headshot",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
date: "2024",
|
||||
title: "CTO",
|
||||
quote: "Excellent setup and very professional approach.",
|
||||
tag: "Strategy",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yh5jbi",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a6texz&_wi=2",
|
||||
imageAlt: "business professional headshot",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
date: "2024",
|
||||
title: "Marketing",
|
||||
quote: "Apoorv made automation simple for our team.",
|
||||
tag: "Growth",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rciam1",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=otn7he&_wi=2",
|
||||
imageAlt: "business professional headshot",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
date: "2024",
|
||||
title: "Product Mgr",
|
||||
quote: "Best system we have ever integrated.",
|
||||
tag: "Integration",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cboyc2",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2y648u",
|
||||
imageAlt: "business professional headshot",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Alice Wong",
|
||||
date: "2024",
|
||||
title: "Founder",
|
||||
quote: "The voice system is incredible.",
|
||||
tag: "Voice",
|
||||
avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21x1mv",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o47e6c&_wi=2",
|
||||
imageAlt: "business professional headshot",
|
||||
},
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What partners say about the automation systems."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah Johnson", date: "2024", title: "CEO", quote: "The AI bot has completely transformed our lead response time.", tag: "Automation", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=h1mn6l", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gq0s4i", imageAlt: "business professional headshot" },
|
||||
{ id: "t2", name: "Michael Chen", date: "2024", title: "CTO", quote: "Excellent setup and very professional approach.", tag: "Strategy", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yh5jbi", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=a6texz", imageAlt: "business professional headshot" },
|
||||
{ id: "t3", name: "Emily Rodriguez", date: "2024", title: "Marketing", quote: "Apoorv made automation simple for our team.", tag: "Growth", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rciam1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=otn7he", imageAlt: "business professional headshot" },
|
||||
{ id: "t4", name: "David Kim", date: "2024", title: "Product Mgr", quote: "Best system we have ever integrated.", tag: "Integration", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=cboyc2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2y648u", imageAlt: "business professional headshot" },
|
||||
{ id: "t5", name: "Alice Wong", date: "2024", title: "Founder", quote: "The voice system is incredible.", tag: "Voice", avatarSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21x1mv", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=o47e6c", imageAlt: "business professional headshot" }
|
||||
]}
|
||||
title="Client Success"
|
||||
description="What partners say about the automation systems."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What tools do you use?",
|
||||
content: "I use over 40+ tools including OpenAI, ManyChat, Zapier, and Voiceflow.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long does setup take?",
|
||||
content: "Depending on complexity, most systems are set up within 1-2 weeks.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide maintenance?",
|
||||
content: "Yes, I offer ongoing support to ensure your systems run smoothly.",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21x1mv"
|
||||
imageAlt="Support FAQ"
|
||||
title="Frequently Asked"
|
||||
description="Quick answers regarding AI services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "q1", title: "What tools do you use?", content: "I use over 40+ tools including OpenAI, ManyChat, Zapier, and Voiceflow." },
|
||||
{ id: "q2", title: "How long does setup take?", content: "Depending on complexity, most systems are set up within 1-2 weeks." },
|
||||
{ id: "q3", title: "Do you provide maintenance?", content: "Yes, I offer ongoing support to ensure your systems run smoothly." }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=21x1mv"
|
||||
imageAlt="Support FAQ"
|
||||
title="Frequently Asked"
|
||||
description="Quick answers regarding AI services."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Let's Connect"
|
||||
title="Ready to scale your business?"
|
||||
description="Reach out to schedule a discovery call and start your automation journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Apoorv",
|
||||
href: "mailto:apoorv@example.com",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Connect"
|
||||
title="Ready to scale your business?"
|
||||
description="Reach out to schedule a discovery call and start your automation journey."
|
||||
buttons={[{ text: "Contact Apoorv", href: "mailto:apoorv@example.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Work",
|
||||
href: "#work",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Apoorv Mishra"
|
||||
copyrightText="© 2025 | Apoorv Mishra"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Links", items: [{ label: "Work", href: "#work" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
|
||||
{ title: "Connect", items: [{ label: "LinkedIn", href: "#" }, { label: "Instagram", href: "#" }, { label: "Twitter", href: "#" }] }
|
||||
]}
|
||||
logoText="Apoorv Mishra"
|
||||
copyrightText="© 2025 | Apoorv Mishra"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user