From 48e346c35305dafb3f16d83e3b890690c70ac3eb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 22:25:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3f98c2d..6e838f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,14 +6,10 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin 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 { Sparkles, MessageCircle, Monitor, Shield, Zap, Target, Award, Users, Smartphone, Globe } from "lucide-react"; +import { Sparkles, Zap, Target, Award, Smartphone, Globe } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -31,7 +27,7 @@ export default function WebAgency2Page() { > ); -} +} \ No newline at end of file