diff --git a/src/app/page.tsx b/src/app/page.tsx index c2fa99e..98c72ad 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 HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; +import HeroLogo from "@/components/sections/hero/HeroLogo"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; @@ -39,129 +39,130 @@ export default function WebAgency2Page() { ]} button={{ text: "Request Audit", href: "#contact" }} /> - - - - - - - - +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
); -} \ No newline at end of file +}