diff --git a/src/app/page.tsx b/src/app/page.tsx index f8fbb10..aefb3a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,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, ArrowUpRight, TrendingUp, Award, Users, Facebook, Twitter, Linkedin } from "lucide-react"; +import { Sparkles, ArrowUpRight, TrendingUp, Award, Users } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -37,11 +37,6 @@ export default function WebAgency2Page() { { name: "Contact", id: "contact" }, ]} button={{ text: "Get Started", href: "#contact" }} - socialLinks={[ - { icon: Facebook, href: "#" }, - { icon: Twitter, href: "#" }, - { icon: Linkedin, href: "#" }, - ]} />