5 Commits

Author SHA1 Message Date
5e4bffb415 Merge version_4 into main
Merge version_4 into main
2026-05-12 14:44:53 +00:00
fd4456cf40 Update src/app/page.tsx 2026-05-12 14:44:50 +00:00
ab26115871 Merge version_4 into main
Merge version_4 into main
2026-05-12 14:44:25 +00:00
aae04bb262 Update src/app/page.tsx 2026-05-12 14:44:22 +00:00
ad27aa9c8d Merge version_3 into main
Merge version_3 into main
2026-05-12 14:42:26 +00:00

View File

@@ -9,6 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TeamCardSix from '@/components/sections/team/TeamCardSix';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import { Github, Twitter, Linkedin } from "lucide-react"; import { Github, Twitter, Linkedin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -29,16 +30,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Home", id: "/"},
name: "Home", id: "/"}, { name: "About", id: "/about"},
{ { name: "Services", id: "/services"},
name: "About", id: "/about"}, { name: "Portfolio", id: "/portfolio"},
{ { name: "Contact", id: "/contact"},
name: "Services", id: "/services"},
{
name: "Portfolio", id: "/portfolio"},
{
name: "Contact", id: "/contact"},
]} ]}
brandName="AiViqo" brandName="AiViqo"
/> />
@@ -46,58 +42,22 @@ 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.", handle: "@saas_ceo", 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.", handle: "@growth_lab", 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.", handle: "@ecommerce_scale", 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.", handle: "@tech_ops", 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.", handle: "@creative_mgmt", 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", href: "https://calendly.com/visuallabstudios/30min"},
text: "Book a Strategy Call", href: "https://calendly.com/visuallabstudios/30min"},
{
text: "View 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={[ />
{ <ContactCTA
src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", alt: "Sarah"}, tag="Get Started"
{ title="Ready to Automate Your Business?"
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2547.jpg", alt: "Marcus"}, description="Join hundreds of brands scaling with AI. Talk to an expert today."
{ buttons={[{ text: "Get a Consultation", href: "/contact" }]}
src: "http://img.b2bpic.net/free-photo/smiling-young-businessman-with-hands-head_1262-2009.jpg", alt: "Elena"}, background={{ variant: "gradient-bars" }}
{ useInvertedBackground={false}
src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "David"},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2579.jpg", alt: "Linda"},
]}
marqueeItems={[
{
type: "text", text: "AI Integration"},
{
type: "text", text: "Workflow Automation"},
{
type: "text", text: "CRM Optimization"},
{
type: "text", text: "Lead Generation"},
{
type: "text", text: "Scalable Infrastructure"},
]}
/> />
</div> </div>
@@ -106,22 +66,21 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { 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"},
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"}, { title: "CRM Automation", 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", description: "Intelligent bots working 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/programmer-developing-software-large-computer-screen_53876-101149.jpg"}
title: "CRM Automation", 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", 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", description: "Connect all your software tools.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-center-cityscape_23-2152020917.jpg"},
{
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"},
{
title: "Workflow Design", 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."
/> />
<ContactCTA
tag="Next Steps"
title="Explore Our Capabilities"
description="See how our custom automation can solve your specific bottleneck."
buttons={[{ text: "Discuss Requirements", href: "/contact" }]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div> </div>
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
@@ -132,24 +91,18 @@ export default function LandingPage() {
title="Investment Plans" title="Investment Plans"
description="Scale your operations with transparent pricing." description="Scale your operations with transparent pricing."
plans={[ plans={[
{ { id: "basic", badge: "Starter", price: "$1,999", subtitle: "For small agencies", buttons: [{ text: "Select", href: "/contact" }], features: ["Setup", "Basic CRM", "Standard Support"] },
id: "basic", badge: "Starter", price: "$1,999", subtitle: "For small agencies", buttons: [ { id: "pro", badge: "Pro", price: "$4,999", subtitle: "For growing teams", buttons: [{ text: "Select", href: "/contact" }], features: ["Everything in Basic", "Advanced Automation", "Priority Support"] },
{
text: "Select", href: "/contact"},
],
features: [
"Setup", "Basic CRM", "Standard Support"],
},
{
id: "pro", badge: "Pro", price: "$4,999", subtitle: "For growing teams", buttons: [
{
text: "Select", href: "/contact"},
],
features: [
"Everything in Basic", "Advanced Automation", "Priority Support"],
},
]} ]}
/> />
<ContactCTA
tag="Need Custom?"
title="Custom Enterprise Solutions"
description="Have specific needs or high-volume requirements? Let's build it."
buttons={[{ text: "Contact Sales", href: "/contact" }]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
</div> </div>
<div id="team" data-section="team"> <div id="team" data-section="team">
@@ -160,12 +113,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Meet Our Engineers" title="Meet Our Engineers"
description="The minds behind the automation." description="The minds behind the automation."
members={[ members={[]}
{
id: "t1", name: "Alex R.", role: "Lead Architect", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg"},
{
id: "t2", name: "Sam K.", role: "Automation Specialist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-tablet_1098-135.jpg"},
]}
/> />
</div> </div>
@@ -175,17 +123,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Get clarity on our AI services." description="Get clarity on our AI services."
faqs={[ faqs={[]}
{
id: "q1", title: "How long for setup?", content: "Typically 2-4 weeks depending on scope."},
{
id: "q2", title: "Which CRMs do you support?", content: "Hubspot, GHL, Pipedrive, and more."},
]}
faqsAnimation="blur-reveal" faqsAnimation="blur-reveal"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<ContactCTA
tag="Take Action"
title="Ready to scale?"
description="Let's transform your operations."
buttons={[{ text: "Get Started Now", href: "/contact" }]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
<FooterCard <FooterCard
logoText="AiViqo" logoText="AiViqo"
socialLinks={[ socialLinks={[