From 6f9099ffd1460071ca2727c6c2c35a360c25ec7a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 13:17:48 +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 ebc7724..027d0bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg?_wi=1", imageAlt: "Beverly's Interior", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Story" description="Since our doors opened, we've focused on bringing the Strawberry Hill community together through meticulously crafted dishes, warm hospitality, and timeless charm." - imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg?_wi=1" /> @@ -110,7 +110,7 @@ export default function LandingPage() { descriptions: [ "Sourced locally and grilled to perfection.", ], - imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-man-embracing-with-happy-woman-restaurant_23-2148016847.jpg?_wi=2", imageAlt: "Wicker gray table with glass and gray chairs", }, { @@ -119,7 +119,7 @@ export default function LandingPage() { descriptions: [ "Craft cocktails inspired by Kansas City history.", ], - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-male-chef-wearing-face-mask-preparing-delicious-meal_181624-32255.jpg?_wi=2", imageAlt: "Wicker gray table with glass and gray chairs", }, ]} -- 2.49.1