diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b34a19..41a417b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Crown, Diamond, Discord, Infinity, Sparkles, Sword, Twitter, Youtube } from "lucide-react"; +import { Crown, Diamond, Infinity, MessageCircle, Sparkles, Sword, Twitter, Youtube } from "lucide-react"; import { Roboto } from "next/font/google"; const roboto = Roboto({ @@ -67,7 +67,6 @@ export default function LandingPage() { ]} autoplayDelay={4000} showDimOverlay={true} - useInvertedBackground={true} />
@@ -187,11 +186,10 @@ export default function LandingPage() { logoText="Kachhua MC" copyrightText="© 2024 Kachhua MC. All rights reserved." socialLinks={[ - { icon: Discord, href: "https://discord.gg/yourserver", ariaLabel: "Discord" }, + { icon: MessageCircle, href: "https://discord.gg/yourserver", ariaLabel: "Discord" }, { icon: Twitter, href: "https://twitter.com/yourserver", ariaLabel: "Twitter" }, { icon: Youtube, href: "https://youtube.com/yourchannel", ariaLabel: "YouTube" } ]} - useInvertedBackground={true} />