From af825d16993b806a1244ea893856d0f5bf6d07c1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 05:49:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 86 ++++++++++++++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4b4e110..970f98b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ 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 HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import { Sparkles, Building, Coffee } from "lucide-react"; +import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { Sparkles, Building, Coffee, Star } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -25,16 +25,18 @@ export default function WebAgency2Page() { headingFontWeight="medium" > - - + + + - - - + + +
+ +
+
-- 2.49.1