Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-18 15:59:42 +00:00

View File

@@ -106,16 +106,16 @@ export default function LandingPage() {
description="ABYSS statistics show why competitive gamers choose us over all alternatives."
metrics={[
{
id: "m1", value: "50K+", title: "Active Users", description: "Trusted by thousands of competitive gamers worldwide"
id: "m1", value: "50K+", title: "Active Users", description: "Trusted by thousands of competitive gamers worldwide", videoSrc: "https://example.com/video1.mp4", videoAriaLabel: "Active users video"
},
{
id: "m2", value: "99.9%", title: "Uptime", description: "Reliable infrastructure you can count on"
id: "m2", value: "99.9%", title: "Uptime", description: "Reliable infrastructure you can count on", videoSrc: "https://example.com/video2.mp4", videoAriaLabel: "Uptime video"
},
{
id: "m3", value: "0ms", title: "Detection", description: "Completely undetectable anti-cheat bypass"
id: "m3", value: "0ms", title: "Detection", description: "Completely undetectable anti-cheat bypass", videoSrc: "https://example.com/video3.mp4", videoAriaLabel: "Detection video"
},
{
id: "m4", value: "24/7", title: "Support", description: "Round-the-clock customer support and updates"
id: "m4", value: "24/7", title: "Support", description: "Round-the-clock customer support and updates", videoSrc: "https://example.com/video4.mp4", videoAriaLabel: "Support video"
}
]}
animationType="slide-up"