Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e561b20472 | |||
| 2e6151514e | |||
| bedb706b6f |
@@ -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 HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
|
||||||
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";
|
||||||
@@ -40,21 +40,17 @@ export default function WebAgency2Page() {
|
|||||||
button={{ text: "Request Audit", href: "#contact" }}
|
button={{ text: "Request Audit", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
<div id="hero">
|
<div id="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroBillboardScroll
|
||||||
title="Automate Your Business Operations"
|
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."
|
||||||
tag="AI Solutions"
|
tag="AI Solutions"
|
||||||
rating={5}
|
imageSrc="http://img.b2bpic.net/free-photo/artificial-intelligence-brain-futuristic-data-center_23-2152029074.jpg"
|
||||||
ratingText="Rated 5/5 by enterprise clients"
|
imageAlt="AI Automation Concept"
|
||||||
mediaItems={[
|
background={{ variant: "sparkles-gradient" }}
|
||||||
{ 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" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "glowing-orb" }}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="solutions">
|
<div id="solutions">
|
||||||
|
|||||||
Reference in New Issue
Block a user