From 02f5d0b350a2a8701698facb38baa6b6e8f4545e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:07 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2f081be..ac5ac67 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { icon: Smartphone, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg?_wi=2" imageAlt="Professional audio recording and storytelling production for Stanza" mediaAnimation="slide-up" imagePosition="right" @@ -114,7 +114,7 @@ export default function AboutPage() { description: "We prioritize historical accuracy and cultural respect. Every narrative is researched and validated by subject matter experts.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg", + "http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg?_wi=2", imageAlt: "Authentic cultural storytelling and heritage exploration", }, { @@ -123,7 +123,7 @@ export default function AboutPage() { description: "From production to distribution, we maintain the highest standards. Quality is non-negotiable in every Stanza tour.", imageSrc: - "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg", + "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg?_wi=3", imageAlt: "Professional audio excellence and quality standards", }, { @@ -132,7 +132,7 @@ export default function AboutPage() { description: "We believe everyone deserves to experience the world's cultural riches. Affordable pricing and inclusive design are core to our mission.", imageSrc: - "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg", + "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg?_wi=3", imageAlt: "Global access and inclusive cultural exploration platform", }, ]} -- 2.49.1 From 0a5cf4194b8ddc09cedad4be806baabf778ad31e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:07 +0000 Subject: [PATCH 2/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9e4ae37..408818a 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -90,13 +90,13 @@ export default function BlogPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg", + "http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg?_wi=3", imageAlt: "Cultural storytelling and heritage documentation exploration", }, { imageSrc: - "http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg", + "http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg?_wi=3", imageAlt: "Audio production and storytelling narrative creation", }, ]} -- 2.49.1 From 311a7af63dacd2acf71169dba5ed4aa0e3f513f3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:08 +0000 Subject: [PATCH 3/6] Update src/app/destinations/page.tsx --- src/app/destinations/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/destinations/page.tsx b/src/app/destinations/page.tsx index bd2aa75..2bea94d 100644 --- a/src/app/destinations/page.tsx +++ b/src/app/destinations/page.tsx @@ -96,28 +96,28 @@ export default function DestinationsPage() { id: "1", title: "European Heritage", description: "Journey through iconic museums, ancient ruins, and historic cities. From the Louvre to local galleries, explore Europe's rich cultural legacy.", - imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg?_wi=4", imageAlt: "European heritage sites and cultural venues" }, { id: "2", title: "Americas Explorer", description: "Experience North and South American landmarks. Historic monuments, indigenous heritage sites, and contemporary cultural institutions await.", - imageSrc: "http://img.b2bpic.net/free-photo/female-staff-working-airport-terminal_107420-85075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-staff-working-airport-terminal_107420-85075.jpg?_wi=2", imageAlt: "Americas cultural destinations and explorer map" }, { id: "3", title: "Asian Discoveries", description: "Uncover ancient temples, bustling bazaars, and modern museums. Explore Asia's diverse traditions and compelling contemporary stories.", - imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg?_wi=5", imageAlt: "Asian cultural heritage and discovery experiences" }, { id: "4", title: "African Narratives", description: "Connect with authentic African stories. From archaeological sites to community museums, discover voices and histories often untold.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg?_wi=5", imageAlt: "African heritage stories and cultural narratives" } ]} -- 2.49.1 From 272b5ecbca0c2d8ea34aa253db240593a402bbfb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:08 +0000 Subject: [PATCH 4/6] Update src/app/for-venues/page.tsx --- src/app/for-venues/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/for-venues/page.tsx b/src/app/for-venues/page.tsx index 207c1a9..93b6f13 100644 --- a/src/app/for-venues/page.tsx +++ b/src/app/for-venues/page.tsx @@ -90,7 +90,7 @@ export default function ForVenuesPage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/female-staff-working-airport-terminal_107420-85075.jpg", + "http://img.b2bpic.net/free-photo/female-staff-working-airport-terminal_107420-85075.jpg?_wi=3", imageAlt: "Museum venue digital management interface", }, { @@ -117,7 +117,7 @@ export default function ForVenuesPage() { description: "Our team creates captivating, historically accurate audio tours. Professional narration, sound design, and storytelling make every venue shine.", imageSrc: - "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg", + "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg?_wi=6", imageAlt: "Professional audio production and recording studio", }, { @@ -126,7 +126,7 @@ export default function ForVenuesPage() { description: "No technical overhead. Stanza manages app development, server infrastructure, GPS mapping, and updates so you can focus on content and visitors.", imageSrc: - "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg", + "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg?_wi=5", imageAlt: "Audio tour app technology and interface design", }, { @@ -135,7 +135,7 @@ export default function ForVenuesPage() { description: "Track visitor engagement, tour completion rates, and demographic insights. Build your email list and understand your audience deeply.", imageSrc: - "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg", + "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg?_wi=6", imageAlt: "Analytics dashboard and visitor engagement metrics", }, ]} -- 2.49.1 From 5b6a1bfa2287548069a0b61c341ad30418337d2e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:08 +0000 Subject: [PATCH 5/6] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index a05e8f5..a1309c7 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -96,21 +96,21 @@ export default function HowItWorksPage() { id: "1", title: "Download & Discover", description: "Download the Stanza app and browse our global venue directory. Search by destination, category, or interests to find tours that captivate you.", - imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg?_wi=3", imageAlt: "Stanza app mobile interface showing venue discovery" }, { id: "2", title: "Listen & Explore", description: "Launch your tour and follow the GPS-guided route. Professional narration unfolds stories while ambient soundscapes enhance immersion.", - imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg?_wi=4", imageAlt: "High-quality audio production and professional recording" }, { id: "3", title: "Share & Connect", description: "Save favorite tours, rate experiences, and discover related stories. Build a personalized library of cultural explorations.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg?_wi=4", imageAlt: "Global venue network and connection interface" } ]} -- 2.49.1 From 0424573910cd42036310595fe8d4afc53b61b00c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:18:09 +0000 Subject: [PATCH 6/6] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c328c96..a5bf390 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function HomePage() { imageAlt: "Stanza audio tour app interface showcasing immersive venue exploration", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-headphones-running-podcast_23-2149434265.jpg?_wi=1", imageAlt: "Professional audio recording and storytelling production", }, ]} @@ -162,7 +162,7 @@ export default function HomePage() { icon: Smartphone, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-female-fitness-runner-tracking-her-progress_171337-8384.jpg?_wi=1" imageAlt="Visitors enjoying Stanza audio tours while exploring cultural heritage sites" mediaAnimation="slide-up" imagePosition="right" @@ -186,21 +186,21 @@ export default function HomePage() { id: "1", title: "Download & Discover", description: "Download the Stanza app and browse our global venue directory. Search by destination, category, or interests to find tours that captivate you.", - imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg?_wi=1", imageAlt: "Stanza app mobile interface showing venue discovery", }, { id: "2", title: "Listen & Explore", description: "Launch your tour and follow the GPS-guided route. Professional narration unfolds stories while ambient soundscapes enhance immersion.", - imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg?_wi=1", imageAlt: "High-quality audio production and professional recording", }, { id: "3", title: "Share & Connect", description: "Save favorite tours, rate experiences, and discover related stories. Build a personalized library of cultural explorations.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg?_wi=1", imageAlt: "Global venue network and connection interface", }, ]} @@ -226,28 +226,28 @@ export default function HomePage() { id: "1", title: "European Heritage", description: "Journey through iconic museums, ancient ruins, and historic cities. From the Louvre to local galleries, explore Europe's rich cultural legacy.", - imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/music-player-application-interface-collection_23-2148528543.jpg?_wi=2", imageAlt: "European heritage sites and cultural venues", }, { id: "2", title: "Americas Explorer", description: "Experience North and South American landmarks. Historic monuments, indigenous heritage sites, and contemporary cultural institutions await.", - imageSrc: "http://img.b2bpic.net/free-photo/female-staff-working-airport-terminal_107420-85075.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-staff-working-airport-terminal_107420-85075.jpg?_wi=1", imageAlt: "Americas cultural destinations and explorer map", }, { id: "3", title: "Asian Discoveries", description: "Uncover ancient temples, bustling bazaars, and modern museums. Explore Asia's diverse traditions and compelling contemporary stories.", - imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-control-sound-mixer-console-panel-board_1150-10482.jpg?_wi=2", imageAlt: "Asian cultural heritage and discovery experiences", }, { id: "4", title: "African Narratives", description: "Connect with authentic African stories. From archaeological sites to community museums, discover voices and histories often untold.", - imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/gradient-import-export-infographic-template_23-2149158060.jpg?_wi=2", imageAlt: "African heritage stories and cultural narratives", }, ]} -- 2.49.1