From ee403fb253b6d853a85754dec4467e27bea5a348 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 03:48:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 323 ++++++++++++----------------------------------- 1 file changed, 81 insertions(+), 242 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 88010de..32781a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,35 +2,35 @@ 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 TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; +import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; +import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; +import TeamCardSix from "@/components/sections/team/TeamCardSix"; +import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; +import ContactCenter from "@/components/sections/contact/ContactCenter"; +import FooterCard from "@/components/sections/footer/FooterCard"; +import { Sparkles, CheckCircle, ArrowRight, Zap, Target, Users, Award, Shield, Search } from "lucide-react"; export default function WebAgency2Page() { return ( - +
-
+
-
+
-
+
- - - - - - + +
+
-
-
); -} +} \ No newline at end of file