Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 12:17:29 +00:00
2 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,8 @@ export const metadata: Metadata = {
],
},
twitter: {
card: "summary_large_image", title: "Arabic Poetry Heritage", description: "Explore classical Arabic poetry across five historical eras.", image: "http://img.b2bpic.net/free-photo/pirate-artifacts-arrangement-still-life_23-2150426415.jpg"},
card: "summary_large_image", title: "Arabic Poetry Heritage", description: "Explore classical Arabic poetry across five historical eras.", images: ["http://img.b2bpic.net/free-photo/pirate-artifacts-arrangement-still-life_23-2150426415.jpg"]
},
};
export default function RootLayout({

View File

@@ -42,22 +42,22 @@ const heroButtons = [
const eraFeatures = [
{
title: "Pre-Islamic Era (Jahiliyyah)", description: "The age of tribal poets and oral tradition, celebrating courage, honor, and desert life.", bentoComponent: "reveal-icon", icon: Feather,
title: "Pre-Islamic Era (Jahiliyyah)", description: "The age of tribal poets and oral tradition, celebrating courage, honor, and desert life.", bentoComponent: "reveal-icon" as const, icon: Feather,
},
{
title: "Quranic and Early Islamic", description: "Poetry transformed by Islamic values, emphasizing spiritual themes and divine guidance.", bentoComponent: "reveal-icon", icon: Sparkles,
title: "Quranic and Early Islamic", description: "Poetry transformed by Islamic values, emphasizing spiritual themes and divine guidance.", bentoComponent: "reveal-icon" as const, icon: Sparkles,
},
{
title: "Umayyad Period (661-750 CE)", description: "Court poetry flourished with sophisticated rhetoric and refined love themes.", bentoComponent: "reveal-icon", icon: Crown,
title: "Umayyad Period (661-750 CE)", description: "Court poetry flourished with sophisticated rhetoric and refined love themes.", bentoComponent: "reveal-icon" as const, icon: Crown,
},
{
title: "Abbasid Golden Age (750-1258 CE)", description: "The peak of Arabic poetry with unprecedented innovation, intellectual freedom, and cultural synthesis.", bentoComponent: "reveal-icon", icon: Zap,
title: "Abbasid Golden Age (750-1258 CE)", description: "The peak of Arabic poetry with unprecedented innovation, intellectual freedom, and cultural synthesis.", bentoComponent: "reveal-icon" as const, icon: Zap,
},
{
title: "Andalusian Period (711-1492 CE)", description: "Islamic Spain's unique poetic tradition blending Arabic, Berber, and European influences.", bentoComponent: "reveal-icon", icon: Compass,
title: "Andalusian Period (711-1492 CE)", description: "Islamic Spain's unique poetic tradition blending Arabic, Berber, and European influences.", bentoComponent: "reveal-icon" as const, icon: Compass,
},
{
title: "Mamluk and Ottoman Eras", description: "Poetry during the Mamluk Sultanate and Ottoman Empire, maintaining classical traditions with new forms.", bentoComponent: "reveal-icon", icon: BookMarked,
title: "Mamluk and Ottoman Eras", description: "Poetry during the Mamluk Sultanate and Ottoman Empire, maintaining classical traditions with new forms.", bentoComponent: "reveal-icon" as const, icon: BookMarked,
},
];