diff --git a/src/app/page.tsx b/src/app/page.tsx
index bf1a39c..7d6dd50 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,16 +3,16 @@
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 FeatureBento from "@/components/sections/feature/FeatureBento";
-import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
-import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
-import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
-import TeamCardFive from "@/components/sections/team/TeamCardFive";
-import FaqBase from "@/components/sections/faq/FaqBase";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
+import HeroSplitDoubleCarousel from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo";
+import FeatureBento from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
+import FeatureCardTwentySix from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
+import FeatureCardSixteen from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
+import MetricCardOne from "@/components/sections/metrics/MetricCardThree";
+import TeamCardFive from "@/components/sections/team/TeamCardTen";
+import FaqBase from "@/components/sections/faq/FaqSplitText";
+import ContactCTA from "@/components/sections/contact/ContactSplitForm";
+import FooterBase from "@/components/sections/footer/FooterSimple";
+import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardOne";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
export default function WebAgency2Page() {
@@ -40,130 +40,94 @@ export default function WebAgency2Page() {
]}
button={{ text: "Get Started", href: "/contact" }}
/>
-