4 Commits

Author SHA1 Message Date
c856522c1f Update src/app/page.tsx 2026-05-16 20:51:51 +00:00
b216578380 Merge version_1 into main
Merge version_1 into main
2026-05-16 20:50:26 +00:00
a2d6b21d10 Merge version_1 into main
Merge version_1 into main
2026-05-16 20:49:59 +00:00
ba7fe6ed42 Merge version_1 into main
Merge version_1 into main
2026-05-16 20:49:30 +00:00

View File

@@ -155,15 +155,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Elena V.", date: "Nov 2023", title: "Perfect Evening", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
id: "t1", name: "Jordan Lee", date: "Jan 2024", title: "Exquisite Culinary Journey", quote: "The attention to detail in every dish was remarkable. A must-visit spot!", tag: "Exquisite", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
{
id: "t2", name: "Marcus R.", date: "Oct 2023", title: "Pure Magic", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
id: "t2", name: "Samantha K.", date: "Dec 2023", title: "Incredible Ambiance", quote: "Ai's Kitchen offers such a warm and sophisticated environment. Loved the personalized service.", tag: "Sophisticated", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
{
id: "t3", name: "Chloe L.", date: "Sep 2023", title: "Five Stars", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
{
id: "t4", name: "David B.", date: "Aug 2023", title: "Outstanding", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
{
id: "t5", name: "Sophia G.", date: "Jul 2023", title: "Refined", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
id: "t3", name: "Michael B.", date: "Nov 2023", title: "Top Tier Dining", quote: "The flavor profiles are masterfully balanced. I'm already planning my next visit.", tag: "Flavorful", 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?_wi=3", imageAlt: "happy customer fine dining restaurant"},
]}
title="Guest Reflections"
description="Hear what our beloved guests say about their journey with us."
@@ -232,4 +228,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}