3 Commits

Author SHA1 Message Date
a1ea4242a0 Update src/app/page.tsx 2026-03-08 01:48:09 +00:00
dffc20a565 Update src/app/layout.tsx 2026-03-08 01:48:08 +00:00
a2767a70eb Merge version_2 into main
Merge version_2 into main
2026-03-08 01:45:17 +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>
);
}
}