7 Commits

Author SHA1 Message Date
ccb1b8d79b Update src/app/page.tsx 2026-04-22 06:09:55 +00:00
c8ce63f92c Merge version_3 into main
Merge version_3 into main
2026-04-22 06:09:12 +00:00
3bc8e9c9e9 Update src/app/page.tsx 2026-04-22 06:09:09 +00:00
d00cedc314 Merge version_2 into main
Merge version_2 into main
2026-04-22 06:08:08 +00:00
b3b43b345a Update src/app/page.tsx 2026-04-22 06:08:05 +00:00
43dd96bd86 Merge version_1 into main
Merge version_1 into main
2026-04-22 06:07:33 +00:00
eca9a66b40 Merge version_1 into main
Merge version_1 into main
2026-04-22 06:07:06 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
title="Level Up Your Playtime with ND lol"
description="The ultimate destination for free, high-performance browser games. No downloads, no lag, just pure adrenaline."
buttons={[{ text: "Start Playing", href: "#products" }]}
buttons={[{ text: "Play Instantly for Free", href: "https://www.nd.lol" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746571.jpg", imageAlt: "neon gaming aesthetic" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-landscape-dubai_23-2151339817.jpg", imageAlt: "cyberpunk digital city" },
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}