From 90bdbf444c087cca70f1142220ea4134d82800c6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:17:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) 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 -- 2.49.1