Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41cfb5e8e5 | |||
| dc71ea4bec | |||
| 5d9bd4da29 | |||
| ebc7c94fad | |||
| b30bc96715 | |||
| 63d791ed37 | |||
| a6d0c84b5c |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
logoText="Grow Your Power"
|
||||
description="Train Hard. Level Up. Dominate the Leaderboard."
|
||||
buttons={[
|
||||
{ text: "Play Now on Roblox", href: "https://www.roblox.com/games/0" },
|
||||
{ text: "Play Now - Join 100K Players", href: "https://www.roblox.com/games/0" },
|
||||
{ text: "View Features", href: "#features" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQORv2lk0ELSEoktSjIXsiHsbX/an-intense-high-energy-gaming-scene-feat-1772521540973-ecedc6fe.png"
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user