From a73193356052015e6ea8d3cbfb04ad22e89efce0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:42:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42ed9a5..da71a87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Designed for the Discerning Golfer" description="Our platform removes the friction from organizing golf outings. Keep your group updated, track open spots, and ensure every round is perfectly coordinated." - imageSrc="http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg" + imageSrc="http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg?_wi=1" imageAlt="Golf lifestyle" /> @@ -118,9 +118,9 @@ export default function LandingPage() { description="Tips, techniques, and etiquette for our private member community." blogs={[ { - id: "1", category: "Technique", title: "Mastering the Short Game", excerpt: "Essential drills to improve your performance around the green.", imageSrc: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg", date: "2026-01-10"}, + id: "1", category: "Technique", title: "Mastering the Short Game", excerpt: "Essential drills to improve your performance around the green.", imageSrc: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg?_wi=1", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg", date: "2026-01-10"}, { - id: "2", category: "Etiquette", title: "Respecting the Course", excerpt: "A reminder on keeping our fairways and greens pristine.", imageSrc: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg", date: "2026-01-15"}, + id: "2", category: "Etiquette", title: "Respecting the Course", excerpt: "A reminder on keeping our fairways and greens pristine.", imageSrc: "http://img.b2bpic.net/free-photo/summertime-seasonal-scene-with-monochromatic-black-white-effect_23-2151244374.jpg?_wi=2", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg", date: "2026-01-15"}, ]} /> @@ -138,7 +138,7 @@ export default function LandingPage() { name: "course", type: "text", placeholder: "Golf Course", required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tropical-hawaii-landscape-with-palm-trees_23-2149082965.jpg?_wi=2" imageAlt="Golfing setup" /> -- 2.49.1