Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 21:33:56 +00:00

View File

@@ -21,7 +21,7 @@ export default function RobloxHubPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="fluid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
@@ -46,7 +46,7 @@ export default function RobloxHubPage() {
<HeroCentered
title="Welcome to Your Ultimate Roblox Hub"
description="Discover epic games, connect with millions of players, and unleash your creativity in the world's largest user-generated gaming platform"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/dynamic-roblox-gaming-interface-showing--1772746301001-1e11e244.png", alt: "Roblox gaming community"
@@ -75,13 +75,13 @@ export default function RobloxHubPage() {
carouselMode="buttons"
products={[
{
id: "1", name: "Parkour Paradise", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png?_wi=1", imageAlt: "Parkour Paradise game"
id: "1", name: "Parkour Paradise", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png", imageAlt: "Parkour Paradise game"
},
{
id: "2", name: "Creative Builder Worlds", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png?_wi=1", imageAlt: "Creative Builder game"
id: "2", name: "Creative Builder Worlds", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png", imageAlt: "Creative Builder game"
},
{
id: "3", name: "Tycoon Empire", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png?_wi=1", imageAlt: "Tycoon Empire game"
id: "3", name: "Tycoon Empire", price: "Free", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png", imageAlt: "Tycoon Empire game"
}
]}
buttonAnimation="slide-up"
@@ -116,7 +116,7 @@ export default function RobloxHubPage() {
features={[
{
id: "1", title: "Action & Adventure", description: "Experience thrilling battles, epic quests, and dynamic combat systems where players test their skills against challenging opponents and immersive storylines", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-game-environment-featuring-bright-1772746300924-3faefa3f.png"
},
items: [
{ icon: Zap, text: "High-speed gameplay" },
@@ -127,7 +127,7 @@ export default function RobloxHubPage() {
},
{
id: "2", title: "Creative & Building", description: "Unleash your imagination by constructing incredible worlds, designing custom games, and collaborating with other builders to create unique experiences", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-creative-building-game-showing-co-1772746300981-23a6f9c0.png"
},
items: [
{ icon: Palette, text: "Unlimited customization" },
@@ -138,7 +138,7 @@ export default function RobloxHubPage() {
},
{
id: "3", title: "Simulation & Tycoon", description: "Build your empire, manage businesses, and climb the ladder to success through strategic decision-making and resource management in engaging simulation games", media: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png?_wi=2"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXkIKSbywlMQvBqTTCzVH4YyoE/roblox-simulation-or-tycoon-game-interfa-1772746301113-34a27cc8.png"
},
items: [
{ icon: TrendingUp, text: "Progressive gameplay" },
@@ -257,7 +257,7 @@ export default function RobloxHubPage() {
{ text: "Learn More", href: "games" }
]}
buttonAnimation="slide-up"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
ariaLabel="Call to action - Join Roblox"
/>