From a8dd4aef655ebc044fd8dc4df12616aeb60e7384 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:52:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4afe04..eab138b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,28 +88,28 @@ export default function HomePage() { id: '01', title: 'Conquest of Persia', description: 'Unified Persian territories and established control over vital trade routes, consolidating power in Western Asia', - imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg?_wi=1', imageAlt: 'Map of Persian conquest' }, { id: '02', title: 'Defeat of the Golden Horde', description: 'Vanquished the remnants of Mongol power, securing Central Asian dominance and establishing the Timurid Empire', - imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg?_wi=2', imageAlt: 'Historical map of campaign' }, { id: '03', title: 'Campaign in India', description: 'Invaded the Delhi Sultanate in 1398, demonstrating military superiority and expanding influence to the Indian subcontinent', - imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg?_wi=3', imageAlt: 'Indian campaign map' }, { id: '04', title: 'Ottoman Confrontation', description: 'Defeated Bayezid I in the Battle of Ankara in 1402, a pivotal moment that influenced the trajectory of Ottoman expansion', - imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/compass-england-map-close-up_23-2148232430.jpg?_wi=4', imageAlt: 'Battle of Ankara illustration' } ]} @@ -131,27 +131,27 @@ export default function HomePage() { id: '01', title: 'Administrative Reforms', description: 'Established efficient bureaucratic systems and legal codes that promoted stability and prosperity across the empire', - imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg?_wi=1', imageAlt: 'Administrative structure' }, { id: '02', title: 'Cultural Patronage', description: 'Sponsored scholars, artists, and architects, transforming Samarkand into a beacon of Islamic learning and artistic achievement', - imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg?_wi=2', imageAlt: 'Cultural renaissance' }, { id: '03', title: 'Religious Policy', description: 'Maintained religious tolerance while promoting Islamic scholarship, establishing madrasas and supporting theological advancement', - imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg?_wi=3', imageAlt: 'Religious institutions' }, { id: '04', title: 'Economic Development', - description: "Revitalized trade routes, encouraged merchants, and developed infrastructure that enriched the empire's treasury and cities", imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg', + description: "Revitalized trade routes, encouraged merchants, and developed infrastructure that enriched the empire's treasury and cities", imageSrc: 'http://img.b2bpic.net/free-photo/marine-composition-with-vintage-paper_23-2147804707.jpg?_wi=4', imageAlt: 'Trade and commerce' } ]} @@ -175,7 +175,7 @@ export default function HomePage() { role: 'Architectural Marvel', company: '15th Century Achievement', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg', + imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg?_wi=1', imageAlt: 'Samarkand Registan' }, { @@ -184,7 +184,7 @@ export default function HomePage() { role: 'Islamic Golden Age', company: 'Scholarly Excellence', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg', + imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg?_wi=2', imageAlt: 'Cultural flourishing' }, { @@ -193,7 +193,7 @@ export default function HomePage() { role: 'Governmental Model', company: 'Organizational Influence', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg', + imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg?_wi=3', imageAlt: 'Administrative system' }, { @@ -202,7 +202,7 @@ export default function HomePage() { role: 'Geopolitical Impact', company: 'Lasting Influence', rating: 5, - imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg', + imageSrc: 'http://img.b2bpic.net/free-vector/cairo-skyline-background_23-2147878728.jpg?_wi=4', imageAlt: 'Historical influence' } ]} -- 2.49.1