diff --git a/src/app/page.tsx b/src/app/page.tsx index d4c78c0..729c869 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,26 +79,26 @@ export default function HomePage() { features={[ { title: "Dine-in Experience", description: "Immerse yourself in the warm and elegant ambiance of our restaurant, perfect for family dinners or special occasions.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Restaurant dining area" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=1", imageAlt: "Restaurant dining area" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg", imageAlt: "Elegant table setting" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-striped-trench-coat-happily-talking-cellphone-sitting-near-big-window-while-spending-time-modern-cafe_574295-4851.jpg?_wi=2", imageAlt: "Elegant table setting" } }, { title: "Convenient Drive-Through", description: "Enjoy your favorite kebabs on the go with our fast and efficient drive-through service. Quality taste, ultimate convenience.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg", imageAlt: "Drive-through service at restaurant" + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=1", imageAlt: "Drive-through service at restaurant" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg", imageAlt: "Customer picking up food at drive-through" + imageSrc: "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=2", imageAlt: "Customer picking up food at drive-through" } }, { title: "No-Contact Delivery", description: "Relish our authentic Turkish cuisine from the comfort of your home with our safe and swift no-contact delivery.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg", imageAlt: "No-contact food delivery" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg?_wi=1", imageAlt: "No-contact food delivery" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg", imageAlt: "Food delivery bag" + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-eating-pizza_23-2148894071.jpg?_wi=2", imageAlt: "Food delivery bag" } } ]}