Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user