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"},