diff --git a/src/app/order/page.tsx b/src/app/order/page.tsx index 522263c..29a7b55 100644 --- a/src/app/order/page.tsx +++ b/src/app/order/page.tsx @@ -59,27 +59,27 @@ export default function OrderPage() { products={[ { id: "chocolate-souffle", name: "Chocolate Souffle", brand: "Dessert", price: "IDR 150.000", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-chocolate-lava-cake-ice-cream_74190-6984.jpg", imageAlt: "Chocolate Souffle" + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-chocolate-lava-cake-ice-cream_74190-6984.jpg?_wi=1", imageAlt: "Chocolate Souffle" }, { id: "oyster-lemon-myrtle", name: "Oyster with Lemon Myrtle", brand: "Appetizer", price: "IDR 220.000", rating: 4.5, - reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320498.jpg", imageAlt: "Oyster with Lemon Myrtle" + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320498.jpg?_wi=1", imageAlt: "Oyster with Lemon Myrtle" }, { id: "red-kangaroo-mushrooms", name: "Red Kangaroo and Mushrooms", brand: "Main Course", price: "IDR 350.000", rating: 4.8, - reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg", imageAlt: "Red Kangaroo and Mushrooms" + reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg?_wi=1", imageAlt: "Red Kangaroo and Mushrooms" }, { id: "crab-sausages", name: "Crab Sausages", brand: "Main Course", price: "IDR 280.000", rating: 4.6, - reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713211.jpg", imageAlt: "Crab Sausages" + reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713211.jpg?_wi=1", imageAlt: "Crab Sausages" }, { id: "premium-steaks", name: "Premium Steaks", brand: "Main Course", price: "IDR 400.000", rating: 4.9, - reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg", imageAlt: "Premium Steaks" + reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg?_wi=1", imageAlt: "Premium Steaks" }, { id: "wine-pairing", name: "Wine Pairing", brand: "Beverage", price: "IDR 180.000", rating: 4.7, - reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-6633.jpg", imageAlt: "Wine Pairing" + reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-6633.jpg?_wi=1", imageAlt: "Wine Pairing" } ]} title="Pesan Langsung dari Menu Kami" diff --git a/src/app/page.tsx b/src/app/page.tsx index 38494d2..aa48780 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,17 +169,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "chocolate-souffle", name: "Chocolate Souffle", price: "IDR 150.000", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-chocolate-lava-cake-ice-cream_74190-6984.jpg", imageAlt: "Chocolate Souffle"}, + id: "chocolate-souffle", name: "Chocolate Souffle", price: "IDR 150.000", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-chocolate-lava-cake-ice-cream_74190-6984.jpg?_wi=2", imageAlt: "Chocolate Souffle"}, { - id: "oyster-lemon-myrtle", name: "Oyster with Lemon Myrtle", price: "IDR 220.000", imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320498.jpg", imageAlt: "Oyster with Lemon Myrtle"}, + id: "oyster-lemon-myrtle", name: "Oyster with Lemon Myrtle", price: "IDR 220.000", imageSrc: "http://img.b2bpic.net/free-photo/view-dish-made-oyster-delicacies_23-2150320498.jpg?_wi=2", imageAlt: "Oyster with Lemon Myrtle"}, { - id: "wine-pairing", name: "Wine Pairing (Per Gelas)", price: "IDR 180.000", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-6633.jpg", imageAlt: "Wine Pairing"}, + id: "wine-pairing", name: "Wine Pairing (Per Gelas)", price: "IDR 180.000", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_1203-6633.jpg?_wi=2", imageAlt: "Wine Pairing"}, { - id: "red-kangaroo-mushrooms", name: "Red Kangaroo and Mushrooms", price: "IDR 350.000", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg", imageAlt: "Red Kangaroo and Mushrooms"}, + id: "red-kangaroo-mushrooms", name: "Red Kangaroo and Mushrooms", price: "IDR 350.000", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-dolma-with-tomato-belly-pepper_140725-4615.jpg?_wi=2", imageAlt: "Red Kangaroo and Mushrooms"}, { - id: "crab-sausages", name: "Crab Sausages", price: "IDR 280.000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713211.jpg", imageAlt: "Crab Sausages"}, + id: "crab-sausages", name: "Crab Sausages", price: "IDR 280.000", imageSrc: "http://img.b2bpic.net/free-photo/delicious-seafood-meal_23-2151713211.jpg?_wi=2", imageAlt: "Crab Sausages"}, { - id: "premium-steaks", name: "Premium Steaks", price: "IDR 400.000", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg", imageAlt: "Premium Steaks"}, + id: "premium-steaks", name: "Premium Steaks", price: "IDR 400.000", imageSrc: "http://img.b2bpic.net/free-photo/seared-steak-with-roasted-vegetables_23-2151942406.jpg?_wi=2", imageAlt: "Premium Steaks"}, ]} title="Pilihan Menu Favorit Kami" description="Dari hidangan klasik hingga kreasi modern, setiap menu kami diracik dengan passion dan presisi. Jelajahi pilihan menu favorit kami."