Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
handle: "@sarahm",
|
||||
testimonial: "The experience was truly transformative. Ai is a wonderful host.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg?_wi=1",
|
||||
imageAlt: "elegant restaurant table dinner setting",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
handle: "@johnd",
|
||||
testimonial: "Unparalleled service and culinary excellence.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=1",
|
||||
imageAlt: "elegant restaurant table dinner setting",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
handle: "@annas",
|
||||
testimonial: "Truly the best restaurant in town, the atmosphere is simply magical.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=1",
|
||||
imageAlt: "elegant restaurant table dinner setting",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
handle: "@robertc",
|
||||
testimonial: "A masterclass in modern dining. Every bite was purposeful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=1",
|
||||
imageAlt: "elegant restaurant table dinner setting",
|
||||
},
|
||||
{
|
||||
@@ -97,11 +97,11 @@ export default function LandingPage() {
|
||||
handle: "@lisaw",
|
||||
testimonial: "I love how Ai makes everything feel so personalized.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=1",
|
||||
imageAlt: "elegant restaurant table dinner setting",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg?_wi=2"
|
||||
imageAlt="Restaurant ambiance"
|
||||
avatars={[
|
||||
{
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Taste"
|
||||
description="At Ai's Kitchen, we believe dining is an intimate conversation between the chef and the guest. We source seasonal, local ingredients to craft experiences that stay with you."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=2"
|
||||
imageAlt="Chef at work"
|
||||
/>
|
||||
</div>
|
||||
@@ -171,19 +171,19 @@ export default function LandingPage() {
|
||||
id: "m1",
|
||||
name: "Truffle Risotto",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Seared Scallops",
|
||||
price: "$29",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
name: "Dark Chocolate Ganache",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
@@ -254,7 +254,7 @@ export default function LandingPage() {
|
||||
quote: "Ai made sure every detail was perfect. The service was polite and unobtrusive.",
|
||||
tag: "Dining",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-giving-small-gift-box-blond-woman-table_23-2148014511.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081852.jpg?_wi=3",
|
||||
imageAlt: "happy customer fine dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -265,7 +265,7 @@ export default function LandingPage() {
|
||||
quote: "The wagyu was beyond expectations. Ai's recommendation was spot on.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149728002.jpg?_wi=3",
|
||||
imageAlt: "happy customer fine dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -276,7 +276,7 @@ export default function LandingPage() {
|
||||
quote: "A truly elegant atmosphere, highly recommended for anniversaries.",
|
||||
tag: "Celebration",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-savory-eggplant-rolls-cooked-dish-with-lemon-slices-dark-surface-dinner-cooking-meal-citrus-oil-dish_140725-102033.jpg?_wi=3",
|
||||
imageAlt: "happy customer fine dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -287,7 +287,7 @@ export default function LandingPage() {
|
||||
quote: "The wine pairing is a must-try. Incredible experience overall.",
|
||||
tag: "Wine",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520073.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-barbecue-with-green-dip-sauce-white-plate_114579-3425.jpg?_wi=3",
|
||||
imageAlt: "happy customer fine dining restaurant",
|
||||
},
|
||||
{
|
||||
@@ -298,7 +298,7 @@ export default function LandingPage() {
|
||||
quote: "Such a peaceful and lovely place. I love the AI host persona.",
|
||||
tag: "Relax",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sugar-powder-is-sprinkled-chocolate-pudding-glasses_140725-5079.jpg?_wi=3",
|
||||
imageAlt: "happy customer fine dining restaurant",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user