From de3e004fffb86b948fac5d0e508878baec48af87 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:31:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22bdabb..e635f03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1