diff --git a/src/app/page.tsx b/src/app/page.tsx index 39987f4..6e85d8e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "View Menu", href: "#menu" } ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/nepali-thali-set-wooden-table_527904-45.jpg", imageAlt: "Traditional Nepali Thali" }, + { imageSrc: "http://img.b2bpic.net/free-photo/nepali-thali-set-wooden-table_527904-45.jpg?_wi=1", imageAlt: "Traditional Nepali Thali" }, { imageSrc: "http://img.b2bpic.net/free-photo/momos-served-traditional-nepali-plate_1258-293.jpg", imageAlt: "Authentic Nepali Momos" } ]} mediaAnimation="blur-reveal" @@ -82,7 +82,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "1", name: "Buff Momos", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/steaming-momos-bamboo-steamer_1258-201.jpg" }, - { id: "2", name: "Traditional Thakali Khana", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/nepali-thali-set-wooden-table_527904-45.jpg" }, + { id: "2", name: "Traditional Thakali Khana", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/nepali-thali-set-wooden-table_527904-45.jpg?_wi=2" }, { id: "3", name: "Chicken Sekuwa", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-sekuwa_1258-301.jpg" }, { id: "4", name: "Mixed Vegetable Curry", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-curry-bowl_1258-289.jpg" }, { id: "5", name: "Aloo Chop", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/aloo-chop-plate_1258-210.jpg" },