From ed484a13fda8e0474fc59fa78964c93b63408470 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:18:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index acc16e0..13c5f43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function LandingPage() { { id: "2", name: "Mark D.", role: "Visitor", company: "Tiranë", rating: 5, imageSrc: "https://img.b2bpic.net/premium-photo/young-bearded-male-businessman-is-sitting-table-fine-restaurant-waiting-his-order-customer-service-catering_180601-17231.jpg?id=30945336" }, { id: "3", name: "Elena P.", role: "Foodie", company: "Italy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-having-turkish-iskender-doner-with-tomato-sauce-yogurt_114579-3632.jpg" }, { id: "4", name: "Altin H.", role: "Local", company: "Tiranë", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150519983.jpg" }, - { id: "5", name: "John M.", role: "Traveler", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-enjoying-new-year-party_23-2149173295.jpg?_wi=2" }, + { id: "5", name: "John M.", role: "Traveler", company: "USA", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/vertical-shot-caucasian-male-with-red-t-shirt_181624-52255.jpg?id=19538468" }, ]} kpiItems={[ { value: "4.9", label: "Google Rating" }, -- 2.49.1