Update src/app/page.tsx
This commit is contained in:
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -215,8 +215,7 @@ export default function LandingPage() {
|
|||||||
copyrightText="© 2025 Nightdrip. All rights reserved."
|
copyrightText="© 2025 Nightdrip. All rights reserved."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Instagram, href: "https://instagram.com/nightdrip", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://instagram.com/nightdrip", ariaLabel: "Instagram" },
|
||||||
{ icon: Twitter, href: "https://twitter.com/nightdrip", ariaLabel: "Twitter" },
|
{ icon: Twitter, href: "https://twitter.com/nightdrip", ariaLabel: "Twitter" }
|
||||||
{ icon: TikTok, href: "https://tiktok.com/@nightdrip", ariaLabel: "TikTok" }
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user