Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -51,15 +51,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Guest Review", handle: "Google Reviews", testimonial: "Exceptional dining experience — the atmosphere is absolutely cinematic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg", imageAlt: "professional headshot business portrait confident"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg?_wi=1", imageAlt: "professional headshot business portrait confident"
|
||||
},
|
||||
{
|
||||
name: "Diner", handle: "TripAdvisor", testimonial: "Food, cocktails, service and atmosphere were all first class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg", imageAlt: "professional man portrait business headshot confident"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg?_wi=1", imageAlt: "professional man portrait business headshot confident"
|
||||
},
|
||||
{
|
||||
name: "London Guest", handle: "Review Platform", testimonial: "One of the most beautiful restaurants in London. Pure magic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg", imageAlt: "professional woman portrait business headshot elegant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg?_wi=1", imageAlt: "professional woman portrait business headshot elegant"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -130,22 +130,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg", imageAlt: "professional headshot business portrait confident"
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg?_wi=2", imageAlt: "professional headshot business portrait confident"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg", imageAlt: "professional man portrait business headshot confident"
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg?_wi=2", imageAlt: "professional man portrait business headshot confident"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg", imageAlt: "professional woman portrait business headshot elegant"
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-confident-successful-businesswoman-suit-cross-arms-chest-standing_1258-118021.jpg?_wi=2", imageAlt: "professional woman portrait business headshot elegant"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-wearing-business-jacket-smiling-with-hands-palms-together-receiving-giving-gesture-hold-protection_839833-32383.jpg", imageAlt: "professional man business portrait smiling confident"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg", imageAlt: "professional headshot business portrait confident"
|
||||
id: "5", name: "Sophie Laurent", imageSrc: "http://img.b2bpic.net/free-photo/couple-restaurant_23-2148006703.jpg?_wi=3", imageAlt: "professional headshot business portrait confident"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg", imageAlt: "professional man portrait business headshot confident"
|
||||
id: "6", name: "David Park", imageSrc: "http://img.b2bpic.net/free-photo/nice-young-man-sitting-cafe-table-watching-menu-make-order-restaurant-customer-business-lunch_639032-2871.jpg?_wi=3", imageAlt: "professional man portrait business headshot confident"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 8,000 guests have experienced Tattu's unforgettable culinary theatre"
|
||||
|
||||
Reference in New Issue
Block a user