From 4699f2dd5ab1a2f490a2f3e688d03088ff0be6f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 20:24:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 163 ++++++++++++++++++++++++----------------------- 1 file changed, 84 insertions(+), 79 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75488c2..beb3277 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,13 +5,13 @@ 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 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 FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; +import TeamCardOne from "@/components/sections/team/TeamCardOne"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterSimple from "@/components/sections/footer/FooterSimple"; +import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive"; import { Sparkles, Search, ArrowUpRight, Award, Users, TrendingUp, MessageCircle } from "lucide-react"; export default function WebAgency2Page() { @@ -40,18 +40,20 @@ export default function WebAgency2Page() { - + -
+
-
+
-
- + +
+ +
+
-
- -
- -
- +
- +
+ +
-
- +
-
- +
- + ); -- 2.49.1