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"}, ]} /> 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"