diff --git a/src/app/page.tsx b/src/app/page.tsx index ccb3715..08fa201 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/grilled-ribs-pineapple-tomato-spices-dry-apricot-side-view_141793-3144.jpg" + imageSrc="http://img.b2bpic.net/free-photo/grilled-ribs-pineapple-tomato-spices-dry-apricot-side-view_141793-3144.jpg?_wi=1" imageAlt="Authentic Pakistani grill food" mediaAnimation="slide-up" avatars={[ @@ -140,13 +140,13 @@ export default function LandingPage() { id: "1", name: "Chicken Kebab Roll", price: "£6.50", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-tasty-burger-dressed-colorful-jacket-cap_8353-7004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-tasty-burger-dressed-colorful-jacket-cap_8353-7004.jpg?_wi=1", }, { id: "2", name: "Special Biryani", price: "£9.99", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-biryani-traditional-bowl_84443-65252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-biryani-traditional-bowl_84443-65252.jpg?_wi=1", }, { id: "3", @@ -207,21 +207,21 @@ export default function LandingPage() { title: "Authentic Flavours", description: "Traditional recipes passed down through generations.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-ribs-pineapple-tomato-spices-dry-apricot-side-view_141793-3144.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-ribs-pineapple-tomato-spices-dry-apricot-side-view_141793-3144.jpg?_wi=2", imageAlt: "modern restaurant interior clean", }, { title: "Affordable Price", description: "High quality dining experience for £10-£20 per person.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-tasty-burger-dressed-colorful-jacket-cap_8353-7004.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-tasty-burger-dressed-colorful-jacket-cap_8353-7004.jpg?_wi=2", imageAlt: "modern restaurant interior clean", }, { title: "Multiple Options", description: "Dine-in, kerbside pickup, or speedy delivery available.", buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-biryani-traditional-bowl_84443-65252.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-biryani-traditional-bowl_84443-65252.jpg?_wi=2", imageAlt: "modern restaurant interior clean", }, ]}