6 Commits

Author SHA1 Message Date
20f683c658 Merge version_4 into main
Merge version_4 into main
2026-04-15 14:16:57 +00:00
9370d9173a Update src/app/page.tsx 2026-04-15 14:16:54 +00:00
c7ae348cd8 Update src/app/page.tsx 2026-04-15 13:43:28 +00:00
d245e0ffdb Update src/app/page.tsx 2026-04-15 13:41:18 +00:00
41b34f98a3 Merge version_2 into main
Merge version_2 into main
2026-04-15 13:39:21 +00:00
3d84977f39 Update src/app/page.tsx 2026-04-15 13:39:14 +00:00

View File

@@ -44,7 +44,7 @@ export default function GamingPage() {
<HeroBillboardRotatedCarousel
background={{ variant: "sparkles-gradient" }}
title="Master the Fabric Modding Ecosystem"
description="Build lightweight, high-performance mods for modern Minecraft versions. Join the thriving Fabric community and start creating your own game experience today."
description="Reduce mod development time by 50% with our lightweight, high-performance toolkit. Join the thriving Fabric community and start creating your own game experience today."
buttons={[
{ text: "Get Started", href: "#features" },
{ text: "View Docs", href: "#contact" }
@@ -181,4 +181,4 @@ export default function GamingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}