From 01b9c9a9db6b7fde5df00752e8bd09e11f859d0c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 08:33:22 +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 2f88ca7..dbbb3ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,7 +136,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "English Course", name: "General English Fluency", price: "", rating: 5, - reviewCount: "210 Reviews", imageAlt: "English language textbook"}, + reviewCount: "210 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg?_wi=1", imageAlt: "English language textbook"}, { id: "p2", brand: "French Course", name: "Conversational French Mastery", price: "", rating: 5, reviewCount: "180 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/feeling-stressed-anxious-tired-frustrated_1194-413843.jpg", imageAlt: "French language textbook with Eiffel Tower in background"}, -- 2.49.1