From 1727b84fd13557cbc29c59ea5f9b51a86d5943fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:52:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 150 +++++++++++++++++------------------------------ 1 file changed, 54 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d00062..1631ecb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,14 +6,14 @@ 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 PricingCardOne from "@/components/sections/pricing/PricingCardOne"; 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 { Sparkles, Search, ArrowUpRight, Zap, TrendingUp, Award, CheckCircle } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -33,9 +33,9 @@ export default function WebAgency2Page() { - - +
+ +
+
+ +
+
+ +
-- 2.49.1