Merge version_5 into main #6

Merged
bender merged 1 commits from version_5 into main 2026-04-07 10:17:53 +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 HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
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";
@@ -40,10 +40,9 @@ export default function WebAgency2Page() {
button={{ text: "Request Audit", href: "#contact" }}
/>
<div id="hero">
<HeroBillboardScroll
title="Automate Your Business Operations"
<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."
tag="AI Solutions"
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg"
imageAlt="AI Automation Concept"
background={{ variant: "sparkles-gradient" }}
@@ -51,6 +50,7 @@ export default function WebAgency2Page() {
{ text: "Schedule Demo", href: "#contact" },
{ text: "Our Methods", href: "#process" },
]}
mediaAnimation="opacity"
/>
</div>
<div id="solutions">
@@ -75,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" }
]
}