From 8a7315cf1ba2e549b344cae920e36d63aa8988bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:29:01 +0000 Subject: [PATCH] Update src/app/businesses/page.tsx --- src/app/businesses/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/businesses/page.tsx b/src/app/businesses/page.tsx index a383ef7..5a57c9e 100644 --- a/src/app/businesses/page.tsx +++ b/src/app/businesses/page.tsx @@ -53,21 +53,21 @@ export default function BusinessesPage() { id: 1, title: "Restaurants & Dining", description: "From cozy cafes to fine dining establishments, discover the best culinary experiences Potchefstroom has to offer. Real reviews from real customers.", - imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148156421.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148156421.jpg?_wi=3", imageAlt: "Featured restaurants and dining options", }, { id: 2, title: "Retail & Shopping", description: "Browse top-rated retail stores, boutiques, and shops in Potchefstroom. Find exactly what you need with trusted customer recommendations.", - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens-collection_23-2148626879.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens-collection_23-2148626879.jpg?_wi=2", imageAlt: "Featured retail and shopping venues", }, { id: 3, title: "Professional Services", description: "Explore salons, wellness centers, healthcare providers, and other professional services. Connect with skilled service providers backed by community reviews.", - imageSrc: "http://img.b2bpic.net/free-vector/basic-rgb_53876-37668.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/basic-rgb_53876-37668.jpg?_wi=2", imageAlt: "Featured professional services", }, ]} @@ -88,21 +88,21 @@ export default function BusinessesPage() { id: 1, title: "Category Filtering", description: "Filter businesses by category, from restaurants to healthcare. Narrow down your search to find exactly what you need.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=2", imageAlt: "Category filtering interface", }, { id: 2, title: "Rating & Reviews", description: "Sort by highest ratings and read detailed customer reviews. Make informed decisions based on genuine community feedback.", - imageSrc: "http://img.b2bpic.net/free-vector/basic-rgb_53876-37668.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/basic-rgb_53876-37668.jpg?_wi=3", imageAlt: "Ratings and reviews display", }, { id: 3, title: "Location-Based Search", description: "Find businesses near you with our location-based search. Discover what's happening in your neighborhood.", - imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens-collection_23-2148626879.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/travel-booking-app-screens-collection_23-2148626879.jpg?_wi=3", imageAlt: "Location-based search results", }, ]}