Update src/app/page.tsx

This commit is contained in:
2026-05-12 14:40:50 +00:00
parent dab8ceb6ad
commit c03238c020

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "/"},
id: "/",
},
{ {
name: "About", name: "About", id: "/about"},
id: "/about",
},
{ {
name: "Services", name: "Services", id: "/services"},
id: "/services",
},
{ {
name: "Portfolio", name: "Portfolio", id: "/portfolio"},
id: "/portfolio",
},
{ {
name: "Contact", name: "Contact", id: "/contact"},
id: "/contact",
},
]} ]}
brandName="AiViqo" brandName="AiViqo"
/> />
@@ -56,101 +46,56 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardTestimonial <HeroBillboardTestimonial
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Intelligent Automation for Fast-Growing Businesses" title="Intelligent Automation for Fast-Growing Businesses"
description="We build AI systems that automate lead generation, workflows, CRM, outreach, and operations for SaaS, agencies, and ecommerce brands." description="We build AI systems that automate lead generation, workflows, CRM, outreach, and operations for SaaS, agencies, and ecommerce brands."
testimonials={[ testimonials={[
{ {
name: "Sarah J.", name: "Sarah J.", handle: "@saas_ceo", testimonial: "AiViqo revolutionized our CRM efficiency.", rating: 5,
handle: "@saas_ceo", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg"},
testimonial: "AiViqo revolutionized our CRM efficiency.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg",
},
{ {
name: "Marcus V.", name: "Marcus V.", handle: "@growth_lab", testimonial: "The lead gen automation increased our pipeline by 40%.", rating: 5,
handle: "@growth_lab", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
testimonial: "The lead gen automation increased our pipeline by 40%.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
},
{ {
name: "Elena R.", name: "Elena R.", handle: "@ecommerce_scale", testimonial: "Incredible service, truly customized solutions.", rating: 5,
handle: "@ecommerce_scale", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2547.jpg"},
testimonial: "Incredible service, truly customized solutions.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2547.jpg",
},
{ {
name: "David W.", name: "David W.", handle: "@tech_ops", testimonial: "Finally, an agency that understands complex API workflows.", rating: 5,
handle: "@tech_ops", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-with-hands-head_1262-2009.jpg"},
testimonial: "Finally, an agency that understands complex API workflows.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-with-hands-head_1262-2009.jpg",
},
{ {
name: "Linda M.", name: "Linda M.", handle: "@creative_mgmt", testimonial: "Our manual data entry is gone. Pure magic.", rating: 5,
handle: "@creative_mgmt", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg"},
testimonial: "Our manual data entry is gone. Pure magic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg",
},
]} ]}
buttons={[ buttons={[
{ {
text: "Book a Strategy Call", text: "Book a Strategy Call", href: "https://calendly.com/visuallabstudios/30min"},
href: "https://calendly.com/visuallabstudios/30min",
},
{ {
text: "View Services", text: "View Services", href: "/services"},
href: "/services",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg" imageSrc="http://img.b2bpic.net/free-photo/futuristic-ai-data-visualization_23-2151977857.jpg"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", alt: "Sarah"},
alt: "Sarah",
},
{ {
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2547.jpg", src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2547.jpg", alt: "Marcus"},
alt: "Marcus",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-with-hands-head_1262-2009.jpg", src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-with-hands-head_1262-2009.jpg", alt: "Elena"},
alt: "Elena",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "David"},
alt: "David",
},
{ {
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", alt: "Linda"},
alt: "Linda",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "AI Integration"},
text: "AI Integration",
},
{ {
type: "text", type: "text", text: "Workflow Automation"},
text: "Workflow Automation",
},
{ {
type: "text", type: "text", text: "CRM Optimization"},
text: "CRM Optimization",
},
{ {
type: "text", type: "text", text: "Lead Generation"},
text: "Lead Generation",
},
{ {
type: "text", type: "text", text: "Scalable Infrastructure"},
text: "Scalable Infrastructure",
},
]} ]}
/> />
</div> </div>
@@ -161,35 +106,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "AI Lead Gen", title: "AI Lead Gen", description: "High-conversion automated lead systems.", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174317.jpg"},
description: "High-conversion automated lead systems.",
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-connections_23-2149174317.jpg",
},
{ {
title: "CRM Automation", title: "CRM Automation", description: "Integrating Hubspot and GHL seamlessly.", imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg"},
description: "Integrating Hubspot and GHL seamlessly.",
imageSrc: "http://img.b2bpic.net/free-vector/technology-elements-background-flat-style_23-2147756997.jpg",
},
{ {
title: "Custom AI Agents", title: "Custom AI Agents", description: "Intelligent bots working 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg"},
description: "Intelligent bots working 24/7.",
imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg",
},
{ {
title: "API Integrations", title: "API Integrations", description: "Connect all your software tools.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg"},
description: "Connect all your software tools.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg",
},
{ {
title: "Data Analytics", title: "Data Analytics", description: "Insights that drive better decisions.", imageSrc: "http://img.b2bpic.net/free-photo/group-people-network-circuit-board-link-connection-technology_1379-887.jpg"},
description: "Insights that drive better decisions.",
imageSrc: "http://img.b2bpic.net/free-photo/group-people-network-circuit-board-link-connection-technology_1379-887.jpg",
},
{ {
title: "Workflow Design", title: "Workflow Design", description: "Optimize operations automatically.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background_1048-9652.jpg"},
description: "Optimize operations automatically.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background_1048-9652.jpg",
},
]} ]}
title="Our AI Automation Solutions" title="Our AI Automation Solutions"
description="Powerful systems built to scale your business." description="Powerful systems built to scale your business."
@@ -205,38 +132,20 @@ export default function LandingPage() {
description="Scale your operations with transparent pricing." description="Scale your operations with transparent pricing."
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Starter", price: "$1,999", subtitle: "For small agencies", buttons: [
badge: "Starter",
price: "$1,999",
subtitle: "For small agencies",
buttons: [
{ {
text: "Select", text: "Select", href: "/contact"},
href: "/contact",
},
], ],
features: [ features: [
"Setup", "Setup", "Basic CRM", "Standard Support"],
"Basic CRM",
"Standard Support",
],
}, },
{ {
id: "pro", id: "pro", badge: "Pro", price: "$4,999", subtitle: "For growing teams", buttons: [
badge: "Pro",
price: "$4,999",
subtitle: "For growing teams",
buttons: [
{ {
text: "Select", text: "Select", href: "/contact"},
href: "/contact",
},
], ],
features: [ features: [
"Everything in Basic", "Everything in Basic", "Advanced Automation", "Priority Support"],
"Advanced Automation",
"Priority Support",
],
}, },
]} ]}
/> />
@@ -252,17 +161,9 @@ export default function LandingPage() {
description="The minds behind the automation." description="The minds behind the automation."
members={[ members={[
{ {
id: "t1", id: "t1", name: "Alex R.", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
name: "Alex R.",
role: "Lead Architect",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
},
{ {
id: "t2", id: "t2", name: "Sam K.", role: "Automation Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg"},
name: "Sam K.",
role: "Automation Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg",
},
]} ]}
/> />
</div> </div>
@@ -275,15 +176,9 @@ export default function LandingPage() {
description="Get clarity on our AI services." description="Get clarity on our AI services."
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How long for setup?", content: "Typically 2-4 weeks depending on scope."},
title: "How long for setup?",
content: "Typically 2-4 weeks depending on scope.",
},
{ {
id: "q2", id: "q2", title: "Which CRMs do you support?", content: "Hubspot, GHL, Pipedrive, and more."},
title: "Which CRMs do you support?",
content: "Hubspot, GHL, Pipedrive, and more.",
},
]} ]}
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
/> />
@@ -294,25 +189,17 @@ export default function LandingPage() {
logoText="AiViqo" logoText="AiViqo"
columns={[ columns={[
{ {
title: "Agency", title: "Agency", items: [
items: [
{ {
label: "About", label: "About", href: "/about"},
href: "/about",
},
{ {
label: "Portfolio", label: "Portfolio", href: "/portfolio"},
href: "/portfolio",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Contact", label: "Contact", href: "/contact"},
href: "/contact",
},
], ],
}, },
]} ]}