diff --git a/src/app/page.tsx b/src/app/page.tsx index 606ab2c..515adef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -195,42 +86,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "win-1", - name: "Real Madrid", - price: "14 Titles", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153038.jpg", - }, - { - id: "win-2", - name: "AC Milan", - price: "7 Titles", - imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827394.jpg", - }, - { - id: "win-3", - name: "Bayern Munich", - price: "6 Titles", - imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153028.jpg", - }, - { - id: "win-4", - name: "Liverpool", - price: "6 Titles", - imageSrc: "http://img.b2bpic.net/free-photo/diverse-staff-pitching-proposals-stakeholders-mockup-business-meeting-dark_482257-136152.jpg", - }, - { - id: "win-5", - name: "Barcelona", - price: "5 Titles", - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-man-playing-soccer-golden-hour-sunset_1150-14627.jpg", - }, - { - id: "win-6", - name: "Ajax", - price: "4 Titles", - imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", - }, + { id: "win-1", name: "Real Madrid", price: "14 Titles", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153038.jpg" }, + { id: "win-2", name: "AC Milan", price: "7 Titles", imageSrc: "http://img.b2bpic.net/free-photo/neon-style-american-football-player_23-2151827394.jpg" }, + { id: "win-3", name: "Bayern Munich", price: "6 Titles", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-football-game-player_23-2151153028.jpg" }, + { id: "win-4", name: "Liverpool", price: "6 Titles", imageSrc: "http://img.b2bpic.net/free-photo/diverse-staff-pitching-proposals-stakeholders-mockup-business-meeting-dark_482257-136152.jpg" }, + { id: "win-5", name: "Barcelona", price: "5 Titles", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-man-playing-soccer-golden-hour-sunset_1150-14627.jpg" } ]} title="Champions League Winners" description="Historical winners with detailed performance metrics." @@ -241,28 +101,11 @@ export default function LandingPage() { @@ -301,60 +132,16 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "John Doe", - role: "Journalist", - company: "Football Daily", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-supporter-fan-morocco-national-team-painted-flag-face-get-happy-victory-screaming-into-camera-fans-emotions_231208-7086.jpg", - }, - { - id: "t2", - name: "Jane Smith", - role: "Coach", - company: "Pro Soccer Club", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/black-american-woman-holding-basketball_23-2148773333.jpg", - }, - { - id: "t3", - name: "Alex Riv", - role: "Analyst", - company: "Stats Pro", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-couch-watching-football-game_23-2148306605.jpg", - }, - { - id: "t4", - name: "Mark L", - role: "Editor", - company: "Global Sport", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg", - }, - { - id: "t5", - name: "Siri K", - role: "Fan", - company: "UCL Club", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-rugby-ball-looking-away_23-2148355513.jpg", - }, + { id: "t1", name: "John Doe", role: "Journalist", company: "Football Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-supporter-fan-morocco-national-team-painted-flag-face-get-happy-victory-screaming-into-camera-fans-emotions_231208-7086.jpg" }, + { id: "t2", name: "Jane Smith", role: "Coach", company: "Pro Soccer Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/black-american-woman-holding-basketball_23-2148773333.jpg" }, + { id: "t3", name: "Alex Riv", role: "Analyst", company: "Stats Pro", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-couch-watching-football-game_23-2148306605.jpg" }, + { id: "t4", name: "Mark L", role: "Editor", company: "Global Sport", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-16027.jpg" }, + { id: "t5", name: "Siri K", role: "Fan", company: "UCL Club", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-rugby-ball-looking-away_23-2148355513.jpg" } ]} kpiItems={[ - { - value: "100k", - label: "Active Users", - }, - { - value: "5M", - label: "Data Points", - }, - { - value: "99%", - label: "Accuracy Rating", - }, + { value: "100k", label: "Active Users" }, + { value: "5M", label: "Data Points" }, + { value: "99%", label: "Accuracy Rating" } ]} title="Voices of the Game" description="What football experts and fans say about our platform." @@ -365,21 +152,9 @@ export default function LandingPage() {