From aa88bd8b77387f17232c9b0f6f944aa3ccada3ca Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 09:39:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 330 ++++++++++++++++++++++++----------------------- 1 file changed, 167 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abccfb2..4a3f19e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,14 +6,11 @@ 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 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 { Bot, BrainCircuit, Workflow, Zap, Search, ArrowUpRight, Monitor, Shield, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Bot, BrainCircuit, Workflow, Zap, ArrowUpRight } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -25,169 +22,176 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - - - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -- 2.49.1