diff --git a/src/app/page.tsx b/src/app/page.tsx index c9edde9..3481cc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Users, ShieldCheck, MessageCircleMore, Handshake, Mask, ClipboardCheck, Sparkles } from "lucide-react"; +import { Users, ShieldCheck, MessageCircleMore, Handshake, ClipboardCheck, Sparkles } from "lucide-react"; +import { Open_Sans } from "next/font/google"; const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], @@ -68,7 +69,6 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" ariaLabel="Hero section" - useInvertedBackground={false} />
@@ -106,7 +106,7 @@ export default function LandingPage() { description="To ensure a fair and immersive environment, all members must adhere to these guidelines. Understanding and following these rules is essential for a successful whitelist application and enjoyable gameplay." plans={[ { id: "general-conduct", badge: "Respect", badgeIcon: Handshake, price: " ", name: "General Conduct", buttons: [], features: ["Respect all players and staff.", "No toxicity or harassment.", "Maintain a positive attitude.", "No meta-gaming or power-gaming."] }, - { id: "roleplay-standards", badge: "Immersion", badgeIcon: Mask, price: " ", name: "Roleplay Standards", buttons: [], features: ["Stay in character at all times.", "Prioritize realistic scenarios.", "Value character development.", "No random deathmatch (RDM) or vehicle deathmatch (VDM)."] }, + { id: "roleplay-standards", badge: "Immersion", badgeIcon: Handshake, price: " ", name: "Roleplay Standards", buttons: [], features: ["Stay in character at all times.", "Prioritize realistic scenarios.", "Value character development.", "No random deathmatch (RDM) or vehicle deathmatch (VDM)."] }, { id: "whitelist-policy", badge: "Integrity", badgeIcon: ClipboardCheck, price: " ", name: "Whitelist Policy", buttons: [], features: ["Honest and detailed application.", "Demonstrate roleplay knowledge.", "Adhere to server lore.", "Failure to comply may result in removal."] } ]} animationType="slide-up"