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() {