From 0e86f8622f10484f7efad9c80cc82def29888c44 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 00:00:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 235 ++++++++++++++++++++--------------------------- 1 file changed, 100 insertions(+), 135 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1958c13..bd43c11 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,164 +5,129 @@ 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 MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; 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, Bot, Target, Zap, BarChart3, CheckCircle, Clock3, BrainCircuit, Rocket, Headphones, FileText, BarChart, Settings, Award, Users } from "lucide-react"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterMedia from "@/components/sections/footer/FooterMedia"; +import { Sparkles, Bot, Zap, Award, Users, Clock3, MessageSquare } from "lucide-react"; export default function WebAgency2Page() { return ( - - - - - - - + + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1