diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b0e063..bc44d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Sparkles, Star, Zap, CheckCircle, Instagram, Twitter, TikTok } from "lucide-react"; +import { Sparkles, Star, Zap, CheckCircle, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -215,8 +215,7 @@ export default function LandingPage() { copyrightText="© 2025 Nightdrip. All rights reserved." socialLinks={[ { icon: Instagram, href: "https://instagram.com/nightdrip", ariaLabel: "Instagram" }, - { icon: Twitter, href: "https://twitter.com/nightdrip", ariaLabel: "Twitter" }, - { icon: TikTok, href: "https://tiktok.com/@nightdrip", ariaLabel: "TikTok" } + { icon: Twitter, href: "https://twitter.com/nightdrip", ariaLabel: "Twitter" } ]} />