Merge version_1 into main #2
@@ -5,6 +5,14 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import {
|
||||
Zap,
|
||||
Gauge,
|
||||
Brain,
|
||||
Compass,
|
||||
Trophy,
|
||||
Gamepad2,
|
||||
} from 'lucide-react';
|
||||
|
||||
export default function CategoriesPage() {
|
||||
const navItems = [
|
||||
@@ -44,58 +52,34 @@ export default function CategoriesPage() {
|
||||
tag="Browse"
|
||||
features={[
|
||||
{
|
||||
icon: "Zap",
|
||||
title: "Action",
|
||||
description: "High-octane gaming with intense combat and explosive gameplay. Perfect for adrenaline seekers.",
|
||||
button: {
|
||||
text: "Play Action Games",
|
||||
href: "/game/action-1",
|
||||
},
|
||||
icon: Zap,
|
||||
title: "Action", description: "High-octane gaming with intense combat and explosive gameplay. Perfect for adrenaline seekers.", button: {
|
||||
text: "Play Action Games", href: "/game/action-1"},
|
||||
},
|
||||
{
|
||||
icon: "Gauge",
|
||||
title: "Racing",
|
||||
description: "Speed through tracks with realistic vehicles and competitive racing experiences.",
|
||||
button: {
|
||||
text: "Play Racing Games",
|
||||
href: "/game/racing-1",
|
||||
},
|
||||
icon: Gauge,
|
||||
title: "Racing", description: "Speed through tracks with realistic vehicles and competitive racing experiences.", button: {
|
||||
text: "Play Racing Games", href: "/game/racing-1"},
|
||||
},
|
||||
{
|
||||
icon: "Brain",
|
||||
title: "Puzzle",
|
||||
description: "Challenge your mind with logic puzzles, match-3 games, and brain teasers.",
|
||||
button: {
|
||||
text: "Play Puzzle Games",
|
||||
href: "/game/puzzle-1",
|
||||
},
|
||||
icon: Brain,
|
||||
title: "Puzzle", description: "Challenge your mind with logic puzzles, match-3 games, and brain teasers.", button: {
|
||||
text: "Play Puzzle Games", href: "/game/puzzle-1"},
|
||||
},
|
||||
{
|
||||
icon: "Compass",
|
||||
title: "Adventure",
|
||||
description: "Embark on epic quests and explore immersive worlds filled with mystery and wonder.",
|
||||
button: {
|
||||
text: "Play Adventure Games",
|
||||
href: "/game/adventure-1",
|
||||
},
|
||||
icon: Compass,
|
||||
title: "Adventure", description: "Embark on epic quests and explore immersive worlds filled with mystery and wonder.", button: {
|
||||
text: "Play Adventure Games", href: "/game/adventure-1"},
|
||||
},
|
||||
{
|
||||
icon: "Trophy",
|
||||
title: "Sports",
|
||||
description: "Compete in various sports simulations from football to basketball to esports.",
|
||||
button: {
|
||||
text: "Play Sports Games",
|
||||
href: "/game/sports-1",
|
||||
},
|
||||
icon: Trophy,
|
||||
title: "Sports", description: "Compete in various sports simulations from football to basketball to esports.", button: {
|
||||
text: "Play Sports Games", href: "/game/sports-1"},
|
||||
},
|
||||
{
|
||||
icon: "Gamepad2",
|
||||
title: "Arcade",
|
||||
description: "Classic arcade thrills with retro gameplay, pixel art, and nostalgic gaming joy.",
|
||||
button: {
|
||||
text: "Play Arcade Games",
|
||||
href: "/game/arcade-1",
|
||||
},
|
||||
icon: Gamepad2,
|
||||
title: "Arcade", description: "Classic arcade thrills with retro gameplay, pixel art, and nostalgic gaming joy.", button: {
|
||||
text: "Play Arcade Games", href: "/game/arcade-1"},
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -111,65 +95,23 @@ export default function CategoriesPage() {
|
||||
tag="Featured"
|
||||
products={[
|
||||
{
|
||||
id: "cat-action",
|
||||
brand: "Action Masters",
|
||||
name: "Combat Rush",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "24.6k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/an-action-game-category-icon-featuring-c-1773147107208-d56f861f.png",
|
||||
imageAlt: "Combat Rush action category",
|
||||
},
|
||||
id: "cat-action", brand: "Action Masters", name: "Combat Rush", price: "FREE", rating: 5,
|
||||
reviewCount: "24.6k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/an-action-game-category-icon-featuring-c-1773147107208-d56f861f.png", imageAlt: "Combat Rush action category"},
|
||||
{
|
||||
id: "cat-racing",
|
||||
brand: "Speed Studios",
|
||||
name: "High Octane Drift",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "19.3k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-racing-game-category-thumbnail-showing-1773147106623-16efe516.png",
|
||||
imageAlt: "High Octane Drift racing category",
|
||||
},
|
||||
id: "cat-racing", brand: "Speed Studios", name: "High Octane Drift", price: "FREE", rating: 5,
|
||||
reviewCount: "19.3k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-racing-game-category-thumbnail-showing-1773147106623-16efe516.png", imageAlt: "High Octane Drift racing category"},
|
||||
{
|
||||
id: "cat-puzzle",
|
||||
brand: "Brain Games Inc",
|
||||
name: "Chrono Blocks",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "31.7k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-puzzle-game-category-icon-showing-colo-1773147107399-c2becd92.png",
|
||||
imageAlt: "Chrono Blocks puzzle category",
|
||||
},
|
||||
id: "cat-puzzle", brand: "Brain Games Inc", name: "Chrono Blocks", price: "FREE", rating: 5,
|
||||
reviewCount: "31.7k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-puzzle-game-category-icon-showing-colo-1773147107399-c2becd92.png", imageAlt: "Chrono Blocks puzzle category"},
|
||||
{
|
||||
id: "cat-adventure",
|
||||
brand: "Adventure Quest",
|
||||
name: "Mystic Realms",
|
||||
price: "FREE",
|
||||
rating: 4,
|
||||
reviewCount: "26.5k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/an-adventure-game-category-thumbnail-fea-1773147106940-1c266e2a.png",
|
||||
imageAlt: "Mystic Realms adventure category",
|
||||
},
|
||||
id: "cat-adventure", brand: "Adventure Quest", name: "Mystic Realms", price: "FREE", rating: 4,
|
||||
reviewCount: "26.5k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/an-adventure-game-category-thumbnail-fea-1773147106940-1c266e2a.png", imageAlt: "Mystic Realms adventure category"},
|
||||
{
|
||||
id: "cat-sports",
|
||||
brand: "Sports Legends",
|
||||
name: "Championship Victory",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "22.1k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-sports-game-category-icon-showing-athl-1773147107373-2d53ba5a.jpg",
|
||||
imageAlt: "Championship Victory sports category",
|
||||
},
|
||||
id: "cat-sports", brand: "Sports Legends", name: "Championship Victory", price: "FREE", rating: 5,
|
||||
reviewCount: "22.1k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-sports-game-category-icon-showing-athl-1773147107373-2d53ba5a.jpg", imageAlt: "Championship Victory sports category"},
|
||||
{
|
||||
id: "cat-arcade",
|
||||
brand: "Retro Games",
|
||||
name: "Pixel Paradise",
|
||||
price: "FREE",
|
||||
rating: 4,
|
||||
reviewCount: "18.8k",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-classic-arcade-game-category-thumbnail-1773147108154-32870e66.png",
|
||||
imageAlt: "Pixel Paradise arcade category",
|
||||
},
|
||||
id: "cat-arcade", brand: "Retro Games", name: "Pixel Paradise", price: "FREE", rating: 4,
|
||||
reviewCount: "18.8k", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-classic-arcade-game-category-thumbnail-1773147108154-32870e66.png", imageAlt: "Pixel Paradise arcade category"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
253
src/app/page.tsx
253
src/app/page.tsx
@@ -92,8 +92,8 @@ export default function HomePage() {
|
||||
{ text: "Start Playing", href: "/games" },
|
||||
{ text: "View Categories", href: "/" },
|
||||
]}
|
||||
background={{ variant: "circleGradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-sleek-gaming-dashboard-interface-showc-1773147107326-d4da069f.png?_wi=1"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-sleek-gaming-dashboard-interface-showc-1773147107326-d4da069f.png"
|
||||
imageAlt="PlayHub Gaming Dashboard"
|
||||
frameStyle="card"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -109,38 +109,17 @@ export default function HomePage() {
|
||||
tag="Must Play"
|
||||
products={[
|
||||
{
|
||||
id: "featured-1",
|
||||
brand: "PlayHub",
|
||||
name: "Neon Blasters Pro",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "12.5k",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-vibrant-action-game-thumbnail-with-exp-1773147106304-b4d00265.jpg?_wi=1",
|
||||
imageAlt: "Neon Blasters Pro action game",
|
||||
},
|
||||
id: "featured-1", brand: "PlayHub", name: "Neon Blasters Pro", price: "FREE", rating: 5,
|
||||
reviewCount: "12.5k", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-vibrant-action-game-thumbnail-with-exp-1773147106304-b4d00265.jpg", imageAlt: "Neon Blasters Pro action game"},
|
||||
{
|
||||
id: "featured-2",
|
||||
brand: "PlayHub",
|
||||
name: "Speed Zone Racing",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "9.8k",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-racing-game-screenshot-showing-high-sp-1773147106485-71fc80aa.png?_wi=1",
|
||||
imageAlt: "Speed Zone Racing game",
|
||||
},
|
||||
id: "featured-2", brand: "PlayHub", name: "Speed Zone Racing", price: "FREE", rating: 5,
|
||||
reviewCount: "9.8k", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-racing-game-screenshot-showing-high-sp-1773147106485-71fc80aa.png", imageAlt: "Speed Zone Racing game"},
|
||||
{
|
||||
id: "featured-3",
|
||||
brand: "PlayHub",
|
||||
name: "Puzzle Master",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "15.2k",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-puzzle-game-interface-with-colorful-ma-1773147105895-ad36efba.jpg?_wi=1",
|
||||
imageAlt: "Puzzle Master game",
|
||||
},
|
||||
id: "featured-3", brand: "PlayHub", name: "Puzzle Master", price: "FREE", rating: 5,
|
||||
reviewCount: "15.2k", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-puzzle-game-interface-with-colorful-ma-1773147105895-ad36efba.jpg", imageAlt: "Puzzle Master game"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -157,63 +136,39 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Action",
|
||||
description:
|
||||
"High-octane gaming with intense combat and explosive gameplay. Perfect for adrenaline seekers.",
|
||||
button: {
|
||||
text: "Play Action Games",
|
||||
href: "/games",
|
||||
},
|
||||
title: "Action", description:
|
||||
"High-octane gaming with intense combat and explosive gameplay. Perfect for adrenaline seekers.", button: {
|
||||
text: "Play Action Games", href: "/games"},
|
||||
},
|
||||
{
|
||||
icon: Gauge,
|
||||
title: "Racing",
|
||||
description:
|
||||
"Speed through tracks with realistic vehicles and competitive racing experiences.",
|
||||
button: {
|
||||
text: "Play Racing Games",
|
||||
href: "/games",
|
||||
},
|
||||
title: "Racing", description:
|
||||
"Speed through tracks with realistic vehicles and competitive racing experiences.", button: {
|
||||
text: "Play Racing Games", href: "/games"},
|
||||
},
|
||||
{
|
||||
icon: Brain,
|
||||
title: "Puzzle",
|
||||
description:
|
||||
"Challenge your mind with logic puzzles, match-3 games, and brain teasers.",
|
||||
button: {
|
||||
text: "Play Puzzle Games",
|
||||
href: "/games",
|
||||
},
|
||||
title: "Puzzle", description:
|
||||
"Challenge your mind with logic puzzles, match-3 games, and brain teasers.", button: {
|
||||
text: "Play Puzzle Games", href: "/games"},
|
||||
},
|
||||
{
|
||||
icon: Compass,
|
||||
title: "Adventure",
|
||||
description:
|
||||
"Embark on epic quests and explore immersive worlds filled with mystery and wonder.",
|
||||
button: {
|
||||
text: "Play Adventure Games",
|
||||
href: "/games",
|
||||
},
|
||||
title: "Adventure", description:
|
||||
"Embark on epic quests and explore immersive worlds filled with mystery and wonder.", button: {
|
||||
text: "Play Adventure Games", href: "/games"},
|
||||
},
|
||||
{
|
||||
icon: Trophy,
|
||||
title: "Sports",
|
||||
description:
|
||||
"Compete in various sports simulations from football to basketball to esports.",
|
||||
button: {
|
||||
text: "Play Sports Games",
|
||||
href: "/games",
|
||||
},
|
||||
title: "Sports", description:
|
||||
"Compete in various sports simulations from football to basketball to esports.", button: {
|
||||
text: "Play Sports Games", href: "/games"},
|
||||
},
|
||||
{
|
||||
icon: Gamepad2,
|
||||
title: "Arcade",
|
||||
description:
|
||||
"Classic arcade thrills with retro gameplay, pixel art, and nostalgic gaming joy.",
|
||||
button: {
|
||||
text: "Play Arcade Games",
|
||||
href: "/games",
|
||||
},
|
||||
title: "Arcade", description:
|
||||
"Classic arcade thrills with retro gameplay, pixel art, and nostalgic gaming joy.", button: {
|
||||
text: "Play Arcade Games", href: "/games"},
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -229,49 +184,21 @@ export default function HomePage() {
|
||||
tag="Trending"
|
||||
products={[
|
||||
{
|
||||
id: "popular-1",
|
||||
brand: "PlayHub Studio",
|
||||
name: "Team Legends Battle",
|
||||
price: "FREE",
|
||||
rating: 4,
|
||||
reviewCount: "45.3k",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-popular-multiplayer-game-screenshot-fe-1773147108371-57fdc73e.png",
|
||||
imageAlt: "Team Legends Battle multiplayer game",
|
||||
},
|
||||
id: "popular-1", brand: "PlayHub Studio", name: "Team Legends Battle", price: "FREE", rating: 4,
|
||||
reviewCount: "45.3k", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-popular-multiplayer-game-screenshot-fe-1773147108371-57fdc73e.png", imageAlt: "Team Legends Battle multiplayer game"},
|
||||
{
|
||||
id: "popular-2",
|
||||
brand: "PlayHub Studio",
|
||||
name: "Strategic Conquest",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "32.1k",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-strategy-game-interface-showing-game-b-1773147107363-605d5cf4.png?_wi=1",
|
||||
imageAlt: "Strategic Conquest game",
|
||||
},
|
||||
id: "popular-2", brand: "PlayHub Studio", name: "Strategic Conquest", price: "FREE", rating: 5,
|
||||
reviewCount: "32.1k", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-strategy-game-interface-showing-game-b-1773147107363-605d5cf4.png", imageAlt: "Strategic Conquest game"},
|
||||
{
|
||||
id: "popular-3",
|
||||
brand: "PlayHub Studio",
|
||||
name: "Precision Fire Elite",
|
||||
price: "FREE",
|
||||
rating: 4,
|
||||
reviewCount: "38.7k",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-shooting-game-screenshot-with-first-pe-1773147107276-7261d147.png",
|
||||
imageAlt: "Precision Fire Elite shooter game",
|
||||
},
|
||||
id: "popular-3", brand: "PlayHub Studio", name: "Precision Fire Elite", price: "FREE", rating: 4,
|
||||
reviewCount: "38.7k", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-shooting-game-screenshot-with-first-pe-1773147107276-7261d147.png", imageAlt: "Precision Fire Elite shooter game"},
|
||||
{
|
||||
id: "popular-4",
|
||||
brand: "PlayHub Studio",
|
||||
name: "Zen Garden Match",
|
||||
price: "FREE",
|
||||
rating: 5,
|
||||
reviewCount: "28.4k",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-casual-mobile-game-screenshot-with-sim-1773147107159-09cfc4e7.png?_wi=1",
|
||||
imageAlt: "Zen Garden Match casual game",
|
||||
},
|
||||
id: "popular-4", brand: "PlayHub Studio", name: "Zen Garden Match", price: "FREE", rating: 5,
|
||||
reviewCount: "28.4k", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-casual-mobile-game-screenshot-with-sim-1773147107159-09cfc4e7.png", imageAlt: "Zen Garden Match casual game"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
@@ -288,71 +215,29 @@ export default function HomePage() {
|
||||
tag="Community"
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
title: "Best free gaming platform ever",
|
||||
quote:
|
||||
"PlayHub changed my gaming life! I can play so many games without installing anything. The variety and quality are incredible. Highly recommend!",
|
||||
name: "Alex Chen",
|
||||
role: "Gaming Enthusiast",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-professional-gaming-enthusiast-portrai-1773147108470-29bb2604.png?_wi=1",
|
||||
imageAlt: "Alex Chen testimonial",
|
||||
},
|
||||
id: "test-1", title: "Best free gaming platform ever", quote:
|
||||
"PlayHub changed my gaming life! I can play so many games without installing anything. The variety and quality are incredible. Highly recommend!", name: "Alex Chen", role: "Gaming Enthusiast", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-professional-gaming-enthusiast-portrai-1773147108470-29bb2604.png", imageAlt: "Alex Chen testimonial"},
|
||||
{
|
||||
id: "test-2",
|
||||
title: "Perfect for casual gaming",
|
||||
quote:
|
||||
"I love how easy it is to jump into a game on PlayHub. Whether I have 5 minutes or an hour, there's something perfect for me. Best discovery ever!",
|
||||
name: "Sarah Williams",
|
||||
role: "Casual Player",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-young-casual-gamer-portrait-smiling-ho-1773147107760-3f1647bf.jpg?_wi=1",
|
||||
imageAlt: "Sarah Williams testimonial",
|
||||
},
|
||||
id: "test-2", title: "Perfect for casual gaming", quote:
|
||||
"I love how easy it is to jump into a game on PlayHub. Whether I have 5 minutes or an hour, there's something perfect for me. Best discovery ever!", name: "Sarah Williams", role: "Casual Player", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-young-casual-gamer-portrait-smiling-ho-1773147107760-3f1647bf.jpg", imageAlt: "Sarah Williams testimonial"},
|
||||
{
|
||||
id: "test-3",
|
||||
title: "Serious gamer's paradise",
|
||||
quote:
|
||||
"The competitive games on PlayHub are insane! Great balance, smooth gameplay, and an amazing community. This is where I spend most of my gaming time.",
|
||||
name: "Marcus Johnson",
|
||||
role: "Competitive Player",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-competitive-gamer-portrait-intense-foc-1773147108094-9100416c.jpg?_wi=1",
|
||||
imageAlt: "Marcus Johnson testimonial",
|
||||
},
|
||||
id: "test-3", title: "Serious gamer's paradise", quote:
|
||||
"The competitive games on PlayHub are insane! Great balance, smooth gameplay, and an amazing community. This is where I spend most of my gaming time.", name: "Marcus Johnson", role: "Competitive Player", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-competitive-gamer-portrait-intense-foc-1773147108094-9100416c.jpg", imageAlt: "Marcus Johnson testimonial"},
|
||||
{
|
||||
id: "test-4",
|
||||
title: "Something for everyone",
|
||||
quote:
|
||||
"My whole family plays different games on PlayHub. From puzzle games to action, everyone finds what they love. It's a game-changer for households!",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Family Gamer",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-diverse-gamer-portrait-friendly-approa-1773147107832-c70ea8c8.png",
|
||||
imageAlt: "Emma Rodriguez testimonial",
|
||||
},
|
||||
id: "test-4", title: "Something for everyone", quote:
|
||||
"My whole family plays different games on PlayHub. From puzzle games to action, everyone finds what they love. It's a game-changer for households!", name: "Emma Rodriguez", role: "Family Gamer", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-diverse-gamer-portrait-friendly-approa-1773147107832-c70ea8c8.png", imageAlt: "Emma Rodriguez testimonial"},
|
||||
{
|
||||
id: "test-5",
|
||||
title: "Mobile gaming done right",
|
||||
quote:
|
||||
"I play on my phone during commutes. PlayHub's mobile experience is smooth, responsive, and packed with amazing games. No lags, pure gaming joy!",
|
||||
name: "David Park",
|
||||
role: "Mobile Gamer",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-mobile-gamer-portrait-casual-comfortab-1773147108245-b78865a8.jpg",
|
||||
imageAlt: "David Park testimonial",
|
||||
},
|
||||
id: "test-5", title: "Mobile gaming done right", quote:
|
||||
"I play on my phone during commutes. PlayHub's mobile experience is smooth, responsive, and packed with amazing games. No lags, pure gaming joy!", name: "David Park", role: "Mobile Gamer", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-mobile-gamer-portrait-casual-comfortab-1773147108245-b78865a8.jpg", imageAlt: "David Park testimonial"},
|
||||
{
|
||||
id: "test-6",
|
||||
title: "The ultimate gaming hub",
|
||||
quote:
|
||||
"As a hardcore gamer, I was skeptical, but PlayHub delivers. The game selection is vast, servers are reliable, and the community is fantastic. Respect!",
|
||||
name: "Lisa Anderson",
|
||||
role: "Hardcore Gamer",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-hardcore-gamer-portrait-with-gaming-se-1773147108492-803fc87c.jpg?_wi=1",
|
||||
imageAlt: "Lisa Anderson testimonial",
|
||||
},
|
||||
id: "test-6", title: "The ultimate gaming hub", quote:
|
||||
"As a hardcore gamer, I was skeptical, but PlayHub delivers. The game selection is vast, servers are reliable, and the community is fantastic. Respect!", name: "Lisa Anderson", role: "Hardcore Gamer", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkizvW9pyMSIEgho4Reud2UqvC/a-hardcore-gamer-portrait-with-gaming-se-1773147108492-803fc87c.jpg", imageAlt: "Lisa Anderson testimonial"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -366,25 +251,13 @@ export default function HomePage() {
|
||||
tag="Global Platform"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "100+",
|
||||
description: "Free Games Available",
|
||||
},
|
||||
id: "metric-1", value: "100+", description: "Free Games Available"},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "50M+",
|
||||
description: "Active Players Monthly",
|
||||
},
|
||||
id: "metric-2", value: "50M+", description: "Active Players Monthly"},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "150K+",
|
||||
description: "Games Played Daily",
|
||||
},
|
||||
id: "metric-3", value: "150K+", description: "Games Played Daily"},
|
||||
{
|
||||
id: "metric-4",
|
||||
value: "98%",
|
||||
description: "Player Satisfaction",
|
||||
},
|
||||
id: "metric-4", value: "98%", description: "Player Satisfaction"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user