From c4ef30627629d2f57c6e09358229b1481c45eaf2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:22:59 +0000 Subject: [PATCH 1/5] 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 d3e331f..eabcad0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -70,7 +70,7 @@ export default function AboutPage() { title: "Chef Marcus Laurent", subtitle: "Executive Chef & Co-Founder", detail: "marcus@savoria.com", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=1", imageAlt: "Chef Marcus Laurent", }, { @@ -78,7 +78,7 @@ export default function AboutPage() { title: "Chef Sophie Beaumont", subtitle: "Pastry Chef", detail: "sophie@savoria.com", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=2", imageAlt: "Chef Sophie Beaumont", }, ], @@ -92,7 +92,7 @@ export default function AboutPage() { title: "Chef Alexandre Durand", subtitle: "Sous Chef - Sauce", detail: "alexandre@savoria.com", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=3", imageAlt: "Chef Alexandre Durand", }, { @@ -100,7 +100,7 @@ export default function AboutPage() { title: "Chef Elena Rossi", subtitle: "Sous Chef - Fish", detail: "elena@savoria.com", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=4", imageAlt: "Chef Elena Rossi", }, { @@ -108,7 +108,7 @@ export default function AboutPage() { title: "Chef Antoine Moreau", subtitle: "Commis Chef", detail: "antoine@savoria.com", - imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gastronomy-expert-kitchen-preparing-dishes-with-fresh-ingredients_482257-127694.jpg?_wi=5", imageAlt: "Chef Antoine Moreau", }, ], -- 2.49.1 From c5d1586af8facf180817a5c1860ee05e40e66fa4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:22:59 +0000 Subject: [PATCH 2/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index cf673cc..f04a9a4 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -53,7 +53,7 @@ export default function GalleryPage() { price: "Featured", rating: 5, reviewCount: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg?_wi=1", imageAlt: "Signature plated dish", }, { @@ -63,7 +63,7 @@ export default function GalleryPage() { price: "Featured", rating: 5, reviewCount: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=1", imageAlt: "Dining room ambiance", }, { @@ -73,7 +73,7 @@ export default function GalleryPage() { price: "Featured", rating: 5, reviewCount: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg?_wi=2", imageAlt: "Artisan gourmet plate", }, { @@ -83,7 +83,7 @@ export default function GalleryPage() { price: "Featured", rating: 5, reviewCount: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wide-restaurant-hall-with-wooden-table-chairs-6-persons_140725-8910.jpg?_wi=2", imageAlt: "Fine dining experience", }, { @@ -93,7 +93,7 @@ export default function GalleryPage() { price: "Featured", rating: 5, reviewCount: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chick-kebab-served-with-cherries-green-salad_114579-1996.jpg?_wi=3", imageAlt: "Exquisite dessert plate", }, { -- 2.49.1 From e3948b83b401e1f0b81e9cd93c38a4077b320c1f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:23:00 +0000 Subject: [PATCH 3/5] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 35e42b1..da8e406 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -53,7 +53,7 @@ export default function MenuPage() { price: "$18", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=2", imageAlt: "Foie gras terrine", }, { @@ -63,7 +63,7 @@ export default function MenuPage() { price: "$16", rating: 5, reviewCount: "76", - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=3", imageAlt: "Burrata with truffle oil", }, { @@ -73,7 +73,7 @@ export default function MenuPage() { price: "$20", rating: 5, reviewCount: "94", - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=4", imageAlt: "Seared ahi tuna", }, ]} @@ -98,7 +98,7 @@ export default function MenuPage() { price: "$52", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg?_wi=1", imageAlt: "Filet mignon with peppercorn crust", }, { @@ -108,7 +108,7 @@ export default function MenuPage() { price: "$48", rating: 5, reviewCount: "132", - imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg?_wi=2", imageAlt: "Dover sole with brown butter", }, { @@ -118,7 +118,7 @@ export default function MenuPage() { price: "$54", rating: 5, reviewCount: "118", - imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-rolls-with-herbs-sauce-glass-wine_140725-3451.jpg?_wi=3", imageAlt: "Lobster thermidor", }, ]} -- 2.49.1 From 2ef44460e634c24d5c5008530f1d008b070cab67 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:23:00 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 564b1c7..e02d7f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function HomePage() { price: "$38", rating: 5, reviewCount: "192", - imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calamari-with-mango-sauce-with-nice-decoration-white-plate_1258-84913.jpg?_wi=1", imageAlt: "Herb-crusted lamb chops plated", }, { @@ -120,7 +120,7 @@ export default function HomePage() { title: "Fresh Ingredients", subtitle: "Locally sourced and seasonal", description: "We partner with local farmers and suppliers to bring the freshest, highest-quality ingredients to your table. Our dedication to farm-to-table excellence ensures every dish bursts with authentic flavor.", - imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1", imageAlt: "Fresh restaurant ingredients", }, { @@ -154,37 +154,37 @@ export default function HomePage() { { id: "1", name: "Sarah Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell", }, { id: "2", name: "James Chen", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen", }, { id: "3", name: "Victoria Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Victoria Rodriguez", }, { id: "4", name: "Michael Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Thompson", }, { id: "5", name: "Elena Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Elena Martinez", }, { id: "6", name: "David Wilson", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Wilson", }, ]} -- 2.49.1 From cb9638e81bc5e7eb4fb94be75ac4495e94521057 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:23:01 +0000 Subject: [PATCH 5/5] Update src/app/reservations/page.tsx --- src/app/reservations/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 80ae83c..00c47fe 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -62,7 +62,7 @@ export default function ReservationsPage() { description="Find answers to common questions about dining at Savoria." tag="Help & Information" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2" imageAlt="Restaurant interior FAQ section" mediaAnimation="blur-reveal" mediaPosition="left" -- 2.49.1