diff --git a/src/app/page.tsx b/src/app/page.tsx index 2738263..f6c6b8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,10 +75,10 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "nasi-lemak", name: "Nasi Lemak", price: "RM 4–6", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg", imageAlt: "Nasi lemak with sambal and egg" + id: "nasi-lemak", name: "Nasi Lemak", price: "RM 4–6", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg?_wi=1", imageAlt: "Nasi lemak with sambal and egg" }, { - id: "briyani", name: "Chicken Briyani", price: "RM 7–9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg", imageAlt: "Fragrant chicken briyani rice" + id: "briyani", name: "Chicken Briyani", price: "RM 7–9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg?_wi=1", imageAlt: "Fragrant chicken briyani rice" }, { id: "noodles", name: "Stir-Fried Noodles", price: "RM 5–7", imageSrc: "http://img.b2bpic.net/free-photo/authentic-asian-noodle-soup-black-bowl_53876-123160.jpg", imageAlt: "Wok-tossed chicken noodles" @@ -121,11 +121,11 @@ export default function LandingPage() { features={[ { id: "fresh", title: "Fresh Daily", author: "Quality Assured", description: "All dishes are prepared fresh daily using authentic ingredients and traditional cooking methods.", tags: ["Quality", "Traditional"], - imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg", imageAlt: "Fresh nasi lemak preparation" + imageSrc: "http://img.b2bpic.net/free-photo/shrimp-deep-fried-batter-arranged-beautifully-white-dish_1150-22455.jpg?_wi=2", imageAlt: "Fresh nasi lemak preparation" }, { id: "budget", title: "Budget-Friendly Prices", author: "RM 1–20", description: "Enjoy authentic Malaysian flavors without breaking the bank. Perfect for students and families.", tags: ["Affordable", "Value"], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg", imageAlt: "Affordable chicken briyani" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-indian-food-condiments_23-2148747662.jpg?_wi=2", imageAlt: "Affordable chicken briyani" }, { id: "location", title: "Prime Location", author: "Kenny Hill, Kuching", description: "Conveniently located on Ground Floor, Lot 4911, Jalan Upland. Easy access for everyone.", tags: ["Accessible", "Central"],