Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d35eb104cd | |||
| f7a14bf4a2 | |||
| 140d2e55d5 |
@@ -10,7 +10,7 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Users, ShieldCheck, MessageCircleMore, Handshake, ClipboardCheck, Sparkles } from "lucide-react";
|
import { Users, ShieldCheck, MessageCircleMore, Handshake, ClipboardCheck, Sparkles, Clock } from "lucide-react";
|
||||||
import { Open_Sans } from "next/font/google";
|
import { Open_Sans } from "next/font/google";
|
||||||
|
|
||||||
const openSans = Open_Sans({
|
const openSans = Open_Sans({
|
||||||
@@ -75,9 +75,9 @@ export default function LandingPage() {
|
|||||||
<AboutMetric
|
<AboutMetric
|
||||||
title="AURA RP Server Statistics"
|
title="AURA RP Server Statistics"
|
||||||
metrics={[
|
metrics={[
|
||||||
{ icon: Users, label: "Active Players", value: "200+" },
|
{ icon: Users, label: "Players Online", value: "200+" },
|
||||||
{ icon: ShieldCheck, label: "Dedicated Staff", value: "15+" },
|
{ icon: ShieldCheck, label: "Staff Online", value: "15+" },
|
||||||
{ icon: MessageCircleMore, label: "Total Members", value: "5000+" }
|
{ icon: Clock, label: "Uptime", value: "99.9%" }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -181,4 +181,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user