Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 12:54:08 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -60,13 +60,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Marco Rossi", handle: "Chef & Owner", testimonial: "Every dish tells a story of our Italian heritage and passion for culinary excellence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg?_wi=1"},
{
name: "Isabella Romano", handle: "Sommelier", testimonial: "Our wine selection pairs perfectly with each dish to elevate your dining experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=1"},
{
name: "Giovanni Ferrara", handle: "Head Chef", testimonial: "Authentic Italian cooking requires patience, love, and the finest ingredients.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
/>
@@ -164,22 +164,22 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "The most authentic Italian food I've had outside of Italy. Every bite transported me back to my family's village in Tuscany. Absolutely incredible!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg?_wi=2"},
{
id: "2", name: "David Chen", handle: "@davidchen_travels", testimonial: "Exceptional service, impeccable presentation, and flavors that are out of this world. My anniversary dinner here was unforgettable. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=2"},
{
id: "3", name: "Elena Rossi", handle: "@elenaroseseats", testimonial: "Finally found a restaurant that honors Italian culinary traditions! The pasta is hand-rolled, the sauce is homemade, and the passion is evident in every plate.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-posing-street_23-2148213468.jpg?_wi=2"},
{
id: "4", name: "Michael Torres", handle: "@mtorres_foodie", testimonial: "The wine pairing with our seven-course tasting menu was perfectly orchestrated. The sommelier's knowledge and the chef's creativity are truly world-class.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friendly-handsome-business-leader-cafe_1262-3537.jpg"},
{
id: "5", name: "Jessica Anderson", handle: "@jessicaanderson", testimonial: "A gem in our community. Warm atmosphere, genuine hospitality, and food that tastes like it's been made with love. We're already planning our next visit!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-looking-camera-office_1301-7794.jpg?_wi=3"},
{
id: "6", name: "Antonio Genovese", handle: "@antonio_geno", testimonial: "As someone from Naples, I can attest that this is authentic Italian dining. The pizza alone deserves a Michelin star. Bravissimo!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg?_wi=3"},
]}
/>
</div>