8 Commits

Author SHA1 Message Date
71a216afa3 Update src/app/page.tsx 2026-04-07 10:17:49 +00:00
8b25d8c3f3 Merge version_4 into main
Merge version_4 into main
2026-04-07 10:15:23 +00:00
e561b20472 Update src/app/page.tsx 2026-04-07 10:15:19 +00:00
2e6151514e Merge version_3 into main
Merge version_3 into main
2026-04-07 10:10:20 +00:00
48ef1c6db6 Update src/app/page.tsx 2026-04-07 10:10:17 +00:00
bedb706b6f Merge version_3 into main
Merge version_3 into main
2026-04-07 10:09:43 +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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroLogo from "@/components/sections/hero/HeroLogo";
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
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 FooterBase from "@/components/sections/footer/FooterBase";
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() {
return (
@@ -40,16 +40,17 @@ export default function WebAgency2Page() {
button={{ text: "Request Audit", href: "#contact" }}
/>
<div id="hero">
<HeroLogo
logoText="AutomaAI"
<HeroLogoBillboard
logoText="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."
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg"
imageAlt="AI Automation Concept"
background={{ variant: "sparkles-gradient" }}
buttons={[
{ text: "Schedule Demo", href: "#contact" },
{ text: "Our Methods", href: "#process" },
]}
buttonAnimation="slide-up"
mediaAnimation="opacity"
/>
</div>
<div id="solutions">
@@ -74,7 +75,7 @@ export default function WebAgency2Page() {
{
title: "Analytics Insights", description: "Real-time monitoring of your business performance through AI analysis.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg", imageAlt: "Chart Analysis" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2253.jpg", imageAlt: "Trend Reporting" },
{ imageSrc: "http://img.b2bpic.net/business-report-graphs-charts-business-concept_1150-2253.jpg", imageAlt: "Trend Reporting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg", imageAlt: "Growth Metrics" }
]
}