From 4abfda7460ac1e3cb826e4d2d721df9517dc0020 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:58:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cf0c6b1..6b2c7eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,11 +119,11 @@ export default function HomePage() { { id: "football", name: "Football Highlight Style", price: "Epic Touchdowns & Tackles", variant: "Play-by-Play Analysis", imageSrc: "https://images.unsplash.com/photo-1624526267942-ab67cb38121d?w=800&q=80", imageAlt: "Football highlight style"}, { - id: "baseball", name: "Baseball Highlight Style", price: "Home Runs & Strikeouts", variant: "Slow-Mo Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80", imageAlt: "Baseball highlight style"}, + id: "baseball", name: "Baseball Highlight Style", price: "Home Runs & Strikeouts", variant: "Slow-Mo Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80&_wi=1", imageAlt: "Baseball highlight style"}, { id: "hockey", name: "Hockey Highlight Style", price: "Goals & Assists", variant: "Fast-Paced Action", imageSrc: "https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=800&q=80", imageAlt: "Hockey highlight style"}, { - id: "soccer", name: "Soccer Highlight Style", price: "Goals & Skill Moves", variant: "Dynamic Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80", imageAlt: "Soccer highlight style"}, + id: "soccer", name: "Soccer Highlight Style", price: "Goals & Skill Moves", variant: "Dynamic Replays", imageSrc: "https://images.unsplash.com/photo-1461896836934-ffe607ba8211?w=800&q=80&_wi=2", imageAlt: "Soccer highlight style"}, { id: "volleyball", name: "Volleyball Highlight Style", price: "Aces & Blocks", variant: "Aerial Perspectives", imageSrc: "https://images.unsplash.com/photo-1612872087720-bb876e2e67d1?w=800&q=80", imageAlt: "Volleyball highlight style"}, { -- 2.49.1