From a0ffb2cde6e4e8a875e8702a6e1f3d987e71f233 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:39:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6253c47..c766ba1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, { 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?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -116,17 +116,13 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" products={[ { - id: "1", brand: "Seebrise", name: "Pizza Margherita Classica", price: "CHF 22", rating: 5, - reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Authentic Neapolitan Margherita pizza"}, + id: "1", brand: "Seebrise", name: "Pizza Margherita Classica", price: "CHF 22", rating: 5, reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/delicious-vegan-pizza-social-post_23-2151895448.jpg", imageAlt: "Authentic Neapolitan Margherita pizza"}, { - id: "2", brand: "Seebrise", name: "Pasta Carbonara Fresca", price: "CHF 24", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pasta-dark-background_1220-7204.jpg", imageAlt: "Traditional creamy carbonara pasta"}, + id: "2", brand: "Seebrise", name: "Pasta Carbonara Fresca", price: "CHF 24", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pasta-dark-background_1220-7204.jpg", imageAlt: "Traditional creamy carbonara pasta"}, { - id: "3", brand: "Seebrise", name: "Pesci del Lago", price: "CHF 32", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/fish-dish-cooking-with-various-ingredients-fish-sorts-raw-sea-bass-with-lemon-garlic-herbs-spices-cutting-board-healthy-food-diet-nutrition-concept_114579-161.jpg", imageAlt: "Fresh grilled lake fish with herbs"}, + id: "3", brand: "Seebrise", name: "Pesci del Lago", price: "CHF 32", rating: 5, reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/fish-dish-cooking-with-various-ingredients-fish-sorts-raw-sea-bass-with-lemon-garlic-herbs-spices-cutting-board-healthy-food-diet-nutrition-concept_114579-161.jpg", imageAlt: "Fresh grilled lake fish with herbs"}, { - id: "4", brand: "Seebrise", name: "Osso Buco Milanese", price: "CHF 36", rating: 5, - reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg", imageAlt: "Slow-braised veal shank with risotto"}, + id: "4", brand: "Seebrise", name: "Osso Buco Milanese", price: "CHF 36", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/closeup-food-styling-steak-rustic-style_53876-42887.jpg", imageAlt: "Slow-braised veal shank with risotto"}, ]} buttons={[{ text: "View Full Menu", href: "#" }]} buttonAnimation="slide-up" @@ -142,18 +138,17 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - mediaAnimation="slide-up" buttonAnimation="slide-up" 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?_wi=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"}, { 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?_wi=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"}, { 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?_wi=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"}, ]} buttons={[{ text: "Reserve Now", href: "contact" }]} /> @@ -181,9 +176,9 @@ export default function LandingPage() {