From 26d9b18460dad2d3e83d6e0c41c789955daa974e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 22:09:19 +0000 Subject: [PATCH 1/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bce1642..2f1e53b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { href: "https://diamond-oaks-golf-course.book.teeitup.golf", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/amazing-view-green-field-with-some-trees-end-located-tuscany-italy_181624-29125.jpg" + imageSrc="http://img.b2bpic.net/free-photo/amazing-view-green-field-with-some-trees-end-located-tuscany-italy_181624-29125.jpg?_wi=1" imageAlt="Aerial view of Golf Roseville championship course" mediaAnimation="slide-up" avatars={[ @@ -184,7 +184,7 @@ export default function LandingPage() { quote: "Beautiful wedding day.", tag: "Bride", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-man-proposing-woman_23-2149212181.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-green-field-with-some-trees-end-located-tuscany-italy_181624-29125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-green-field-with-some-trees-end-located-tuscany-italy_181624-29125.jpg?_wi=2", imageAlt: "Pair of wedding high heels and shoes with scarf and flower bouquet on green grass in the park", }, { @@ -195,7 +195,7 @@ export default function LandingPage() { quote: "Lessons improved my game.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/scene-with-man-golf-course_23-2150551327.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-greenery-blue-sky-sunlight-daytime_181624-10323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-greenery-blue-sky-sunlight-daytime_181624-10323.jpg?_wi=1", imageAlt: "Pair of wedding high heels and shoes with scarf and flower bouquet on green grass in the park", }, ]} -- 2.49.1 From f08590a6926796ef7a4f142274befe4a32cac6a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 22:09:20 +0000 Subject: [PATCH 2/3] Update src/app/weddings/page.tsx --- src/app/weddings/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/weddings/page.tsx b/src/app/weddings/page.tsx index aa71d9c..dbe0030 100644 --- a/src/app/weddings/page.tsx +++ b/src/app/weddings/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { quote: "The staff made it stress-free.", tag: "Bride", avatarSrc: "http://img.b2bpic.net/free-photo/pair-wedding-high-heels-shoes-with-scarf-flower-bouquet-green-grass-park_23-2148187448.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-green-field-with-some-trees-end-located-tuscany-italy_181624-29125.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/amazing-view-green-field-with-some-trees-end-located-tuscany-italy_181624-29125.jpg?_wi=3", imageAlt: "Pair of wedding high heels and shoes with scarf and flower bouquet on green grass in the park", }, { @@ -113,7 +113,7 @@ export default function LandingPage() { quote: "Best outdoor patio in Roseville.", tag: "Groom", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-bride-groom-stylish-apparel-walking-road-through-amazing-park-with-beautiful-plants-ancient-street-lanterns-smiling-looking-each-other-wedding-day_8353-12233.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-greenery-blue-sky-sunlight-daytime_181624-10323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-greenery-blue-sky-sunlight-daytime_181624-10323.jpg?_wi=3", imageAlt: "Pair of wedding high heels and shoes with scarf and flower bouquet on green grass in the park", }, ]} -- 2.49.1 From 00d1b8433677937902c021c034c93308f4bc8b75 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 22:09:20 +0000 Subject: [PATCH 3/3] Update src/app/woodcreek/page.tsx --- src/app/woodcreek/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/woodcreek/page.tsx b/src/app/woodcreek/page.tsx index a0d624b..10165e9 100644 --- a/src/app/woodcreek/page.tsx +++ b/src/app/woodcreek/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { "Par 72 design", "Slope 132", ], - imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-greenery-blue-sky-sunlight-daytime_181624-10323.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/lake-surrounded-by-greenery-blue-sky-sunlight-daytime_181624-10323.jpg?_wi=2", }, { id: "2", -- 2.49.1