From c07d712aadbad0788f50f8d22d985840b6895b3b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 15:58:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.49.1