Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -104,27 +104,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Food Critic", company: "Travel & Taste Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "professional portrait woman headshot profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=1", imageAlt: "professional portrait woman headshot profile"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ahmed Hassan", role: "Regular Guest", company: "Casa Local", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "professional portrait man headshot profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1", imageAlt: "professional portrait man headshot profile"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Mariah Williams", role: "Travel Blogger", company: "Wanderlust Chronicles", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "professional portrait woman headshot profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=2", imageAlt: "professional portrait woman headshot profile"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Mohammed Benani", role: "Chef", company: "Culinary Academy", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "professional portrait man headshot profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2", imageAlt: "professional portrait man headshot profile"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Elena Rodriguez", role: "Event Planner", company: "Casablanca Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg", imageAlt: "professional portrait woman headshot profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-businesswoman-standing-looking-away_74855-8812.jpg?_wi=3", imageAlt: "professional portrait woman headshot profile"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Thomson", role: "Restaurant Owner", company: "Gastro Group", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "professional portrait man headshot profile"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3", imageAlt: "professional portrait man headshot profile"
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user