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 +}