Merge version_1 into main #3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user