diff --git a/src/app/page.tsx b/src/app/page.tsx index 813930d..109f211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,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, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react"; +import { Sparkles, ArrowUpRight, Award, TrendingUp, Users } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -23,9 +23,9 @@ export default function WebAgency2Page() { borderRadius="pill" contentWidth="medium" sizing="medium" - background="dark" + background="none" cardStyle="glass-elevated" - primaryButtonStyle="metallic" + primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="medium" > @@ -41,7 +41,7 @@ export default function WebAgency2Page() { button={{ text: "Enquire", href: "#contact" }} /> ); -} +} \ No newline at end of file