diff --git a/src/app/page.tsx b/src/app/page.tsx index acebbba..682f565 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,12 +140,6 @@ export default function LandingPage() { { 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"}, - { - id: "p3", brand: "Italian Course", name: "Italian for Travel & Culture", price: "", 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", price: "", 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", price: "", 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"}, @@ -156,11 +150,23 @@ export default function LandingPage() { id: "p7", brand: "English Course", name: "Business English for Professionals", price: "", rating: 5, reviewCount: "130 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-6s6pm36a.jpg?_wi=1", imageAlt: "Business English textbook and office setting"}, { - id: "p8", brand: "French Course", name: "Advanced French Conversation", price: "", rating: 5, - reviewCount: "90 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-r0s0iesv.jpg", imageAlt: "Advanced French grammar book with a cityscape"}, + id: "p10", brand: "Italian Course", name: "Beginner Italian (A1-A2)", price: "", rating: 5, + reviewCount: "100 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 beginner course materials"}, { - id: "p9", brand: "Italian Course", name: "Intensive Italian Immersion", price: "", rating: 5, - reviewCount: "75 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-hav7ekke.jpg?_wi=1", imageAlt: "Intensive Italian course materials"} + id: "p11", brand: "Italian Course", name: "Intermediate Italian (B1-B2)", price: "", rating: 5, + reviewCount: "80 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EahTOUnvJDMyWp8JTwplZ6ph1U/uploaded-1781165189034-hav7ekke.jpg?_wi=1", imageAlt: "Italian language intermediate course materials"}, + { + id: "p12", brand: "Italian Course", name: "Advanced Italian (C1-C2)", price: "", rating: 5, + reviewCount: "60 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/young-cute-female-posing-indoor_344912-954.jpg", imageAlt: "Italian language advanced course materials"}, + { + id: "p13", brand: "Dutch Course", name: "Beginner Dutch (A1-A2)", price: "", rating: 5, + reviewCount: "90 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/cozy-courtyards-amsterdam-benches-bicycles-flowers-tubs_1321-1763.jpg", imageAlt: "Dutch language beginner course materials"}, + { + id: "p14", brand: "Dutch Course", name: "Intermediate Dutch (B1-B2)", price: "", rating: 5, + reviewCount: "70 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/workers-getting-back-office_23-2149161673.jpg", imageAlt: "Dutch language intermediate course materials"}, + { + id: "p15", brand: "Dutch Course", name: "Advanced Dutch (C1-C2)", price: "", rating: 5, + reviewCount: "50 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-doing-team-work-project_23-2149361551.jpg", imageAlt: "Dutch language advanced course materials"} ]} title="Comprehensive Language Programs" description="Explore our diverse range of language courses, from beginner to advanced, tailored to your learning pace and goals. Master English, French, Italian, or Dutch." @@ -303,4 +309,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}