From a4fa6975f2db6a972c8516ce52633042b1262664 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:16:01 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7cb30e0..1135eb6 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -65,9 +65,9 @@ export default function AboutPage() { { id: "1", name: "Traditional Recipes", price: "Est. 1980s", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-plate_23-2149882925.jpg", imageAlt: "Georgian chef preparing traditional food"}, { - id: "2", name: "Local Ingredients", price: "Farm Fresh", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg", imageAlt: "Fresh local vegetables"}, + id: "2", name: "Local Ingredients", price: "Farm Fresh", imageSrc: "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=2", imageAlt: "Fresh local vegetables"}, { - id: "3", name: "Warm Hospitality", price: "Always", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg", imageAlt: "Welcoming restaurant interior"}, + id: "3", name: "Warm Hospitality", price: "Always", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=2", imageAlt: "Welcoming restaurant interior"}, ]} /> -- 2.49.1 From 49084697c900c00ff23776a665d686384e6d2243 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:16:02 +0000 Subject: [PATCH 2/2] 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 89b986a..ad978c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function HomePage() { "http://img.b2bpic.net/free-photo/turkish-arabic-traditional-ramadan-mix-kebab-plate-kebab-adana-chicken-lamb-beef-lavash-bread-with-sauce-top-view_2829-6170.jpg", imageAlt: "Georgian lamb kebab"}, { id: "3", name: "Fresh Georgian Salad", price: "12₾", imageSrc: - "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg", imageAlt: "Georgian salad with herbs"}, + "http://img.b2bpic.net/free-photo/white-plate-with-delicious-vegetable-salad_114579-83669.jpg?_wi=1", imageAlt: "Georgian salad with herbs"}, ]} /> @@ -170,7 +170,7 @@ export default function HomePage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-christmas-interior-table-christmas-tree-festive-table-decoration_132075-14652.jpg?_wi=1" imageAlt="Tamar Mepe restaurant interior" mediaPosition="right" buttonText="Send Request" -- 2.49.1