Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de3e004fff | |||
| 54124f4937 |
@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
|||||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -80,6 +80,12 @@ export default function LandingPage() {
|
|||||||
id: "leaderboard", label: "Rankings", title: "Player Achievements", items: [
|
id: "leaderboard", label: "Rankings", title: "Player Achievements", items: [
|
||||||
"Top player rankings", "Achievement tracking", "Competitive statistics"
|
"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"
|
animationType="slide-up"
|
||||||
@@ -224,4 +230,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user