diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c54745..db7392e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { }, { id: "2", brand: "Main Course", name: "Chicken Kung Pao", price: "E£150", rating: 5, - reviewCount: "350+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-chicken-with-tomatoes-sauce-lettuce-plate-rustic_141793-11116.jpg", imageAlt: "Delicious chicken kung pao" + reviewCount: "350+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-chicken-with-tomatoes-sauce-lettuce-plate-rustic_141793-11116.jpg?_wi=1", imageAlt: "Delicious chicken kung pao" }, { id: "3", brand: "Seafood", name: "Shrimp Fried Rice", price: "E£180", rating: 5, @@ -94,7 +94,7 @@ export default function LandingPage() { }, { id: "4", brand: "Noodles", name: "Chow Mein Mix", price: "E£130", rating: 5, - reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552650.jpg", imageAlt: "Mixed chow mein noodles" + reviewCount: "310+", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552650.jpg?_wi=1", imageAlt: "Mixed chow mein noodles" } ]} /> @@ -172,13 +172,13 @@ export default function LandingPage() { ] }, { - id: "takeaway", title: "Takeaway Service", price: "E£180", period: "per order", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-chicken-with-tomatoes-sauce-lettuce-plate-rustic_141793-11116.jpg", imageAlt: "Takeaway meal package", button: { text: "☎️ Call to Order", href: "tel:+201060745001" }, + id: "takeaway", title: "Takeaway Service", price: "E£180", period: "per order", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-chicken-with-tomatoes-sauce-lettuce-plate-rustic_141793-11116.jpg?_wi=2", imageAlt: "Takeaway meal package", button: { text: "☎️ Call to Order", href: "tel:+201060745001" }, features: [ "Fast preparation", "Secure packaging", "Ready in 30 mins", "Available daily" ] }, { - id: "delivery", title: "Home Delivery", price: "E£210", period: "per order", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552650.jpg", imageAlt: "Home delivery service", button: { text: "💬 Order via WhatsApp", href: "https://wa.me/201060745001" }, + id: "delivery", title: "Home Delivery", price: "E£210", period: "per order", imageSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552650.jpg?_wi=2", imageAlt: "Home delivery service", button: { text: "💬 Order via WhatsApp", href: "https://wa.me/201060745001" }, features: [ "Free delivery in Nasr City", "Hot & fresh upon arrival", "Delivery within 45 mins", "Easy online payment" ]