4 Commits

Author SHA1 Message Date
c87a4074f8 Update src/app/page.tsx 2026-05-09 13:30:35 +00:00
1e042a5d2d Update src/app/page.tsx 2026-05-09 13:30:05 +00:00
8a25419baa Merge version_2 into main
Merge version_2 into main
2026-05-09 13:01:50 +00:00
50a9803a2a Merge version_2 into main
Merge version_2 into main
2026-05-09 13:01:23 +00:00

View File

@@ -5,15 +5,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Sparkles, ArrowUpRight, Bot, Phone, Mail, MessageCircle, Cpu, Mic, MessageSquare, Globe, Workflow, Calendar, Share2, Award, Zap, Users } from "lucide-react";
import { Sparkles, Bot, Mic, MessageCircle, Globe, MessageSquare, Workflow, Calendar, Share2, Cpu, Zap, Users, Trophy } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -40,82 +36,92 @@ export default function WebAgency2Page() {
]}
button={{ text: "Book Consultation", href: "#contact" }}
/>
<HeroSplitDoubleCarousel
title="AI Automation & Digital Solutions for Modern Businesses"
description="We help businesses automate operations, build powerful websites, AI assistants, chatbots, and scalable digital systems."
tag="Premium AI Agency"
tagIcon={Sparkles}
tagAnimation="none"
background={{ variant: "plain" }}
buttons={[
{ text: "Book a Free Consultation", href: "#contact" },
{ text: "View Services", href: "#services" },
]}
buttonAnimation="none"
carouselPosition="right"
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ai-scripts-displayed-pc-monitors_482257-110985.jpg", imageAlt: "AI Workflow" },
{ imageSrc: "http://img.b2bpic.net/free-photo/data-hand_23-2151957116.jpg", imageAlt: "Dashboard" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg", imageAlt: "Voice AI" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cyborg-hand-conjuring-energy-orb-cyberpunk-universe_23-2152000919.jpg", imageAlt: "Automation" },
]}
carouselItemClassName="!aspect-[4/5]"
/>
<FeatureBento
title="Our Services"
description="Comprehensive AI integration to transform your operations."
textboxLayout="default"
useInvertedBackground={false}
animationType="none"
features={[
{ title: "AI Automation", description: "Reclaim 10+ hours a week by automating manual tasks.", bentoComponent: "reveal-icon", icon: Bot },
{ title: "AI Voice Assistants", description: "Deliver personalized 24/7 support that sounds naturally human.", bentoComponent: "reveal-icon", icon: Mic },
{ title: "WhatsApp Automation", description: "Boost conversion rates by engaging clients on their favorite platform.", bentoComponent: "reveal-icon", icon: MessageCircle },
{ title: "Website Development", description: "Drive growth with high-performance, conversion-optimized digital experiences.", bentoComponent: "reveal-icon", icon: Globe },
{ title: "AI Chatbots", description: "Increase lead qualification speed with intelligent 24/7 engagement.", bentoComponent: "reveal-icon", icon: MessageSquare },
{ title: "CRM & Workflow", description: "Eliminate data silos with fully integrated, connected business systems.", bentoComponent: "reveal-icon", icon: Workflow },
{ title: "Booking Systems", description: "Fill your calendar automatically with intelligent appointment scheduling.", bentoComponent: "reveal-icon", icon: Calendar },
{ title: "Social Media AI", description: "Scale your content strategy and engagement using automated AI workflows.", bentoComponent: "reveal-icon", icon: Share2 },
]}
/>
<FeatureCardSixteen
title="Why Choose Aivora Labs"
description="We prioritize growth and efficiency in every line of code."
textboxLayout="default"
useInvertedBackground={false}
animationType="none"
negativeCard={{ items: ["Inefficient manual processes", "Outdated legacy systems", "Slow client response times", "High operational overhead", "Lack of data-driven insights"] }}
positiveCard={{ items: ["Tailored AI solutions", "Affordable automation", "Fast deployment speed", "Beginner-friendly support", "Modern scalable systems"] }}
/>
<MetricCardOne
title="Our Process"
description="Strategic implementation for maximum business impact."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="none"
metrics={[
{ id: "step1", value: "01", title: "Consultation", description: "Identifying your specific needs.", icon: Users },
{ id: "step2", value: "02", title: "Strategy", description: "Planning your AI roadmap.", icon: Cpu },
{ id: "step3", value: "03", title: "Development", description: "Building your custom solution.", icon: Zap },
{ id: "step4", value: "04", title: "Launch", description: "Deployment and ongoing support.", icon: Award },
]}
/>
<ContactCTA
tag="Ready to Grow?"
title="Let's Automate Your Business"
description="Contact Aivora Labs directly to discuss your project requirements."
background={{ variant: "plain" }}
buttons={[
{ text: "WhatsApp Us", href: "https://wa.me/919311610714?text=Hi Aivora Labs, I want to know more about your AI services." },
{ text: "Call Now", href: "tel:+919311610714" },
{ text: "Email Us", href: "mailto:anish135rout@gmail.com" },
]}
buttonAnimation="none"
useInvertedBackground={false}
/>
<div id="hero">
<HeroSplitDoubleCarousel
title="AI Automation & Digital Solutions for Modern Businesses"
description="We help businesses automate operations, build powerful websites, AI assistants, chatbots, and scalable digital systems."
tag="Premium AI Agency"
tagIcon={Sparkles}
tagAnimation="none"
background={{ variant: "plain" }}
buttons={[
{ text: "Book a Free Consultation", href: "#contact" },
{ text: "View Services", href: "#services" },
]}
buttonAnimation="none"
carouselPosition="right"
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-ai-scripts-displayed-pc-monitors_482257-110985.jpg", imageAlt: "AI Workflow" },
{ imageSrc: "http://img.b2bpic.net/free-photo/data-hand_23-2151957116.jpg", imageAlt: "Dashboard" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-technology-background-with-flowing-digital-particles_1048-15439.jpg", imageAlt: "Voice AI" },
{ imageSrc: "http://img.b2bpic.net/cyborg-hand-conjuring-energy-orb-cyberpunk-universe_23-2152000919.jpg", imageAlt: "Automation" },
]}
carouselItemClassName="!aspect-[4/5]"
/>
</div>
<div id="services">
<FeatureBento
title="Our Services"
description="Comprehensive AI integration to transform your operations."
textboxLayout="default"
useInvertedBackground={false}
animationType="none"
features={[
{ title: "AI Automation", description: "Reclaim 10+ hours a week by automating manual tasks.", bentoComponent: "reveal-icon", icon: Bot },
{ title: "AI Voice Assistants", description: "Slash customer wait times with 24/7 human-sounding AI voice support.", bentoComponent: "reveal-icon", icon: Mic },
{ title: "WhatsApp Automation", description: "Convert leads 5x faster by engaging customers where they spend their time.", bentoComponent: "reveal-icon", icon: MessageCircle },
{ title: "Website Development", description: "Accelerate revenue growth with high-performance, conversion-optimized digital experiences.", bentoComponent: "reveal-icon", icon: Globe },
{ title: "AI Chatbots", description: "Generate qualified leads around the clock with instant, intelligent chat responses.", bentoComponent: "reveal-icon", icon: MessageSquare },
{ title: "CRM & Workflow", description: "Stop manual data entry by syncing all your business platforms automatically.", bentoComponent: "reveal-icon", icon: Workflow },
{ title: "Booking Systems", description: "Increase show-up rates by letting prospects schedule appointments on your terms.", bentoComponent: "reveal-icon", icon: Calendar },
{ title: "Social Media AI", description: "Expand your reach by automating content production and audience interactions.", bentoComponent: "reveal-icon", icon: Share2 },
]}
/>
</div>
<div id="why-us">
<FeatureCardSixteen
title="Why Choose Aivora Labs"
description="We prioritize growth and efficiency in every line of code."
textboxLayout="default"
useInvertedBackground={false}
animationType="none"
negativeCard={{ items: ["Inefficient manual processes", "Outdated legacy systems", "Slow client response times", "High operational overhead", "Lack of data-driven insights"] }}
positiveCard={{ items: ["Tailored AI solutions", "Affordable automation", "Fast deployment speed", "Beginner-friendly support", "Modern scalable systems"] }}
/>
</div>
<div id="process">
<MetricCardOne
title="Our Process"
description="Strategic implementation for maximum business impact."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="none"
metrics={[
{ id: "step1", value: "01", title: "Consultation", description: "Identifying your specific needs.", icon: Users },
{ id: "step2", value: "02", title: "Strategy", description: "Planning your AI roadmap.", icon: Cpu },
{ id: "step3", value: "03", title: "Development", description: "Building your custom solution.", icon: Zap },
{ id: "step4", value: "04", title: "Launch", description: "Deployment and ongoing support.", icon: Trophy },
]}
/>
</div>
<div id="contact">
<ContactCTA
tag="Ready to Grow?"
title="Let's Automate Your Business"
description="Contact Aivora Labs directly to discuss your project requirements."
background={{ variant: "plain" }}
buttons={[
{ text: "WhatsApp Us", href: "https://wa.me/919311610714?text=Hi Aivora Labs, I want to know more about your AI services." },
{ text: "Call Now", href: "tel:+919311610714" },
{ text: "Email Us", href: "mailto:anish135rout@gmail.com" },
]}
buttonAnimation="none"
useInvertedBackground={false}
/>
</div>
<FooterBase
logoText="Aivora Labs"
copyrightText="© 2025 Aivora Labs. All rights reserved."
@@ -127,4 +133,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}