diff --git a/src/app/page.tsx b/src/app/page.tsx index 18b6673..dd4b902 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,11 +111,11 @@ export default function LandingPage() { { id: "p2", name: "Traditional Blè", price: "$18", imageSrc: "https://images.unsplash.com/photo-1595295333158-47495b8d83d9?q=80&w=800"}, { - id: "p3", name: "Fried Plantains", price: "$10", imageSrc: "https://images.unsplash.com/photo-1626078478766-e8220037a503?q=80&w=800"}, + id: "p3", name: "Fried Plantains", price: "$10", imageSrc: "https://images.unsplash.com/photo-1626078478766-e8220037a503?q=80&w=800&_wi=1"}, { id: "p4", name: "Gourmet Rice Platter", price: "$22", imageSrc: "https://images.unsplash.com/photo-1589302168068-964664d93dc0?q=80&w=800"}, { - id: "p5", name: "Late Night Express", price: "$15", imageSrc: "https://images.unsplash.com/photo-1626078478766-e8220037a503?q=80&w=800"}, + id: "p5", name: "Late Night Express", price: "$15", imageSrc: "https://images.unsplash.com/photo-1626078478766-e8220037a503?q=80&w=800&_wi=2"}, { id: "p6", name: "Signature Catering Tray", price: "$85", imageSrc: "https://images.unsplash.com/photo-1519708227418-c8fd9a32b7a2?q=80&w=800"}, ]}