From e6ebc277611fd16574ddba677ad42d7c5e5d7531 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:30:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a75ce74..66dab3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -227,16 +227,16 @@ export default function LandingPage() { uniformGridCustomHeightClasses="min-h-[500px]" blogs={[ { - id: "1", category: "Grammar Tips", title: "Master German Articles: Der, Die, Das", excerpt: "Complete guide to understanding German grammatical gender, article usage, and practical memory techniques for accurate article selection.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg", imageAlt: "German articles grammar lesson", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" + id: "1", category: "Grammar Tips", title: "Master German Articles: Der, Die, Das", excerpt: "Complete guide to understanding German grammatical gender, article usage, and practical memory techniques for accurate article selection.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg?_wi=1", imageAlt: "German articles grammar lesson", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" }, { - id: "2", category: "Exam Strategy", title: "CBSE German Board Exam: 5-Week Preparation Plan", excerpt: "Strategic week-by-week preparation schedule, focus areas, and practice strategies to maximize your board exam score in German.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg", imageAlt: "Board exam preparation strategy", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" + id: "2", category: "Exam Strategy", title: "CBSE German Board Exam: 5-Week Preparation Plan", excerpt: "Strategic week-by-week preparation schedule, focus areas, and practice strategies to maximize your board exam score in German.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg?_wi=2", imageAlt: "Board exam preparation strategy", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" }, { - id: "3", category: "Vocabulary Building", title: "Essential German Vocabulary for Class 9-12: 500 Words", excerpt: "Curated list of high-frequency German words essential for CBSE exams, with usage examples and memory techniques.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg", imageAlt: "Vocabulary learning resource", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" + id: "3", category: "Vocabulary Building", title: "Essential German Vocabulary for Class 9-12: 500 Words", excerpt: "Curated list of high-frequency German words essential for CBSE exams, with usage examples and memory techniques.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg?_wi=3", imageAlt: "Vocabulary learning resource", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" }, { - id: "4", category: "Speaking Skills", title: "Improve Your German Pronunciation: Common Mistakes & Solutions", excerpt: "Audio guide to correcting common pronunciation errors, tips for native-like accent, and practice exercises for fluent speaking.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg", imageAlt: "Pronunciation guide", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" + id: "4", category: "Speaking Skills", title: "Improve Your German Pronunciation: Common Mistakes & Solutions", excerpt: "Audio guide to correcting common pronunciation errors, tips for native-like accent, and practice exercises for fluent speaking.", imageSrc: "http://img.b2bpic.net/free-photo/elearning-remotely-home-giving-violin-classes-young-cute-beautiful-girl-professional-musician_140725-167358.jpg?_wi=4", imageAlt: "Pronunciation guide", authorName: "Renu Rawat", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-happy-female-psychologist-laughing-office_23-2148026302.jpg", date: "Weekly" } ]} cardTitleClassName="text-lg md:text-xl font-medium line-clamp-2" -- 2.49.1