From 81045d2950fa84b5b7e4999dd98c9869e76d0d6c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:49:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e5c749..e2657e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,27 +147,27 @@ export default function PacificCoastPage() { testimonials={[ { id: "1", name: "Maria Rodriguez", role: "Food Critic", company: "SF Chronicle", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Maria Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Portrait of Maria Rodriguez" }, { id: "2", name: "James Chen", role: "Restaurant Owner", company: "Downtown SF", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Portrait of James Chen" }, { id: "3", name: "Elena Gonzalez", role: "Culinary Student", company: "CIA Alumni", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Elena Gonzalez" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Portrait of Elena Gonzalez" }, { id: "4", name: "Kenji Tanaka", role: "Chef & Instructor", company: "San Francisco", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Kenji Tanaka" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Portrait of Kenji Tanaka" }, { id: "5", name: "Sophie Laurent", role: "Food Blogger", company: "Taste Adventures", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of Sophie Laurent" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Portrait of Sophie Laurent" }, { id: "6", name: "David Park", role: "Event Planner", company: "SF Events Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Portrait of David Park" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Portrait of David Park" } ]} carouselMode="buttons" -- 2.49.1