From 5aba21b199fc1ea3034b8d22b28e310f95d3a51f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 12:43:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aefee1..e0c3b7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,35 +70,35 @@ export default function LandingPage() { handle: "@amina.foodie", testimonial: "Nubia Restobar offers an unparalleled dining experience. The ambiance is captivating, and the dishes are a true masterpiece of African fusion!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg?_wi=1", }, { name: "Kwame Nkrumah", handle: "@kwame_eats", testimonial: "From the moment you walk in, you're transported. The 'Electric Atmosphere' is spot on, and their signature cocktails are a must-try. Five stars!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg?_wi=1", }, { name: "Zola Mkhize", handle: "@zola.dining", testimonial: "The service at Nubia is truly exceptional. Our server was knowledgeable and friendly, making our anniversary dinner absolutely perfect. We'll be back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=1", }, { name: "Jide Okoro", handle: "@jide_ventures", testimonial: "A culinary gem! Every dish was bursting with authentic African flavors, elevated to fine dining standards. The presentation alone was art. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg?_wi=1", }, { name: "Nala Odinga", handle: "@nala.adventures", testimonial: "Such a vibrant and stylish spot! Perfect for a night out with friends. The music, the decor, the food—everything was just right. An amazing experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=1", }, ]} buttons={[ @@ -185,7 +185,7 @@ export default function LandingPage() { role: "Food Blogger", company: "TasteBud Travels", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269176.jpg?_wi=2", }, { id: "2", @@ -193,7 +193,7 @@ export default function LandingPage() { role: "Local Critic", company: "City Eats Weekly", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg?_wi=2", }, { id: "3", @@ -201,7 +201,7 @@ export default function LandingPage() { role: "Event Planner", company: "Celebration Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/office-worker-using-cell-phone-work_329181-20159.jpg?_wi=2", }, { id: "4", @@ -209,7 +209,7 @@ export default function LandingPage() { role: "Regular Guest", company: "Community Member", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man_23-2149045711.jpg?_wi=2", }, { id: "5", @@ -217,7 +217,7 @@ export default function LandingPage() { role: "Chef & Restaurateur", company: "Culinary Innovators", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-businesswoman-indoors_23-2148824826.jpg?_wi=2", }, { id: "6", -- 2.49.1