Update src/app/page.tsx
This commit is contained in:
@@ -55,20 +55,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarahdines", testimonial: "The most elegant dining experience I've had in years. Every detail is perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg", imageAlt: "happy customer smiling restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg?_wi=1", imageAlt: "happy customer smiling restaurant"
|
||||
},
|
||||
{
|
||||
name: "James Chen", handle: "@jamesfoodies", testimonial: "Incredible flavors and impeccable service. Worth every moment and every penny.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageAlt: "satisfied customer portrait restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg?_wi=1", imageAlt: "satisfied customer portrait restaurant"
|
||||
},
|
||||
{
|
||||
name: "Victoria Lopez", handle: "@viclux", testimonial: "A true gem in the city. We celebrated our anniversary here and it was magical.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", imageAlt: "customer dining restaurant happy"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg?_wi=1", imageAlt: "customer dining restaurant happy"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=1"
|
||||
imageAlt="Elegant restaurant dining room with candlelit tables"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -112,7 +112,7 @@ export default function LandingPage() {
|
||||
id: "wines", title: "Wine Selection", content: "Explore our curated wine list featuring exceptional vintages from around the world, personally selected by our sommelier to complement our cuisine."
|
||||
}
|
||||
]}
|
||||
videoSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg"
|
||||
videoSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3458.jpg?_wi=2"
|
||||
videoAriaLabel="Menu showcase video"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -151,13 +151,13 @@ export default function LandingPage() {
|
||||
description="Our greatest reward is the satisfaction and joy our guests experience at Savour. Read what they have to say about their dining experience."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Unforgettable Evening", quote: "The attention to detail is remarkable. From the ambiance to the presentation of each course, everything was perfect. We celebrated our engagement here and it was truly magical.", name: "Emma Thompson", role: "Celebration Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg", imageAlt: "happy customer smiling restaurant"
|
||||
id: "1", title: "Unforgettable Evening", quote: "The attention to detail is remarkable. From the ambiance to the presentation of each course, everything was perfect. We celebrated our engagement here and it was truly magical.", name: "Emma Thompson", role: "Celebration Guest", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-holding-glass-drink-bar_23-2147861904.jpg?_wi=2", imageAlt: "happy customer smiling restaurant"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Culinary Masterpiece", quote: "I've dined at many fine restaurants around the world, and Savour stands among the best. The flavors are sophisticated, the service is impeccable, and the wine pairings are expertly chosen.", name: "Michael Rodriguez", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", imageAlt: "satisfied customer portrait restaurant"
|
||||
id: "2", title: "Culinary Masterpiece", quote: "I've dined at many fine restaurants around the world, and Savour stands among the best. The flavors are sophisticated, the service is impeccable, and the wine pairings are expertly chosen.", name: "Michael Rodriguez", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg?_wi=2", imageAlt: "satisfied customer portrait restaurant"
|
||||
},
|
||||
{
|
||||
id: "3", title: "Worth the Wait", quote: "Getting a reservation here can be challenging, but it's absolutely worth the effort. This is fine dining done right—where every element contributes to an extraordinary experience.", name: "Jennifer Park", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg", imageAlt: "customer dining restaurant happy"
|
||||
id: "3", title: "Worth the Wait", quote: "Getting a reservation here can be challenging, but it's absolutely worth the effort. This is fine dining done right—where every element contributes to an extraordinary experience.", name: "Jennifer Park", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg?_wi=2", imageAlt: "customer dining restaurant happy"
|
||||
},
|
||||
{
|
||||
id: "4", title: "Service Excellence", quote: "The team at Savour understands hospitality. They anticipated every need without being intrusive, making the evening feel effortless and elegant.", name: "David Williams", role: "Business Diner", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006713.jpg", imageAlt: "professional customer portrait restaurant"
|
||||
|
||||
Reference in New Issue
Block a user