diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e0e4cf..065a079 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} />
-
@@ -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" } ] }