From 17d24dea56761f5b10f75718f408d23df14a00e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 21:06:59 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b415e85..f518623 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Parisian Craft, Local Care" description="L' ARTISAN is a small bakery dedicated to traditional French baking craft. Our team bakes every day with care and the best ingredients — local butter, fresh fruit, and a pinch of creativity. We aim to create the feel of a Parisian bistro: warm, intimate, and unpretentious." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-croissants-plate_23-2148286688.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-croissants-plate_23-2148286688.jpg?_wi=3" /> @@ -69,14 +69,14 @@ export default function LandingPage() { name: "Anna", role: "Head Baker", description: "Expert in sourdough and French techniques.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-preparing-cup-coffee_107420-12296.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress-preparing-cup-coffee_107420-12296.jpg?_wi=3", }, { id: "2", name: "Marko", role: "Pastry Chef", description: "Master of croissants and tarts.", - imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25710.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/french-woman-cafe-drinking-latte-eating-croissant_1303-25710.jpg?_wi=2", }, ]} /> @@ -84,7 +84,7 @@ export default function LandingPage() {