Update src/app/eras/page.tsx

This commit is contained in:
2026-03-03 12:32:07 +00:00
parent d727705120
commit f08ec0d4e4

View File

@@ -83,11 +83,11 @@ export default function ErasPage() {
useInvertedBackground={false}
blogs={[
{
id: "1", category: "Pre-Islamic Studies", title: "The Mu'allaqat: Hanging Poems of Arabia's Golden Age", excerpt: "Discover the seven celebrated pre-Islamic poems that represent the apex of desert poetry and oral tradition.", imageSrc: "http://img.b2bpic.net/free-photo/pirate-artifacts-arrangement-still-life_23-2150426415.jpg", imageAlt: "Ancient Arabic manuscripts", authorName: "Dr. Ahmad Al-Mansuri", authorAvatar: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg", date: "Jan 12, 2025"},
id: "1", category: "Pre-Islamic Studies", title: "The Mu'allaqat: Hanging Poems of Arabia's Golden Age", excerpt: "Discover the seven celebrated pre-Islamic poems that represent the apex of desert poetry and oral tradition.", imageSrc: "http://img.b2bpic.net/free-photo/pirate-artifacts-arrangement-still-life_23-2150426415.jpg?_wi=6", imageAlt: "Ancient Arabic manuscripts", authorName: "Dr. Ahmad Al-Mansuri", authorAvatar: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-checking-class-register-looking-camera-happy-pleased-smiling-cheerfully-sitting-school-desk-front-blackboard-classroom_141793-131614.jpg", date: "Jan 12, 2025"},
{
id: "2", category: "Abbasid Era", title: "The Abbasid Revolution: Poetry at the Peak of Islamic Civilization", excerpt: "Learn how Baghdad became the intellectual heart of the Arab world and how poets thrived under patronage.", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-paper-scroll-writing-documenting_23-2151751744.jpg", imageAlt: "Abbasid manuscripts", authorName: "Prof. Layla Hassan", authorAvatar: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg", date: "Jan 9, 2025"},
id: "2", category: "Abbasid Era", title: "The Abbasid Revolution: Poetry at the Peak of Islamic Civilization", excerpt: "Learn how Baghdad became the intellectual heart of the Arab world and how poets thrived under patronage.", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-paper-scroll-writing-documenting_23-2151751744.jpg?_wi=2", imageAlt: "Abbasid manuscripts", authorName: "Prof. Layla Hassan", authorAvatar: "http://img.b2bpic.net/free-photo/ancient-books-library-table_23-2147711433.jpg", date: "Jan 9, 2025"},
{
id: "3", category: "Andalusian Studies", title: "The Zajal Revolution: Colloquial Poetry in Islamic Spain", excerpt: "Explore how Andalusian poets pioneered new poetic forms that blended courtly traditions with everyday language.", imageSrc: "http://img.b2bpic.net/free-photo/courtyard-myrtles-alhambra_1139-25.jpg", imageAlt: "Alhambra architectural details", authorName: "Dr. Fatima Al-Cordobi", authorAvatar: "http://img.b2bpic.net/free-photo/travelling-iran_8327-271.jpg", date: "Jan 6, 2025"},
id: "3", category: "Andalusian Studies", title: "The Zajal Revolution: Colloquial Poetry in Islamic Spain", excerpt: "Explore how Andalusian poets pioneered new poetic forms that blended courtly traditions with everyday language.", imageSrc: "http://img.b2bpic.net/free-photo/courtyard-myrtles-alhambra_1139-25.jpg?_wi=3", imageAlt: "Alhambra architectural details", authorName: "Dr. Fatima Al-Cordobi", authorAvatar: "http://img.b2bpic.net/free-photo/travelling-iran_8327-271.jpg", date: "Jan 6, 2025"},
]}
/>
</div>