Update src/app/page.tsx
This commit is contained in:
@@ -162,22 +162,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1", title: "A Culinary Masterpiece", quote: "Every course was a revelation. The attention to detail and flavor profiles were absolutely extraordinary. Mom's Kitchen has set a new standard for fine dining in our city.", name: "Sarah Mitchell", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"
|
||||
id: "testimonial-1", title: "A Culinary Masterpiece", quote: "Every course was a revelation. The attention to detail and flavor profiles were absolutely extraordinary. Mom's Kitchen has set a new standard for fine dining in our city.", name: "Sarah Mitchell", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
id: "testimonial-2", title: "Unforgettable Evening", quote: "From the moment we arrived to the last perfectly executed dessert, we felt truly welcomed. The service was impeccable and the food was simply transcendent.", name: "James Chen", role: "Restaurant Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"
|
||||
id: "testimonial-2", title: "Unforgettable Evening", quote: "From the moment we arrived to the last perfectly executed dessert, we felt truly welcomed. The service was impeccable and the food was simply transcendent.", name: "James Chen", role: "Restaurant Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=2"
|
||||
},
|
||||
{
|
||||
id: "testimonial-3", title: "Pure Culinary Excellence", quote: "The chef's creativity combined with technical precision makes every visit an event. We've brought business clients and family—everyone is consistently impressed.", name: "Elena Rodriguez", role: "Hospitality Director", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"
|
||||
id: "testimonial-3", title: "Pure Culinary Excellence", quote: "The chef's creativity combined with technical precision makes every visit an event. We've brought business clients and family—everyone is consistently impressed.", name: "Elena Rodriguez", role: "Hospitality Director", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=3"
|
||||
},
|
||||
{
|
||||
id: "testimonial-4", title: "Worth Every Moment", quote: "The tasting menu showcased incredible skill and passion. This is the kind of restaurant you tell your friends about. Absolutely phenomenal experience.", name: "David Park", role: "Culinary Traveler", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232162.jpg"
|
||||
},
|
||||
{
|
||||
id: "testimonial-5", title: "The Perfect Celebration", quote: "We celebrated our anniversary here and it was perfect. The personalized touches, the exquisite plating, and the genuine hospitality made it truly special.", name: "Margaret Thompson", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"
|
||||
id: "testimonial-5", title: "The Perfect Celebration", quote: "We celebrated our anniversary here and it was perfect. The personalized touches, the exquisite plating, and the genuine hospitality made it truly special.", name: "Margaret Thompson", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=4"
|
||||
},
|
||||
{
|
||||
id: "testimonial-6", title: "Exceeds Expectations", quote: "Coming back for the third time, and it keeps getting better. The menu evolves beautifully with the seasons, and the quality is consistently outstanding.", name: "Robert Williams", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg"
|
||||
id: "testimonial-6", title: "Exceeds Expectations", quote: "Coming back for the third time, and it keeps getting better. The menu evolves beautifully with the seasons, and the quality is consistently outstanding.", name: "Robert Williams", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/group-young-friends-having-wine-together_23-2148454148.jpg?_wi=5"
|
||||
}
|
||||
]}
|
||||
containerClassName="py-16 md:py-24"
|
||||
|
||||
Reference in New Issue
Block a user