Merge version_1 into main #1
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
<div id="ranks" data-section="ranks">
|
||||
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user