From ff8ef9b20e2b8771587b608d23e984da4d44f8c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:29:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 420 ++++++++++++++++++++++++----------------------- 1 file changed, 214 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d272fa8..b52ef4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ 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, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings } from "lucide-react"; +import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Lock } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -22,215 +22,223 @@ export default function WebAgency2Page() { sizing="medium" background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > - - - - - - - - - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} \ No newline at end of file +} -- 2.49.1