From b2f59a4e93c26fb1b0d38c955641c9147ee00b81 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 15:01:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 205 ++++++++++++++++++++++++----------------------- 1 file changed, 106 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6c3c97a..cb8b430 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,15 +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 TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Target, CheckCircle2 } from "lucide-react"; +import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; +import TeamCardOne from "@/components/sections/team/TeamCardOne"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactText from "@/components/sections/contact/ContactText"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import SplitAbout from "@/components/sections/about/SplitAbout"; +import { Sparkles, Search, CheckCircle2, Award, TrendingUp, Shield, Target } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -30,96 +28,105 @@ export default function WebAgency2Page() { headingFontWeight="semibold" > - - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1