diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 77e509f..f217eb2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,7 +102,7 @@ export default function AboutPage() { company: "HITEC City", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg", + "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=3", }, { id: "2", @@ -111,7 +111,7 @@ export default function AboutPage() { company: "Hyderabad Food Guide", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-female-economist-working-office_23-2150251746.jpg?_wi=3", }, { id: "3", @@ -120,7 +120,7 @@ export default function AboutPage() { company: "Date Night Regular", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20261.jpg", + "http://img.b2bpic.net/free-photo/man-isolated-showing-facial-emotions_1303-20261.jpg?_wi=3", }, { id: "4", @@ -129,7 +129,7 @@ export default function AboutPage() { company: "Friends Meetup", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg", + "http://img.b2bpic.net/free-photo/portrait-young-elegant-woman-with-bright-make-up-dark-blazer_291049-110.jpg?_wi=2", }, ]} kpiItems={[ diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index deeeb8a..a2a3c2c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -101,7 +101,7 @@ export default function ContactPage() { name: "Momos", price: "₹180-280", imageSrc: - "http://img.b2bpic.net/free-photo/top-view-raw-dumplings-dough-with-tomato-sauce-lemon-black_140725-104335.jpg", + "http://img.b2bpic.net/free-photo/top-view-raw-dumplings-dough-with-tomato-sauce-lemon-black_140725-104335.jpg?_wi=3", imageAlt: "Authentic steamed momos", }, { @@ -109,7 +109,7 @@ export default function ContactPage() { name: "Thukpa", price: "₹240-340", imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-noodles-bowl-with-shrimp_23-2148382884.jpg", + "http://img.b2bpic.net/free-photo/high-angle-noodles-bowl-with-shrimp_23-2148382884.jpg?_wi=3", imageAlt: "Warm traditional thukpa soup", }, { @@ -117,7 +117,7 @@ export default function ContactPage() { name: "Fried Ice Cream", price: "₹180", imageSrc: - "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165478.jpg", + "http://img.b2bpic.net/free-photo/meringue-roll-concept-tasty-delicious-food_185193-165478.jpg?_wi=3", imageAlt: "Crispy fried ice cream", }, ]} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fcbe421..1a4338a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1431,6 +1431,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +