From 51b47c1213f0bcccb80e8acfaa450573535175cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:33:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54a103b..58319cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function SitePage() { }, { id: "2", brand: "Shake Sahab", name: "Oreo Blast", price: "$5.49", rating: 5, - reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-chocolate-milkshake_23-2148601291.jpg", imageAlt: "Oreo Blast Shake", cardClassName: "ring-2 ring-primary scale-105 shadow-lg" + reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-chocolate-milkshake_23-2148601291.jpg", imageAlt: "Oreo Blast Shake" }, { id: "3", brand: "Shake Sahab", name: "Strawberry Cream Shake", price: "$4.99", rating: 5, -- 2.49.1