From 4a18c10f994e3e00f5a53a5677080d00dea87ec3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 03:51:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d86073..f8c645b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,12 +91,12 @@ export default function LandingPage() { heading={[ { type: "text", content: "The Grand History of the Ottoman Empire"}, + { + type: "image", src: "http://img.b2bpic.net/free-photo/compasses-spices-envelope-lie-old-yellow-map_8353-1289.jpg", alt: "Historical map of the Ottoman Empire at its greatest extent"}, { type: "text", content: "The Ottoman Empire, founded in the late 13th century in Anatolia, rose to become a formidable power spanning three continents. At its zenith, it controlled much of Southeastern Europe, North Africa, and the Middle East. Its unique blend of Turkish, Islamic, and Byzantine traditions fostered a vibrant culture, advanced sciences, and architectural marvels. This section delves into the empire's foundational years, its golden age under sultans like Suleiman the Magnificent, and the factors that led to its eventual decline." } ]} - imageSrc="http://img.b2bpic.net/free-photo/compasses-spices-envelope-lie-old-yellow-map_8353-1289.jpg" - imageAlt="Historical map of the Ottoman Empire at its greatest extent" /> -- 2.49.1