Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-05 18:40:15 +00:00

View File

@@ -56,10 +56,10 @@ export default function LandingPage() {
testimonials={[
{
name: "Marco Rossini", handle: "Chef & Founder", testimonial: "Every dish tells the story of Italy and the beauty of this lake. We bring authenticity to every plate.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"},
{
name: "Sophie Müller", handle: "Guest", testimonial: "The best dinner we've had. The view, the food, the service—everything was perfect.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
buttons={[
@@ -142,13 +142,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Romantic Dinners", description: "Intimate candlelit evenings with stunning lake views, perfect for unforgettable moments with your loved one.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg"},
title: "Romantic Dinners", description: "Intimate candlelit evenings with stunning lake views, perfect for unforgettable moments with your loved one.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg?_wi=1"},
{
id: 2,
title: "Family Meals", description: "Warm, welcoming atmosphere where families create lasting memories over delicious Italian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg"},
title: "Family Meals", description: "Warm, welcoming atmosphere where families create lasting memories over delicious Italian cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg?_wi=2"},
{
id: 3,
title: "Business Lunches", description: "Professional service and elegant surroundings provide the perfect setting for successful business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg"},
title: "Business Lunches", description: "Professional service and elegant surroundings provide the perfect setting for successful business meetings.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-affectionate-attitude_23-2150558837.jpg?_wi=3"},
]}
buttons={[{ text: "Reserve Now", href: "contact" }]}
/>
@@ -176,9 +176,9 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "David Klein", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"},
id: "1", name: "David Klein", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"},
{
id: "2", name: "Anna Rossi", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
id: "2", name: "Anna Rossi", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"},
{
id: "3", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-beige-turtleneck-smiling-broadly-showing-teeth_141793-55127.jpg"},
{