From ecbd9c9f27a5560d3ba50ac0d317673733a3cd8e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:14:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 73 +++++++++++++++++++++++++++--------------------- 1 file changed, 41 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d6dd50..6bb7657 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/heroCarouselLogo/HeroCarouselLogo"; import FeatureBento from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardTwentySix from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardSixteen from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import MetricCardOne from "@/components/sections/metrics/MetricCardThree"; import TeamCardFive from "@/components/sections/team/TeamCardTen"; import FaqBase from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactSplitForm"; import FooterBase from "@/components/sections/footer/FooterSimple"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardOne"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Shield, Zap, Lock, TrendingUp } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -25,27 +23,29 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - -
+ +
-
+
-
+
-
+
-
+
-
+
-
+
- + ); -- 2.49.1