diff --git a/src/app/page.tsx b/src/app/page.tsx index 16d9f6c..88965da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,7 +86,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Publiko Signature", name: "Adobo Estilo Publiko", price: "$18.99", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg", imageAlt: "Adobo Estilo Publiko - tender meat in rich savory sauce" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg?_wi=1", imageAlt: "Adobo Estilo Publiko - tender meat in rich savory sauce" }, { id: "2", brand: "Publiko Signature", name: "Crispy Lechon Belly", price: "$22.99", rating: 5, @@ -119,7 +119,7 @@ export default function LandingPage() { }, { id: "2", title: "Instagrammable Moments in Every Bite", author: "Premium Presentation", description: "Our signature dishes are as beautiful as they are delicious. Every plate is thoughtfully presented—perfect for sharing your Publiko moment on social media and with your closest friends.", tags: ["Visual", "Premium"], - imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg", imageAlt: "Beautifully plated signature dish ready for social sharing" + imageSrc: "http://img.b2bpic.net/free-photo/plate-meat_23-2147716911.jpg?_wi=2", imageAlt: "Beautifully plated signature dish ready for social sharing" } ]} animationType="slide-up"