Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-15 14:16:57 +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>
);
}
}