Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-06 17:37:53 +00:00

View File

@@ -3,16 +3,11 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import HeroPersonalLinks from "@/components/sections/hero/HeroPersonalLinks";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactText from "@/components/sections/contact/ContactText";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { Zap, ArrowUpRight, Bot, Database, Workflow, ShieldCheck, Cpu, CodeXml, LayoutGrid, BrainCircuit, Users } from "lucide-react";
import { Zap } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -42,21 +37,13 @@ export default function WebAgency2Page() {
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
<HeroPersonalLinks
title="Automate Your Business to Scale"
description="Stop wasting time on repetitive tasks. We deploy custom AI agents that work 24/7, driving efficiency and growth for your business."
tag="AI-Driven Business Automation"
tagIcon={Zap}
tagAnimation="slide-up"
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Schedule Demo", href: "#contact" },
{ text: "Our Capabilities", href: "#solutions" },
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "AI Workflow Dashboard" },
{ imageSrc: "http://img.b2bpic.net/free-photo/robots-exercising-treadmill_1048-11633.jpg", imageAlt: "Automated Data Entry" }
linkCards={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-laptop-with-rate-charts-display-while-man-woman-working-business-project-design-computer-screen-with-data-chart-information-finance-analysis-desk_482257-40065.jpg", imageAlt: "AI Workflow Dashboard", title: "Scale Faster", description: "Custom AI agents driving efficiency.", button: { text: "Schedule Demo", href: "#contact" }
}
]}
/>
</div>
@@ -92,4 +79,4 @@ export default function WebAgency2Page() {
</ReactLenis>
</ThemeProvider>
);
}
}