Update src/app/page.tsx
This commit is contained in:
160
src/app/page.tsx
160
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="AiViqo"
|
||||
/>
|
||||
@@ -57,51 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero-main" data-section="hero-main">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Intelligent Automation for Fast-Growing Businesses"
|
||||
description="AiViqo builds AI-powered systems that automate leads, workflows, and operations for SaaS, Agencies, and Ecommerce brands."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Call",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book a Call", href: "/contact"},
|
||||
{
|
||||
text: "View Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View Services", href: "/services"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241393.jpg",
|
||||
imageAlt: "AI Network Visualization",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/fiber-optics-lights-abstract-background_23-2148241393.jpg", imageAlt: "AI Network Visualization"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg",
|
||||
imageAlt: "Corporate Holographics",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/multicultural-team-women-leaders-hold-online-conference-call_482257-123708.jpg", imageAlt: "Corporate Holographics"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-robot-hand-holding-metal-3d-mechanical-gear_181624-58873.jpg",
|
||||
imageAlt: "AI Workflow Automation",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-robot-hand-holding-metal-3d-mechanical-gear_181624-58873.jpg", imageAlt: "AI Workflow Automation"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-factory-illuminates-modern-blue-metal-machinery-generated-by-ai_188544-26728.jpg",
|
||||
imageAlt: "Data Infrastructure",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/abstract-futuristic-factory-illuminates-modern-blue-metal-machinery-generated-by-ai_188544-26728.jpg", imageAlt: "Data Infrastructure"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-futuristic-particles_1048-12370.jpg",
|
||||
imageAlt: "Growth Geometry",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-futuristic-particles_1048-12370.jpg", imageAlt: "Growth Geometry"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg",
|
||||
imageAlt: "SaaS Interface",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-vector/gradient-banking-app-interface-with-statistics_23-2148591100.jpg", imageAlt: "SaaS Interface"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -113,32 +80,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Core AI Capabilities"
|
||||
description="Powerful automation tools designed to scale your operations effortlessly."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services", href: "/services"
|
||||
}
|
||||
]}
|
||||
features={[
|
||||
{
|
||||
icon: Star,
|
||||
title: "Automated Workflows",
|
||||
description: "Reduce manual tasks by 80% using custom AI agents.",
|
||||
},
|
||||
title: "Automated Workflows", description: "Reduce manual tasks by 80% using custom AI agents."},
|
||||
{
|
||||
icon: BarChart2,
|
||||
title: "Data Insights",
|
||||
description: "Real-time analytics and predictive performance reporting.",
|
||||
},
|
||||
title: "Data Insights", description: "Real-time analytics and predictive performance reporting."},
|
||||
{
|
||||
icon: LayoutDashboard,
|
||||
title: "Lead Management",
|
||||
description: "End-to-end automated lead nurturing and qualification.",
|
||||
},
|
||||
title: "Lead Management", description: "End-to-end automated lead nurturing and qualification."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Instant Integrations",
|
||||
description: "Seamless connectivity with your existing tech stack.",
|
||||
},
|
||||
title: "Instant Integrations", description: "Seamless connectivity with your existing tech stack."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Enterprise Security",
|
||||
description: "Robust data encryption and privacy-first AI development.",
|
||||
},
|
||||
title: "Enterprise Security", description: "Robust data encryption and privacy-first AI development."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -152,35 +114,20 @@ export default function LandingPage() {
|
||||
description="We drive significant efficiency gains for our clients every single month."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Clock,
|
||||
title: "Hours Saved Weekly",
|
||||
value: "120+",
|
||||
},
|
||||
id: "m1", icon: Clock,
|
||||
title: "Hours Saved Weekly", value: "120+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: TrendingUp,
|
||||
title: "ROI Increase",
|
||||
value: "340%",
|
||||
},
|
||||
id: "m2", icon: TrendingUp,
|
||||
title: "ROI Increase", value: "340%"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Users,
|
||||
title: "Leads Processed",
|
||||
value: "15k+",
|
||||
},
|
||||
id: "m3", icon: Users,
|
||||
title: "Leads Processed", value: "15k+"},
|
||||
{
|
||||
id: "m4",
|
||||
icon: CheckCircle2,
|
||||
title: "Automations Deployed",
|
||||
value: "200+",
|
||||
},
|
||||
id: "m4", icon: CheckCircle2,
|
||||
title: "Automations Deployed", value: "200+"},
|
||||
{
|
||||
id: "m5",
|
||||
icon: Database,
|
||||
title: "Data Points Analyzed",
|
||||
value: "1M+",
|
||||
},
|
||||
id: "m5", icon: Database,
|
||||
title: "Data Points Analyzed", value: "1M+"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -192,12 +139,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Visionary Teams"
|
||||
description="Partnering with industry leaders to push the boundaries of AI innovation."
|
||||
names={[
|
||||
"TechNode",
|
||||
"GrowthLabs",
|
||||
"ScaleFlow",
|
||||
"DataZen",
|
||||
"InnovateAI",
|
||||
]}
|
||||
"TechNode", "GrowthLabs", "ScaleFlow", "DataZen", "InnovateAI"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,8 +147,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Ready to scale?"
|
||||
title="Start your AI journey today."
|
||||
description="Book a discovery call to see how AiViqo can optimize your workflow."
|
||||
@@ -219,38 +160,25 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "AI Automation",
|
||||
href: "/services",
|
||||
},
|
||||
label: "AI Automation", href: "/services"},
|
||||
{
|
||||
label: "CRM Setup",
|
||||
href: "/services",
|
||||
},
|
||||
label: "CRM Setup", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user