From cae4a96839ab0b2ce8162c4e40356bc3666f0a29 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 20:31:27 +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 aa4c829..a00fd4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function SitePage() { { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} textarea={{ name: "message", placeholder: "Your Message", rows: 5, required: true }} - imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg" + imageSrc="https://img.b2bpic.net/free-photo/bakery-shop-gourmet-concept_53876-163311.jpg?_wi=1" imageAlt="Exterior of Zoryana Bakery, a welcoming local shop" mediaAnimation="slide-up" mediaPosition="right" @@ -149,7 +149,7 @@ export default function SitePage() {