From cbc088cfb06fcede8a2d097bf79279be0ed56385 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 05:13:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 41d0ace..eae919e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { description="Discover the most watched and shared football highlights this season. Top-quality clips featuring legendary plays." products={[ { - id: "clip-1", name: "Champions League Final Goal", price: "Premium", variant: "2024 Season", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26953.jpg", imageAlt: "Champion league highlight goal" + id: "clip-1", name: "Champions League Final Goal", price: "Premium", variant: "2024 Season", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26953.jpg?_wi=1", imageAlt: "Champion league highlight goal" }, { - id: "clip-2", name: "Impossible Dribble Sequence", price: "Premium", variant: "2024 Season", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-256.jpg", imageAlt: "Amazing dribbling skill" + id: "clip-2", name: "Impossible Dribble Sequence", price: "Premium", variant: "2024 Season", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-256.jpg?_wi=1", imageAlt: "Amazing dribbling skill" }, { - id: "clip-3", name: "Incredible Save from Penalty", price: "Premium", variant: "2024 Season", imageSrc: "http://img.b2bpic.net/free-photo/male-rugby-players-playing-with-ball_23-2148793306.jpg", imageAlt: "Goalkeeper save highlight" + id: "clip-3", name: "Incredible Save from Penalty", price: "Premium", variant: "2024 Season", imageSrc: "http://img.b2bpic.net/free-photo/male-rugby-players-playing-with-ball_23-2148793306.jpg?_wi=1", imageAlt: "Goalkeeper save highlight" } ]} gridVariant="three-columns-all-equal-width" @@ -87,10 +87,10 @@ export default function LandingPage() { description="Stay updated with in-depth analysis, player interviews, and tactical breakdowns of the best plays in football." blogs={[ { - id: "story-1", category: "Analysis", title: "Tactical Breakdown: The Perfect Counter Attack", excerpt: "How elite teams execute devastating counter-attacks in seconds. Learn the positioning and timing.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26953.jpg", imageAlt: "Tactical analysis", authorName: "Coach Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/soccer-player-standing-with-ball-playing-football_176420-16471.jpg", date: "2024-12-15" + id: "story-1", category: "Analysis", title: "Tactical Breakdown: The Perfect Counter Attack", excerpt: "How elite teams execute devastating counter-attacks in seconds. Learn the positioning and timing.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26953.jpg?_wi=2", imageAlt: "Tactical analysis", authorName: "Coach Martinez", authorAvatar: "http://img.b2bpic.net/free-photo/soccer-player-standing-with-ball-playing-football_176420-16471.jpg", date: "2024-12-15" }, { - id: "story-2", category: "Player Feature", title: "Rising Star: The Next Generation", excerpt: "Meet the young talent breaking records and changing the game. An exclusive interview.", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-256.jpg", imageAlt: "Young player feature", authorName: "Sports Journalist", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-african-american-male-white-shirt-sitting-basketball-court_181624-24026.jpg", date: "2024-12-14" + id: "story-2", category: "Player Feature", title: "Rising Star: The Next Generation", excerpt: "Meet the young talent breaking records and changing the game. An exclusive interview.", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-256.jpg?_wi=2", imageAlt: "Young player feature", authorName: "Sports Journalist", authorAvatar: "http://img.b2bpic.net/free-photo/closeup-shot-african-american-male-white-shirt-sitting-basketball-court_181624-24026.jpg", date: "2024-12-14" } ]} animationType="blur-reveal" @@ -126,15 +126,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "4K Ultra HD Quality", description: "Watch every moment in stunning 4K resolution with crystal-clear action replay.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26953.jpg", imageAlt: "4K quality showcase" + title: "4K Ultra HD Quality", description: "Watch every moment in stunning 4K resolution with crystal-clear action replay.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-training-summer-park_1157-26953.jpg?_wi=3", imageAlt: "4K quality showcase" }, { id: 2, - title: "Multi-Angle Replays", description: "View every goal from multiple camera angles to see the complete picture.", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-256.jpg", imageAlt: "Multi-angle replay" + title: "Multi-Angle Replays", description: "View every goal from multiple camera angles to see the complete picture.", imageSrc: "http://img.b2bpic.net/free-photo/american-football-american-football-player-professional-sport-stadium_654080-256.jpg?_wi=3", imageAlt: "Multi-angle replay" }, { id: 3, - title: "Instant Notifications", description: "Get real-time alerts for goals, red cards, and major moments as they happen.", imageSrc: "http://img.b2bpic.net/free-photo/male-rugby-players-playing-with-ball_23-2148793306.jpg", imageAlt: "Live notifications" + title: "Instant Notifications", description: "Get real-time alerts for goals, red cards, and major moments as they happen.", imageSrc: "http://img.b2bpic.net/free-photo/male-rugby-players-playing-with-ball_23-2148793306.jpg?_wi=2", imageAlt: "Live notifications" } ]} animationType="opacity" -- 2.49.1