From 1b02657712abae575a6d22dad5c74f2b3c382c2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:47:36 +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 16dd8f8..3c76857 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { tag="Since 2004" tagIcon={Award} buttons={[{ text: "Meet Our Team", href: "#testimonials" }]} - imageSrc="http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg" imageAlt="Professional golf training facility" useInvertedBackground={false} /> @@ -103,7 +103,7 @@ export default function LandingPage() { }, { id: "3", title: "Tournament Preparation", description: "Specialized coaching designed to prepare you for competitive play. We develop mental resilience and tactical strategies to help you perform at your best under pressure.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg?_wi=2", imageAlt: "golf training practice range swing"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-golf-sportsman-warming-up-exercises_171337-6494.jpg", imageAlt: "golf training practice range swing"}, items: [ { icon: CheckCircle, text: "Mental game coaching" }, { icon: CheckCircle, text: "Tournament simulations" }, -- 2.49.1