diff --git a/src/app/page.tsx b/src/app/page.tsx index 9949282..d74a63d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { imageAlt: "Gourmet Burger", }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal-food_140725-25939.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal-food_140725-25939.jpg", imageAlt: "Crispy Zinger Burger", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/yummy-fast-food-meal-with-bokeh_23-2148374919.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/yummy-fast-food-meal-with-bokeh_23-2148374919.jpg", imageAlt: "Loaded Fries", }, { @@ -138,7 +138,7 @@ export default function LandingPage() { price: "Rs 650", rating: 5, reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/beef-hamburger_74190-5907.jpg", imageAlt: "Big Mac Burger", }, { @@ -148,7 +148,7 @@ export default function LandingPage() { price: "Rs 550", rating: 5, reviewCount: "1", - imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596620.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596620.jpg", imageAlt: "Zinger Burger", }, { @@ -158,7 +158,7 @@ export default function LandingPage() { price: "Rs 400", rating: 5, reviewCount: "2", - imageSrc: "http://img.b2bpic.net/free-photo/spices-pasta-near-board_23-2147853442.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/spices-pasta-near-board_23-2147853442.jpg", imageAlt: "Loaded Fries", }, { @@ -168,7 +168,7 @@ export default function LandingPage() { price: "Rs 900", rating: 4, reviewCount: "0", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-dish-plate-garnished-with-grape-leaves-dolma-boiled-eggs-lamb_141793-2163.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-rice-dish-plate-garnished-with-grape-leaves-dolma-boiled-eggs-lamb_141793-2163.jpg", imageAlt: "Mandi Platter", }, ]} @@ -184,31 +184,31 @@ export default function LandingPage() { { id: "1", name: "Nauman Tariq", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-delicious-street-food_23-2149009634.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-delicious-street-food_23-2149009634.jpg", imageAlt: "Nauman Tariq", }, { id: "2", name: "Sultan Shafique", - imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-side-view_23-2149872410.jpg", imageAlt: "Sultan Shafique", }, { id: "3", name: "Mehboob Khadim", - imageSrc: "http://img.b2bpic.net/free-psd/young-adult-bearded-man-with-vegetables_1194-636574.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-psd/young-adult-bearded-man-with-vegetables_1194-636574.jpg", imageAlt: "Mehboob Khadim", }, { id: "4", name: "Ayesha Khan", - imageSrc: "http://img.b2bpic.net/free-photo/ecommerce-shopping-concept-handsome-bearded-guy-showing-empty-mobile-screen-okay-sign-praisi_1258-160515.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/ecommerce-shopping-concept-handsome-bearded-guy-showing-empty-mobile-screen-okay-sign-praisi_1258-160515.jpg", imageAlt: "Ayesha Khan", }, { id: "5", name: "Usman Ali", - imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-pointing-back-while-showing-thumb-down-t-shirt-apron-looking-puzzled-front-view_176474-92686.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-pointing-back-while-showing-thumb-down-t-shirt-apron-looking-puzzled-front-view_176474-92686.jpg", imageAlt: "Usman Ali", }, ]} @@ -222,6 +222,7 @@ export default function LandingPage() {