Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ece8f44753 | |||
| de3e004fff | |||
| 54124f4937 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user