From 9f471ac2916f1c0748ef731c314852477ae50266 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:31:30 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8bd5e30..063c11c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -87,7 +87,7 @@ export default function AboutPage() { title: "Archaeological Significance", description: "From the ancient Sumerian cities to Assyrian monuments, Kurdistan's archaeological landscape spans over 5,000 years of human civilisation. These sites provide crucial insights into early urbanisation, writing systems, and cultural exchange across Mesopotamia and beyond.", - imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg?_wi=2", imageAlt: "Archaeological heritage", }, { @@ -95,7 +95,7 @@ export default function AboutPage() { title: "Living Craft Traditions", description: "Kurdish artisans continue centuries-old traditions in textile weaving, ceramics, and metalwork. Each piece tells stories of regional identity and cultural pride, with techniques passed down through families and preserved through collaborative workshops and cultural centres.", - imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-sweater-ice-skates-hanger_23-2148350148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-sweater-ice-skates-hanger_23-2148350148.jpg?_wi=2", imageAlt: "Traditional crafts heritage", }, { @@ -103,7 +103,7 @@ export default function AboutPage() { title: "Culinary Heritage", description: "Kurdish cuisine reflects the region's geography and multicultural history, blending flavours from mountains, valleys, and trade routes. Traditional recipes using local herbs, grains, and meats form the backbone of family gatherings and cultural celebrations.", - imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-meal-eggs-with-red-tomatoes-meat-slices-along-with-cutlery-bread-slices_140725-14240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-meal-eggs-with-red-tomatoes-meat-slices-along-with-cutlery-bread-slices_140725-14240.jpg?_wi=2", imageAlt: "Kurdish culinary heritage", }, ]} -- 2.49.1 From 8b05824179eb3bea1305e78e169e9ee3a796dd8c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:31:30 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d5f0d30..e944f3f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -99,7 +99,7 @@ export default function ContactPage() { icon: MapPin, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/castle-cardona-summer-day_1398-1305.jpg" + imageSrc="http://img.b2bpic.net/free-photo/castle-cardona-summer-day_1398-1305.jpg?_wi=2" imageAlt="Kurdistan contact" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1 From bae6d787e3d4bb115f8d976af1da2ef1992d53d5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 00:31:31 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7457360..bfb6613 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -155,7 +155,7 @@ export default function HomePage() { title: "Ancient Ruins & Sites", description: "Discover archaeological treasures including Sumerian temples, Assyrian palaces, and ancient settlements that tell stories of early human civilisation", - imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-walls-ruins-troy-turkey_146671-18781.jpg?_wi=1", imageAlt: "Ancient ruins", }, { @@ -163,7 +163,7 @@ export default function HomePage() { title: "Traditional Crafts", description: "Experience skilled artisans creating intricate textiles, ceramics, and metalwork using centuries-old techniques passed through generations", - imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-sweater-ice-skates-hanger_23-2148350148.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/decoration-with-sweater-ice-skates-hanger_23-2148350148.jpg?_wi=1", imageAlt: "Traditional crafts", }, { @@ -171,7 +171,7 @@ export default function HomePage() { title: "Culinary Traditions", description: "Savour authentic Kurdish cuisine featuring fresh ingredients, aromatic spices, and dishes rooted in regional heritage and family recipes", - imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-meal-eggs-with-red-tomatoes-meat-slices-along-with-cutlery-bread-slices_140725-14240.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-close-up-view-meal-eggs-with-red-tomatoes-meat-slices-along-with-cutlery-bread-slices_140725-14240.jpg?_wi=1", imageAlt: "Traditional cuisine", }, ]} @@ -205,7 +205,7 @@ export default function HomePage() { id: "2", name: "Historic Cities", price: "Cultural Tours", - imageSrc: "http://img.b2bpic.net/free-photo/castle-cardona-summer-day_1398-1305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/castle-cardona-summer-day_1398-1305.jpg?_wi=1", imageAlt: "Erbil Citadel", }, { -- 2.49.1