diff --git a/src/app/eras/page.tsx b/src/app/eras/page.tsx index 135a267..806f2b3 100644 --- a/src/app/eras/page.tsx +++ b/src/app/eras/page.tsx @@ -47,45 +47,27 @@ export default function ErasPage() { features={[ { id: 1, - title: "Pre-Islamic Era (Jahiliyyah)", - description: "The Age of Ignorance witnessed the birth of Arabic poetry with tribal bards composing verses of extraordinary beauty. Imru' al-Qais emerged as the prince of poets, establishing conventions that would define the art for centuries to come.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-people-walking-with-their-camels-desert-erg-lihoudi-morocco_181624-7871.jpg?_wi=2", - imageAlt: "Pre-Islamic Arabian desert landscape" + title: "Pre-Islamic Era (Jahiliyyah)", description: "The Age of Ignorance witnessed the birth of Arabic poetry with tribal bards composing verses of extraordinary beauty. Imru' al-Qais emerged as the prince of poets, establishing conventions that would define the art for centuries to come.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-people-walking-with-their-camels-desert-erg-lihoudi-morocco_181624-7871.jpg", imageAlt: "Pre-Islamic Arabian desert landscape" }, { id: 2, - title: "Umayyad Era (661-750 CE)", - description: "The first Islamic dynasty fostered a flourishing of Arabic verse. Al-Akhtal and Al-Farazdaq dominated the age with their sophisticated court poetry, while new themes of Islam and love enriched the tradition.", - imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-paper-scroll-writing-documenting_23-2151751744.jpg?_wi=3", - imageAlt: "Umayyad dynasty period architecture" + title: "Umayyad Era (661-750 CE)", description: "The first Islamic dynasty fostered a flourishing of Arabic verse. Al-Akhtal and Al-Farazdaq dominated the age with their sophisticated court poetry, while new themes of Islam and love enriched the tradition.", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-paper-scroll-writing-documenting_23-2151751744.jpg", imageAlt: "Umayyad dynasty period architecture" }, { id: 3, - title: "Abbasid Era (750-1258 CE)", - description: "The greatest flowering of Arabic poetry. Al-Mutanabbi reigned supreme with his panegyrics, while scholars like Al-Jahiz revolutionized literary criticism. Baghdad became the beacon of poetic genius.", - imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-paper-scroll-writing-documenting_23-2151751744.jpg?_wi=4", - imageAlt: "Abbasid caliphate golden age manuscript" + title: "Abbasid Era (750-1258 CE)", description: "The greatest flowering of Arabic poetry. Al-Mutanabbi reigned supreme with his panegyrics, while scholars like Al-Jahiz revolutionized literary criticism. Baghdad became the beacon of poetic genius.", imageSrc: "http://img.b2bpic.net/free-photo/view-ancient-paper-scroll-writing-documenting_23-2151751744.jpg", imageAlt: "Abbasid caliphate golden age manuscript" }, { id: 4, - title: "Andalusian Era (711-1492 CE)", - description: "In Al-Andalus, Islamic Spain produced uniquely refined poetry. Walladah bint al-Mustakfi broke boundaries as a female poet of supreme talent, her verses blending passion with philosophical depth.", - imageSrc: "http://img.b2bpic.net/free-photo/columns-palace-alhambra-granada-spain-with-view-court-lions_181624-21717.jpg?_wi=2", - imageAlt: "Islamic Spain Andalusian architecture" + title: "Andalusian Era (711-1492 CE)", description: "In Al-Andalus, Islamic Spain produced uniquely refined poetry. Walladah bint al-Mustakfi broke boundaries as a female poet of supreme talent, her verses blending passion with philosophical depth.", imageSrc: "http://img.b2bpic.net/free-photo/columns-palace-alhambra-granada-spain-with-view-court-lions_181624-21717.jpg", imageAlt: "Islamic Spain Andalusian architecture" }, { id: 5, - title: "Mamluk Era (1250-1517 CE)", - description: "Cairo became the custodian of Arabic literary arts. Poets like Al-Mudhaffar continued the grand traditions, crafting verses that honored both the classical heritage and contemporary sensibilities.", - imageSrc: "http://img.b2bpic.net/free-photo/old-carved-stone-with-ancient-signs-hittite-findings-anatolia-turkey_181624-44188.jpg?_wi=2", - imageAlt: "Mamluk empire Cairo period" + title: "Mamluk Era (1250-1517 CE)", description: "Cairo became the custodian of Arabic literary arts. Poets like Al-Mudhaffar continued the grand traditions, crafting verses that honored both the classical heritage and contemporary sensibilities.", imageSrc: "http://img.b2bpic.net/free-photo/old-carved-stone-with-ancient-signs-hittite-findings-anatolia-turkey_181624-44188.jpg", imageAlt: "Mamluk empire Cairo period" }, { id: 6, - title: "Ottoman Era (1453-1923 CE)", - description: "The Ottoman Empire preserved and transformed Arabic poetry. Fuzuli synthesized Persian, Turkish, and Arabic traditions, creating a cosmopolitan poetic voice that captivated the region for centuries.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186787.jpg?_wi=2", - imageAlt: "Ottoman empire classical period" + title: "Ottoman Era (1453-1923 CE)", description: "The Ottoman Empire preserved and transformed Arabic poetry. Fuzuli synthesized Persian, Turkish, and Arabic traditions, creating a cosmopolitan poetic voice that captivated the region for centuries.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186787.jpg", imageAlt: "Ottoman empire classical period" } ]} /> @@ -101,7 +83,7 @@ export default function ErasPage() { { text: "Explore Timeline", href: "#" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/gradient-hajj-infographic-template_23-2149427358.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/gradient-hajj-infographic-template_23-2149427358.jpg" imageAlt="Historical timeline Arabic history" useInvertedBackground={false} /> @@ -117,8 +99,8 @@ export default function ErasPage() { { text: "Learn More", href: "/poets" } ]} buttonAnimation="slide-up" - imageSrc: "http://img.b2bpic.net/free-photo/antique-book-shelf-vintage-background_53876-160404.jpg?_wi=2" - imageAlt: "Cultural heritage manuscripts" + imageSrc="http://img.b2bpic.net/free-photo/antique-book-shelf-vintage-background_53876-160404.jpg" + imageAlt="Cultural heritage manuscripts" useInvertedBackground={false} /> diff --git a/src/app/poets/page.tsx b/src/app/poets/page.tsx index cc4b2ef..37d056c 100644 --- a/src/app/poets/page.tsx +++ b/src/app/poets/page.tsx @@ -46,86 +46,44 @@ export default function PoetsPage() { animationType="slide-up" groups={[ { - id: "pre-islamic", - groupTitle: "Pre-Islamic Era", - members: [ + id: "pre-islamic", groupTitle: "Pre-Islamic Era", members: [ { - id: "imrulqais", - title: "Imru' al-Qais", - subtitle: "The Prince of Poets (500-540 CE)", - detail: "Founder of the qasidah tradition; master of love poetry and desert imagery", - imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582318.jpg?_wi=1", - imageAlt: "Imru' al-Qais portrait" + id: "imrulqais", title: "Imru' al-Qais", subtitle: "The Prince of Poets (500-540 CE)", detail: "Founder of the qasidah tradition; master of love poetry and desert imagery", imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582318.jpg", imageAlt: "Imru' al-Qais portrait" } ] }, { - id: "umayyad", - groupTitle: "Umayyad Era", - members: [ + id: "umayyad", groupTitle: "Umayyad Era", members: [ { - id: "alabab", - title: "Al-Akhtal", - subtitle: "The Christian Poet (640-710 CE)", - detail: "Master of satire and panegyric; bridged pre-Islamic and Islamic poetic traditions", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-book-candle_23-2150306094.jpg", - imageAlt: "Al-Akhtal portrait" + id: "alabab", title: "Al-Akhtal", subtitle: "The Christian Poet (640-710 CE)", detail: "Master of satire and panegyric; bridged pre-Islamic and Islamic poetic traditions", imageSrc: "http://img.b2bpic.net/free-photo/portrait-medieval-queen-with-book-candle_23-2150306094.jpg", imageAlt: "Al-Akhtal portrait" } ] }, { - id: "abbasid", - groupTitle: "Abbasid Era", - members: [ + id: "abbasid", groupTitle: "Abbasid Era", members: [ { - id: "almutanabbi", - title: "Al-Mutanabbi", - subtitle: "The Unparalleled Poet (915-965 CE)", - detail: "Greatest panegyricist of the age; celebrated for philosophical depth and linguistic brilliance", - imageSrc: "http://img.b2bpic.net/free-photo/old-man-reading-indoors-side-view_23-2149833694.jpg", - imageAlt: "Al-Mutanabbi portrait" + id: "almutanabbi", title: "Al-Mutanabbi", subtitle: "The Unparalleled Poet (915-965 CE)", detail: "Greatest panegyricist of the age; celebrated for philosophical depth and linguistic brilliance", imageSrc: "http://img.b2bpic.net/free-photo/old-man-reading-indoors-side-view_23-2149833694.jpg", imageAlt: "Al-Mutanabbi portrait" } ] }, { - id: "andalusian", - groupTitle: "Andalusian Era", - members: [ + id: "andalusian", groupTitle: "Andalusian Era", members: [ { - id: "walladah", - title: "Walladah bint al-Mustakfi", - subtitle: "The Poetess of Cordoba (1001-1091 CE)", - detail: "Pioneering female poet; composed verses of exquisite passion and philosophical refinement", - imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582318.jpg?_wi=2", - imageAlt: "Walladah bint al-Mustakfi portrait" + id: "walladah", title: "Walladah bint al-Mustakfi", subtitle: "The Poetess of Cordoba (1001-1091 CE)", detail: "Pioneering female poet; composed verses of exquisite passion and philosophical refinement", imageSrc: "http://img.b2bpic.net/free-photo/woman-religious-pilgrimage-church_23-2150582318.jpg", imageAlt: "Walladah bint al-Mustakfi portrait" } ] }, { - id: "mamluk", - groupTitle: "Mamluk Era", - members: [ + id: "mamluk", groupTitle: "Mamluk Era", members: [ { - id: "mudhaffar", - title: "Al-Mudhaffar al-Qasim al-Murini", - subtitle: "Mamluk Era Virtuoso (1365-1423 CE)", - detail: "Master of ornamental verse; preserved classical traditions during tumultuous times", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-ramadan-celebration_23-2151358189.jpg", - imageAlt: "Al-Mudhaffar al-Qasim portrait" + id: "mudhaffar", title: "Al-Mudhaffar al-Qasim al-Murini", subtitle: "Mamluk Era Virtuoso (1365-1423 CE)", detail: "Master of ornamental verse; preserved classical traditions during tumultuous times", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-ramadan-celebration_23-2151358189.jpg", imageAlt: "Al-Mudhaffar al-Qasim portrait" } ] }, { - id: "ottoman", - groupTitle: "Ottoman Era", - members: [ + id: "ottoman", groupTitle: "Ottoman Era", members: [ { - id: "fuzuli", - title: "Mehmed Fuzuli", - subtitle: "The Ottoman Master (1494-1556 CE)", - detail: "Synthesized Persian, Turkish, and Arabic traditions; creator of the Divan genre", - imageSrc: "http://img.b2bpic.net/free-photo/15st-century-vintage-book_1398-805.jpg", - imageAlt: "Mehmed Fuzuli portrait" + id: "fuzuli", title: "Mehmed Fuzuli", subtitle: "The Ottoman Master (1494-1556 CE)", detail: "Synthesized Persian, Turkish, and Arabic traditions; creator of the Divan genre", imageSrc: "http://img.b2bpic.net/free-photo/15st-century-vintage-book_1398-805.jpg", imageAlt: "Mehmed Fuzuli portrait" } ] } @@ -136,32 +94,32 @@ export default function PoetsPage() {