diff --git a/src/app/page.tsx b/src/app/page.tsx
index b819ecf..e52bc0d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
-import { Clock, Star } from "lucide-react";
+import { Clock, Star, Users, ShieldAlert, MessageSquare, Target, BookOpen } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,35 +30,32 @@ export default function LandingPage() {
@@ -68,27 +65,24 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- { title: "Priority Trading", description: "Access our exclusive member-only trading channels for fair and fast deals.", imageSrc: "http://img.b2bpic.net/free-photo/king-with-crown-digital-art_23-2151715087.jpg", imageAlt: "Trading" },
- { title: "Clan Boosts", description: "We run constant server-wide boosts to maximize your egg hatching and coin farming.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-dog-badge-logo_23-2149433387.jpg", imageAlt: "Boosts" },
- { title: "Event Dominance", description: "Strategize with the best during limited-time events and climb the leaderboard fast.", imageSrc: "http://img.b2bpic.net/free-photo/map-french-polynesia-gold-glitter-map-dark-background_559531-10691.jpg", imageAlt: "Events" },
+ { title: "Activity Requirements", description: "Officers expect daily contributions and active participation in clan wars. Check quiet hours in Discord.", imageSrc: "http://img.b2bpic.net/free-photo/king-with-crown-digital-art_23-2151715087.jpg" },
+ { title: "Clan Guidelines", description: "Maintain respect, contribute resources, and participate in all scheduled clan events.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-flat-dog-badge-logo_23-2149433387.jpg" },
+ { title: "Issue Handling", description: "Encounter an issue? Report directly to our officer team for prompt assistance.", imageSrc: "http://img.b2bpic.net/free-photo/lamp-with-fantasy-futuristic-design_23-2151101624.jpg" },
]}
- title="Why Join EliteClan?"
- description="We offer more than just a name. Experience true clan synergy in Pet Simulator 99."
+ title="Clan Guidelines & Info"
+ description="Core rules and operational standards for H8M3 members."
/>
-
-
+
@@ -99,14 +93,13 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
- id: "g1", groupTitle: "Management", members: [
- { id: "u1", title: "Founder", subtitle: "CEO of Elite", detail: "The mastermind who built the dream.", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg" },
- { id: "u2", title: "Head Trader", subtitle: "Market King", detail: "Finds all the huge pets.", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-music-robot-droid_23-2151072923.jpg" },
+ id: "g1", groupTitle: "Leadership", members: [
+ { id: "u1", title: "Clan Lead", subtitle: "Strategy Master", detail: "Contact: C4dlxzbubplayer", imageSrc: "http://img.b2bpic.net/free-photo/cyberpunk-man-warrior-portrait_23-2150712428.jpg" },
],
},
]}
- title="Elite Clan Leaders"
- description="Meet the minds behind our dominance."
+ title="Leadership"
+ description="Our dedicated officer team."
/>
@@ -115,27 +108,27 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- { id: "f1", title: "How do I apply?", content: "Join our Discord and fill out the form pinned in the welcome channel." },
- { id: "f2", title: "Are there rank requirements?", content: "Yes, we look for members with at least 50 rebirths or significant pet collections." },
- { id: "f3", title: "Can I leave and rejoin?", content: "Members who leave without permission may be blacklisted." },
+ { id: "f1", title: "What are the requirements?", content: "Active players with solid daily production. Check the pinned Discord requirements." },
+ { id: "f2", title: "What about Quiet Hours?", content: "Quiet hours are observed for server maintenance and personal rest. Check announcements." },
+ { id: "f3", title: "Clan War Rules?", content: "Participation is mandatory for all active members during event windows." },
]}
- title="Clan FAQs"
- description="Everything you need to know about joining."
+ title="FAQs"
+ description="Common questions from clan members."
faqsAnimation="slide-up"
/>
);
-}
+}
\ No newline at end of file