diff --git a/src/app/page.tsx b/src/app/page.tsx index cadf3f7..6fc6d2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,34 +30,13 @@ export default function LandingPage() { @@ -270,42 +137,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "t1", - name: "Antalya Gençler Dünya Kupası", - price: "Uluslararası", - imageSrc: "http://img.b2bpic.net/free-vector/sports-infography_23-2147537145.jpg", - }, - { - id: "t2", - name: "Kuşadası Kampı", - price: "Altınordu", - imageSrc: "http://img.b2bpic.net/free-photo/american-football-ball-lying-near-match-score_23-2147750759.jpg", - }, - { - id: "t3", - name: "MLS Kupası", - price: "Eğlence", - imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-young-boy-looks-future-vector-illustration_460848-12998.jpg", - }, - { - id: "t4", - name: "Önder Junior Cup", - price: "İstanbul", - imageSrc: "http://img.b2bpic.net/free-psd/football-field-right-side_187299-14817.jpg", - }, - { - id: "t5", - name: "Dostluk Turnuvası", - price: "Bölgesel", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-basketball-scheme-tactic-game-plan_53876-16231.jpg", - }, - { - id: "t6", - name: "Altyapı Kupası", - price: "Gelişim", - imageSrc: "http://img.b2bpic.net/free-vector/american-football-retro-ball-badge_23-2147494916.jpg", - }, + { id: "t1", name: "Antalya Gençler Dünya Kupası", price: "Uluslararası", imageSrc: "http://img.b2bpic.net/free-vector/sports-infography_23-2147537145.jpg" }, + { id: "t2", name: "Kuşadası Kampı", price: "Altınordu", imageSrc: "http://img.b2bpic.net/free-photo/american-football-ball-lying-near-match-score_23-2147750759.jpg" }, + { id: "t3", name: "MLS Kupası", price: "Eğlence", imageSrc: "http://img.b2bpic.net/free-photo/silhouetted-young-boy-looks-future-vector-illustration_460848-12998.jpg" }, + { id: "t4", name: "Önder Junior Cup", price: "İstanbul", imageSrc: "http://img.b2bpic.net/free-psd/football-field-right-side_187299-14817.jpg" }, + { id: "t5", name: "Dostluk Turnuvası", price: "Bölgesel", imageSrc: "http://img.b2bpic.net/free-photo/closeup-basketball-scheme-tactic-game-plan_53876-16231.jpg" }, + { id: "t6", name: "Altyapı Kupası", price: "Gelişim", imageSrc: "http://img.b2bpic.net/free-vector/american-football-retro-ball-badge_23-2147494916.jpg" } ]} title="Katıldığımız Turnuvalar" description="Oyuncularımızın gelişimine katkı sağlayan önemli organizasyonlar." @@ -322,9 +159,7 @@ export default function LandingPage() {
@@ -332,29 +167,14 @@ export default function LandingPage() {