From 6028017817a22ee3ab291fb3a39f22ee015e465a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:33:31 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d299abe..eaa0186 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,7 +56,7 @@ export default function AboutPage() { description="Established in Borrowdale, serving the community with excellence" subdescription="Trusted by thousands of customers for quality retail and dining" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg?_wi=3" imageAlt="Borrowdale Village Walk shopping centre" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1 From bd5a2ab19eed5233235c95f1e0817e6ca65dbd54 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:33:32 +0000 Subject: [PATCH 2/5] 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 307a627..a85918c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -48,7 +48,7 @@ export default function ContactPage() { description="Have questions about our stores, services, or leasing opportunities? We're here to help! Reach out to us through email or give us a call directly." background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg" + imageSrc="http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg?_wi=5" imageAlt="Family shopping at Borrowdale Village Walk" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From d476d3616137dbfd2c09e20b37ba5123627bb18d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:33:33 +0000 Subject: [PATCH 3/5] Update src/app/directory/page.tsx --- src/app/directory/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/directory/page.tsx b/src/app/directory/page.tsx index 6607f87..6fa24c4 100644 --- a/src/app/directory/page.tsx +++ b/src/app/directory/page.tsx @@ -50,7 +50,7 @@ export default function DirectoryPage() { title: "Food & Drink", tags: ["Cafes", "Restaurants"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=4", imageAlt: "Café experience", }, { @@ -58,7 +58,7 @@ export default function DirectoryPage() { title: "Supermarket", tags: ["Groceries", "Essentials"], imageSrc: - "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg", + "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg?_wi=4", imageAlt: "Supermarket shopping", }, { @@ -66,7 +66,7 @@ export default function DirectoryPage() { title: "Fast Food", tags: ["Quick Service", "Takeaway"], imageSrc: - "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg", + "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg?_wi=3", imageAlt: "Fast food options", }, { @@ -74,7 +74,7 @@ export default function DirectoryPage() { title: "Health & Beauty", tags: ["Wellness", "Personal Care"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=5", imageAlt: "Health and beauty services", }, { @@ -82,7 +82,7 @@ export default function DirectoryPage() { title: "Electronics", tags: ["Tech", "Gadgets"], imageSrc: - "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg", + "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg?_wi=5", imageAlt: "Electronics retail", }, { @@ -90,7 +90,7 @@ export default function DirectoryPage() { title: "Clothing", tags: ["Fashion", "Apparel"], imageSrc: - "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg", + "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg?_wi=3", imageAlt: "Clothing stores", }, { @@ -98,7 +98,7 @@ export default function DirectoryPage() { title: "Pharmacy & Medical", tags: ["Healthcare", "Medicines"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=6", imageAlt: "Pharmacy services", }, { @@ -106,7 +106,7 @@ export default function DirectoryPage() { title: "Services", tags: ["Professional", "Support"], imageSrc: - "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg", + "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg?_wi=4", imageAlt: "Professional services", }, ]} -- 2.49.1 From 18c846f38a042578cd84d04193d140270c0351b2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:33:33 +0000 Subject: [PATCH 4/5] Update src/app/leasing/page.tsx --- src/app/leasing/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/leasing/page.tsx b/src/app/leasing/page.tsx index 5784331..da8162a 100644 --- a/src/app/leasing/page.tsx +++ b/src/app/leasing/page.tsx @@ -48,7 +48,7 @@ export default function LeasingPage() { description="Borrowdale Village Walk offers prime retail opportunities in one of Harare's most visited shopping destinations. Join our thriving community of businesses and reach thousands of customers daily." background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg?_wi=4" imageAlt="Borrowdale Village Walk shopping centre" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From ea491d6bb3160590cb5b5a9300bacc32f22019df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:33:34 +0000 Subject: [PATCH 5/5] 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 33bd3c2..2d8bc85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,12 +68,12 @@ export default function HomePage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg", + "http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg?_wi=1", imageAlt: "Modern shopping centre interior", }, { imageSrc: - "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg", + "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg?_wi=1", imageAlt: "Family shopping experience", }, { @@ -95,7 +95,7 @@ export default function HomePage() { description="📍 63QP+6Q9, 8th St, Harare" subdescription="📞 077 347 9931 | ⭐ 4.5 Rating (3,314 reviews)" icon={Info} - imageSrc="http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-escalator-mall_1203-1289.jpg?_wi=2" imageAlt="Borrowdale Village Walk shopping centre" mediaAnimation="slide-up" useInvertedBackground={false} @@ -110,7 +110,7 @@ export default function HomePage() { title: "Food & Drink", tags: ["Cafes", "Restaurants"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=1", imageAlt: "Café experience", }, { @@ -118,7 +118,7 @@ export default function HomePage() { title: "Supermarket", tags: ["Groceries", "Essentials"], imageSrc: - "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg", + "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg?_wi=1", imageAlt: "Supermarket shopping", }, { @@ -126,7 +126,7 @@ export default function HomePage() { title: "Fast Food", tags: ["Quick Service", "Takeaway"], imageSrc: - "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg", + "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg?_wi=1", imageAlt: "Fast food options", }, { @@ -134,7 +134,7 @@ export default function HomePage() { title: "Health & Beauty", tags: ["Wellness", "Personal Care"], imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=2", imageAlt: "Health and beauty services", }, { @@ -142,7 +142,7 @@ export default function HomePage() { title: "Electronics", tags: ["Tech", "Gadgets"], imageSrc: - "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg", + "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg?_wi=2", imageAlt: "Electronics retail", }, { @@ -150,7 +150,7 @@ export default function HomePage() { title: "Clothing", tags: ["Fashion", "Apparel"], imageSrc: - "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg", + "http://img.b2bpic.net/free-photo/family-mall_1098-15029.jpg?_wi=2", imageAlt: "Clothing stores", }, ]} @@ -173,7 +173,7 @@ export default function HomePage() { name: "Café Nush Village Walk", price: "Visit", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg", + "http://img.b2bpic.net/free-photo/closeup-waitress-serving-coffee-couple-cafe_637285-9104.jpg?_wi=3", imageAlt: "Café Nush storefront", }, { @@ -181,7 +181,7 @@ export default function HomePage() { name: "TM Pick n Pay Village Walk", price: "Visit", imageSrc: - "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg", + "http://img.b2bpic.net/free-photo/confused-female-customer-choosing-food-products-shelf-supermarket_662251-1490.jpg?_wi=3", imageAlt: "Pick n Pay supermarket", }, { @@ -189,7 +189,7 @@ export default function HomePage() { name: "Chicken Inn Borrowdale Drive", price: "Visit", imageSrc: - "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg", + "http://img.b2bpic.net/free-photo/fast-food-assortment-with-different-fast-food-menu_1220-7879.jpg?_wi=2", imageAlt: "Chicken Inn restaurant", }, ]} -- 2.49.1