Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b30bc96715 | |||
| 63d791ed37 | |||
| a6d0c84b5c | |||
| 47e459b1b5 | |||
| b18c3378f5 | |||
| 80da5fc5c7 |
@@ -9,7 +9,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Crosshair, Flame, Gift, RefreshCw, Sparkles, TrendingUp, Trophy, Unlock, Zap } from 'lucide-react';
|
||||
import { Crosshair, Flame, Gift, RefreshCw, Sparkles, TrendingUp, Trophy, Unlock, Zap, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -130,17 +130,18 @@ export default function LandingPage() {
|
||||
title="What Players Say"
|
||||
description="Hear from the community about their experience dominating in Grow Your Power"
|
||||
tag="Testimonials"
|
||||
tagIcon={Users}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
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