From 7578bfedcf653717b50d030d0e9a694f88eb397d Mon Sep 17 00:00:00 2001 From: development Date: Wed, 14 Jan 2026 20:20:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7eed64..bb2f91d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,8 +113,8 @@ export default function LandingPage() { tag="Menu Highlights" products={[ { - id: "1", brand: "PAVARAGA", name: "Tropical Ice Tea", price: "$18.00", rating: 5, - reviewCount: "247", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_38BjcazLrwif0ixg9s4SVqUVz24/tmp/acai_bowl.jpg", imageAlt: "Acai Bowl beverage" + id: "1", brand: "PAVARAGA", name: "Tropical Acai Bowl", price: "$18.00", rating: 5, + reviewCount: "247", imageSrc: "https://images.unsplash.com/photo-1590080876_1e5db6e3ea76?w=500&h=500&fit=crop", imageAlt: "Tropical Acai Bowl with fresh fruit" }, { id: "2", brand: "PAVARAGA", name: "Island Espresso Blend", price: "$6.50", rating: 5, @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}