2 Commits

Author SHA1 Message Date
de3e004fff Update src/app/page.tsx 2026-03-11 19:31:21 +00:00
54124f4937 Merge version_1 into main
Merge version_1 into main
2026-03-11 19:30:08 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
import { BarChart3, CheckCircle, Rocket, Trophy, Zap } from "lucide-react";
import { BarChart3, CheckCircle, Rocket, Trophy, Zap, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -80,6 +80,12 @@ export default function LandingPage() {
id: "leaderboard", label: "Rankings", title: "Player Achievements", items: [
"Top player rankings", "Achievement tracking", "Competitive statistics"
]
},
{
id: "support", label: "Support", title: "24/7 Reliability & Assistance", items: [
"Round-the-clock support", "99.99% uptime guarantee", "Dedicated technical team"
],
buttons: [{ text: "Learn more", href: "#" }]
}
]}
animationType="slide-up"
@@ -224,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}