diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b96283..15b027f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,22 +135,22 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", brand: "English Course", name: "General English Fluency", rating: 5, + id: "p1", brand: "English Course", name: "General English Fluency", price: "$299", rating: 5, reviewCount: "210 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/top-view-english-books-still-life_52683-86027.jpg", imageAlt: "English language textbook with a globe and pen"}, { - id: "p2", brand: "French Course", name: "Conversational French Mastery", rating: 5, + id: "p2", brand: "French Course", name: "Conversational French Mastery", price: "$349", 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"}, { - id: "p3", brand: "Italian Course", name: "Italian for Travel & Culture", rating: 5, + id: "p3", brand: "Italian Course", name: "Italian for Travel & Culture", price: "$279", rating: 5, reviewCount: "150 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/photo-happy-women-different-races-laugh-as-watch-funny-video-internet-website_273609-18158.jpg", imageAlt: "Italian language textbook with a view of the Colosseum"}, { - id: "p4", brand: "Dutch Course", name: "Essential Dutch Communication", rating: 5, + id: "p4", brand: "Dutch Course", name: "Essential Dutch Communication", price: "$329", rating: 5, reviewCount: "120 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cozy-courtyards-amsterdam-benches-bicycles-flowers-tubs_1321-1763.jpg", imageAlt: "Dutch language textbook with windmills and canals"}, { - id: "p5", brand: "Group Classes", name: "Dynamic Group Learning", rating: 4, + id: "p5", brand: "Group Classes", name: "Dynamic Group Learning", price: "$199", rating: 4, reviewCount: "95 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/young-diverse-students-attending-online-class-via-video-call-library_482257-123138.jpg", imageAlt: "Group of students studying together in a classroom"}, { - id: "p6", brand: "Private Tutoring", name: "Personalized 1-on-1 Sessions", rating: 5, + id: "p6", brand: "Private Tutoring", name: "Personalized 1-on-1 Sessions", price: "$499", rating: 5, reviewCount: "110 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-women-working-with-book_23-2147664169.jpg", imageAlt: "One-on-one private language tutor with a student"}, ]} title="Comprehensive Language Programs"