diff --git a/src/app/biography/page.tsx b/src/app/biography/page.tsx index f9e1f50..680f440 100644 --- a/src/app/biography/page.tsx +++ b/src/app/biography/page.tsx @@ -56,7 +56,7 @@ export default function BiographyPage() { { text: 'Military Genius', href: '#military-campaigns' } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/roman-warrior-with-muscular-body-holding-sword-shield_613910-16876.jpg" + imageSrc="http://img.b2bpic.net/free-photo/roman-warrior-with-muscular-body-holding-sword-shield_613910-16876.jpg?_wi=2" imageAlt="Amir Timur in his prime" mediaAnimation="blur-reveal" imagePosition="right" @@ -70,21 +70,21 @@ export default function BiographyPage() { id: '01', title: 'Birth and Early Challenges', description: 'Born into a Turco-Mongol family during a period of political fragmentation, Timur faced early adversity that shaped his ambition and strategic thinking. His childhood experiences in Samarkand would influence his later vision for the region.', - imageSrc: 'http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664790.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664790.jpg?_wi=1', imageAlt: 'Samarkand landscape' }, { id: '02', title: 'Rise to Military Leadership', description: 'Through military prowess and political acumen, Timur distinguished himself as a skilled commander. His victories against regional rivals earned him the title of Amir (Commander) and laid the foundation for his imperial ambitions.', - imageSrc: 'http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664790.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664790.jpg?_wi=2', imageAlt: 'Military commanders' }, { id: '03', title: 'Establishment of Authority', description: 'By the 1360s, Timur had consolidated control over Central Asia. He defeated rival khans and established himself as the supreme authority, using both military force and diplomatic skills to unify the fractured Mongol tribes.', - imageSrc: 'http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664790.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/view-ancient-greek-architecture-with-temple-structure_23-2151664790.jpg?_wi=3', imageAlt: 'Central Asian territories' } ]} diff --git a/src/app/campaigns/page.tsx b/src/app/campaigns/page.tsx index 8a5e9f4..05930bc 100644 --- a/src/app/campaigns/page.tsx +++ b/src/app/campaigns/page.tsx @@ -45,28 +45,28 @@ export default function CampaignsPage() { 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=5", 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=6", 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=7", 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=8", imageAlt: "Battle of Ankara illustration", }, ]} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 5d47fd3..50d9e97 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -82,7 +82,7 @@ export default function GalleryPage() { excerpt: "The iconic Registan complex stands as a testament to Timurid architectural brilliance with its three magnificent madrasas", imageSrc: - "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg", + "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg?_wi=3", imageAlt: "Timurid art historical artifacts museum", authorName: "Historical Archive", authorAvatar: @@ -96,7 +96,7 @@ export default function GalleryPage() { excerpt: "Intricate tilework, calligraphy, and geometric patterns showcase the sophisticated artistic traditions of the era", imageSrc: - "http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg", + "http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg?_wi=3", imageAlt: "historical architectural details ornate carvings", authorName: "Museum Collections", authorAvatar: @@ -110,7 +110,7 @@ export default function GalleryPage() { excerpt: "Preserved manuscripts and artistic depictions provide rare glimpses into the life and times of the great conqueror", imageSrc: - "http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg", + "http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg?_wi=3", imageAlt: "historical portrait artwork medieval ruler", authorName: "Historical Records", authorAvatar: diff --git a/src/app/legacy/page.tsx b/src/app/legacy/page.tsx index 6415134..8f671ba 100644 --- a/src/app/legacy/page.tsx +++ b/src/app/legacy/page.tsx @@ -47,7 +47,7 @@ export default function LegacyPage() { 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=5", imageAlt: "Samarkand Registan architectural masterpiece heritage", }, { @@ -56,7 +56,7 @@ export default function LegacyPage() { 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=6", imageAlt: "Samarkand Registan architectural masterpiece heritage", }, { @@ -65,7 +65,7 @@ export default function LegacyPage() { 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=7", imageAlt: "Samarkand Registan architectural masterpiece heritage", }, { @@ -74,7 +74,7 @@ export default function LegacyPage() { 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=8", imageAlt: "Samarkand Registan architectural masterpiece heritage", }, ]} @@ -97,7 +97,7 @@ export default function LegacyPage() { category: ["Architecture", "Heritage"], title: "Samarkand's Registan", excerpt: "The iconic Registan complex stands as a testament to Timurid architectural brilliance with its three magnificent madrasas", - imageSrc: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg?_wi=2", imageAlt: "Timurid art historical artifacts museum", authorName: "Historical Archive", authorAvatar: "http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg", @@ -108,7 +108,7 @@ export default function LegacyPage() { category: ["Art", "Craftsmanship"], title: "Timurid Decorative Arts", excerpt: "Intricate tilework, calligraphy, and geometric patterns showcase the sophisticated artistic traditions of the era", - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg?_wi=2", imageAlt: "historical architectural details ornate carvings", authorName: "Museum Collections", authorAvatar: "http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg", @@ -119,7 +119,7 @@ export default function LegacyPage() { category: ["Portrait", "Manuscripts"], title: "Historical Portraits & Manuscripts", excerpt: "Preserved manuscripts and artistic depictions provide rare glimpses into the life and times of the great conqueror", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg?_wi=2", imageAlt: "historical portrait artwork medieval ruler", authorName: "Historical Records", authorAvatar: "http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg", diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f23a0c..278681a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function HomePage() { { text: 'View Campaigns', href: '#campaigns' } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/roman-warrior-with-muscular-body-holding-sword-shield_613910-16876.jpg" + imageSrc="http://img.b2bpic.net/free-photo/roman-warrior-with-muscular-body-holding-sword-shield_613910-16876.jpg?_wi=1" imageAlt="Amir Timur portrait" mediaAnimation="blur-reveal" imagePosition="right" @@ -87,28 +87,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' } ]} @@ -130,28 +130,28 @@ 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', + 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' } ]} @@ -225,7 +225,7 @@ export default function HomePage() { category: ['Architecture', 'Heritage'], title: 'Samarkand\'s Registan', excerpt: 'The iconic Registan complex stands as a testament to Timurid architectural brilliance with its three magnificent madrasas', - imageSrc: 'http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg?_wi=1', imageAlt: 'Samarkand Registan', authorName: 'Historical Archive', authorAvatar: 'http://img.b2bpic.net/free-photo/vintage-antique-ancient-kettle-marble-background_114579-46840.jpg', @@ -236,7 +236,7 @@ export default function HomePage() { category: ['Art', 'Craftsmanship'], title: 'Timurid Decorative Arts', excerpt: 'Intricate tilework, calligraphy, and geometric patterns showcase the sophisticated artistic traditions of the era', - imageSrc: 'http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg', + imageSrc: 'http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg?_wi=1', imageAlt: 'Timurid decorative arts', authorName: 'Museum Collections', authorAvatar: 'http://img.b2bpic.net/free-vector/hand-drawn-art-nouveau-frame-design_23-2149633965.jpg', @@ -247,7 +247,7 @@ export default function HomePage() { category: ['Portrait', 'Manuscripts'], title: 'Historical Portraits & Manuscripts', excerpt: 'Preserved manuscripts and artistic depictions provide rare glimpses into the life and times of the great conqueror', - imageSrc: 'http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg', + imageSrc: 'http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg?_wi=1', imageAlt: 'Historical portraits', authorName: 'Historical Records', authorAvatar: 'http://img.b2bpic.net/free-photo/woman-holding-bottle_155996-19.jpg',