From 3f20d85bf4a6c169fa17df77166a62d09ff4d269 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:18:41 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ba12c54..a4cd1ca 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -96,25 +96,25 @@ export default function AboutPage() { { title: "Tradition", description: "We honor family recipes passed down through generations, blending timeless techniques with premium ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cook-whisking-mixture-bowl_23-2148485370.jpg?_wi=2", imageAlt: "Baker preparing pastry dough", }, { title: "Quality", description: "Fresh daily. No artificial preservatives. Every pastry is a testament to our commitment to excellence.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-sweet-slice-cake-glass-cabinet_23-2148027938.jpg?_wi=2", imageAlt: "Fresh pastry in elegant display", }, { title: "Community", description: "We're not just a pastry shop—we're part of Storo's heart. We celebrate birthdays, support local events, and build relationships.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-delicious-dessert-top-view_23-2148717406.jpg?_wi=4", imageAlt: "Beautiful artisan desserts", }, { title: "Innovation", description: "While honoring tradition, we embrace new flavors and creative designs to delight modern palates.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-cake_23-2150154714.jpg?_wi=5", imageAlt: "Custom artisan cake creation", }, ]} @@ -164,7 +164,7 @@ export default function AboutPage() {