Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-03 07:27:13 +00:00
2 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -136,12 +136,12 @@ export default function LandingPage() {
showRating={true}
animationType="slide-up"
testimonials={[
{ id: "1", name: "Alex Chen", handle: "@AlexGamer_", testimonial: "This game is insane! The progression system keeps me hooked for hours. Finally hit rank #1 and it feels amazing!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-portrait-of-a-young-esports-player-or--1772521541420-4ee26c25.png", imageAlt: "Alex Chen" },
{ id: "1", name: "Riley Apex", handle: "@RileyApex", testimonial: "Grow Your Power changed my life. It's not just a game, it's a community of dedicated, passionate players.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-gaming-community-member-portrait-showi-1772521540238-a1af0462.png", imageAlt: "Riley Apex" },
{ id: "2", name: "Sarah Johnson", handle: "@SarahPower", testimonial: "The competitive scene is incredible. Every update brings fresh challenges and new ways to dominate. Highly recommended!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-diverse-gaming-community-member-portra-1772521540757-f9b7c260.png", imageAlt: "Sarah Johnson" },
{ id: "3", name: "Marcus Elite", handle: "@MarcusElite_", testimonial: "Been playing since day one. The smooth animations and responsive gameplay make this the best Roblox experience ever.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-professional-esports-player-or-streame-1772521540744-287faff6.png", imageAlt: "Marcus Elite" },
{ id: "3", name: "Alex Chen", handle: "@AlexGamer_", testimonial: "This game is insane! The progression system keeps me hooked for hours. Finally hit rank #1 and it feels amazing!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-portrait-of-a-young-esports-player-or--1772521541420-4ee26c25.png", imageAlt: "Alex Chen" },
{ id: "4", name: "Jordan Power", handle: "@JordanPowerGamer", testimonial: "I love the unlockable zones and hidden challenges. There's always something new to discover and conquer!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-gaming-enthusiast-portrait-showing-pas-1772521540077-320742ca.png", imageAlt: "Jordan Power" },
{ id: "5", name: "Casey Thunder", handle: "@CaseyThunder", testimonial: "The leaderboard competition is fierce and exciting. This is the game that got me into competitive gaming!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-competitive-player-portrait-with-deter-1772521540725-81b6a45f.png", imageAlt: "Casey Thunder" },
{ id: "6", name: "Riley Apex", handle: "@RileyApex", testimonial: "Grow Your Power changed my life. It's not just a game, it's a community of dedicated, passionate players.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-gaming-community-member-portrait-showi-1772521540238-a1af0462.png", imageAlt: "Riley Apex" }
{ id: "5", name: "Marcus Elite", handle: "@MarcusElite_", testimonial: "Been playing since day one. The smooth animations and responsive gameplay make this the best Roblox experience ever.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-professional-esports-player-or-streame-1772521540744-287faff6.png", imageAlt: "Marcus Elite" },
{ id: "6", name: "Casey Thunder", handle: "@CaseyThunder", testimonial: "The leaderboard competition is fierce and exciting. This is the game that got me into competitive gaming!", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/a-competitive-player-portrait-with-deter-1772521540725-81b6a45f.png", imageAlt: "Casey Thunder" }
]}
/>
</div>
@@ -173,4 +173,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}