3 Commits

Author SHA1 Message Date
48ef1c6db6 Update src/app/page.tsx 2026-04-07 10:10:17 +00:00
2790412783 Update src/app/page.tsx 2026-04-07 10:09:39 +00:00
417634c37d Merge version_2 into main
Merge version_2 into main
2026-04-07 10:07:34 +00:00

View File

@@ -3,7 +3,7 @@
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroLogo from "@/components/sections/hero/HeroLogo"; import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
@@ -12,7 +12,7 @@ import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase"; import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import { Bot, Zap, ArrowUpRight, TrendingUp, Shield, Users } from "lucide-react"; import { Zap, ArrowUpRight, TrendingUp, Shield, Users } from "lucide-react";
export default function WebAgency2Page() { export default function WebAgency2Page() {
return ( return (
@@ -40,16 +40,21 @@ export default function WebAgency2Page() {
button={{ text: "Request Audit", href: "#contact" }} button={{ text: "Request Audit", href: "#contact" }}
/> />
<div id="hero"> <div id="hero">
<HeroLogo <HeroSplitDualMedia
logoText="AutomaAI" title="Automate Your Business Operations"
description="Stop wasting time on manual tasks. We implement intelligent AI agents and automated workflows that run 24/7, so you can focus on strategy." description="Stop wasting time on manual tasks. We implement intelligent AI agents and automated workflows that run 24/7, so you can focus on strategy."
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg" tag="AI Solutions"
imageAlt="AI Automation Concept" rating={5}
ratingText="Rated 5/5 by enterprise clients"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg", imageAlt: "AI Automation Concept" },
{ imageSrc: "http://img.b2bpic.net/free-photo/digital-transformation-concept_23-2152029078.jpg", imageAlt: "Digital Transformation" }
]}
buttons={[ buttons={[
{ text: "Schedule Demo", href: "#contact" }, { text: "Schedule Demo", href: "#contact" },
{ text: "Our Methods", href: "#process" }, { text: "Our Methods", href: "#process" },
]} ]}
buttonAnimation="slide-up" background={{ variant: "glowing-orb" }}
/> />
</div> </div>
<div id="solutions"> <div id="solutions">