diff --git a/src/app/page.tsx b/src/app/page.tsx
index 89d62fb..e677106 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,11 @@ export default function LandingPage() {
@@ -44,57 +41,16 @@ export default function LandingPage() {
@@ -103,18 +59,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- title: "Realistic Physics", description: "Ball trajectory that mimics real-life aerodynamics and spin.", buttonIcon: Zap,
- imageSrc: "http://img.b2bpic.net/free-photo/american-football-player-neon-style_23-2151827436.jpg?_wi=2"},
- {
- title: "Global Competition", description: "Climb through divisions and compete against players worldwide.", buttonIcon: Trophy,
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=9hnh2y&_wi=2"},
- {
- title: "Custom Kits", description: "Unlock hundreds of unique jerseys and stadium accessories.", buttonIcon: Shirt,
- imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg?_wi=2"},
- {
- title: "Weekly Tournaments", description: "Join special seasonal events for massive rewards.", buttonIcon: Calendar,
- imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg?_wi=2"},
+ { title: "Realistic Physics", description: "Ball trajectory that mimics real-life aerodynamics and spin.", buttonIcon: Zap },
+ { title: "Global Competition", description: "Climb through divisions and compete against players worldwide.", buttonIcon: Trophy },
+ { title: "Custom Kits", description: "Unlock hundreds of unique jerseys and stadium accessories.", buttonIcon: Shirt },
+ { title: "Weekly Tournaments", description: "Join special seasonal events for massive rewards.", buttonIcon: Calendar }
]}
title="Why You'll Love Penalty King"
description="Engineered for speed, precision, and pure football enjoyment."
@@ -127,23 +75,7 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={false}
- testimonials={[
- {
- id: "1", name: "Alex Riv", role: "Fan", company: "Global Player", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-pink-hairs-looks-positive-wearing-headphones_114579-14803.jpg"},
- {
- id: "2", name: "Sarah Lee", role: "Fan", company: "Global Player", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/looking-side-concerned-young-sporty-man-holding-ball-showing-silence-gesture_141793-81585.jpg"},
- {
- id: "3", name: "Mark P.", role: "Fan", company: "Global Player", rating: 4,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-man-earphones-dark-haired-man-casual-clothes-looking-camera-portrait-concept_74855-24635.jpg"},
- {
- id: "4", name: "Jamie T.", role: "Fan", company: "Global Player", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-black-t-shirt-with-headphones-playing-phone-isolated-blue-background_141793-105160.jpg"},
- {
- id: "5", name: "Jordan S.", role: "Fan", company: "Global Player", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-neon-lit-apartment-filming-dance-tutorial-other-children-watching-her_482257-76855.jpg"},
- ]}
+ testimonials={[]}
title="What Players Say"
description="Join thousands of soccer fans perfecting their kick."
/>
@@ -157,22 +89,14 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Exclusive In-Game Gear"
description="Upgrade your player's look and performance with these essential packs."
- products={[
- {
- id: "1", brand: "Penalty King", name: "Golden Boots Pack", price: "$4.99", rating: 5,
- reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-tablet_23-2147827733.jpg?_wi=3"},
- {
- id: "2", brand: "Penalty King", name: "Pro Stadium Kit", price: "$9.99", rating: 5,
- reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/south-korea-vs-netherlands_187299-32295.jpg?_wi=3"},
- ]}
+ products={[]}
/>