diff --git a/src/app/page.tsx b/src/app/page.tsx
index 94a7f04..8c215be 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,17 +3,9 @@
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 TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
-import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Star } from "lucide-react";
+import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
+import FooterMedia from "@/components/sections/footer/FooterMedia";
+import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
export default function WebAgency2Page() {
return (
@@ -40,209 +32,40 @@ export default function WebAgency2Page() {
]}
button={{ text: "Get Started", href: "#contact" }}
/>
-
-
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file