diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2473280..9de1c5a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -99,7 +99,7 @@ export default function LandingPage() { imageAlt: "Ahmet Yilmaz, Owner & Head Chef", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg?_wi=2", imageAlt: "turkish restaurant owner portrait", }, { @@ -123,7 +123,7 @@ export default function LandingPage() { imageAlt: "Mehmet Kaya, Grill Master", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg?_wi=2", imageAlt: "turkish restaurant owner portrait", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f345c6..2fc92a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { href: "/menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg" + imageSrc="http://img.b2bpic.net/free-photo/morning-breakfast-set-by-window_140725-9918.jpg?_wi=1" imageAlt="Fresh grilled Adana kebab, Turkish tea, and warm lantern lighting" mediaAnimation="opacity" avatars={[ @@ -168,7 +168,7 @@ export default function LandingPage() { content: "A grand dining atmosphere with ample seating, elegant interiors, and dedicated prayer facilities.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg" + imageSrc="http://img.b2bpic.net/free-photo/waiter-holding-platter-tomato-cheese-salad-with-pesto-sauce_140725-5255.jpg?_wi=1" imageAlt="Authentic Turkish food prepared with care" mediaAnimation="opacity" mediaPosition="right"