Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-08 01:48:13 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -100,7 +100,7 @@ export default function GamingPlatform() {
<ProductCardFour
title="Explore Our Gaming Library"
description="Browse through our extensive collection of premium games across all genres. Find your next favorite gaming experience."
tag="1000+ Games"
tag="1000+ Games — Handpicked Daily"
tagIcon={Gamepad2}
tagAnimation="slide-up"
buttons={[{ text: "Browse All", href: "#" }]}
@@ -268,4 +268,4 @@ export default function GamingPlatform() {
</div>
</ThemeProvider>
);
}
}