From 31d015eac7f2ccb0b3671bb7aa92397e0fa028c8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:52:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0919b0..414fc7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,15 +78,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Fresh Daily Catch", tags: ["Seafood", "Daily Selection"], - imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-11483.jpg", imageAlt: "Fresh caught seafood daily selection" + imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-11483.jpg?_wi=1", imageAlt: "Fresh caught seafood daily selection" }, { id: "2", title: "Panoramic Sea Views", tags: ["Terrace", "Sunset Dining"], - imageSrc: "http://img.b2bpic.net/free-photo/beach-party-concept-with-wooden-plank_23-2147642617.jpg", imageAlt: "Panoramic seaside terrace views at sunset" + imageSrc: "http://img.b2bpic.net/free-photo/beach-party-concept-with-wooden-plank_23-2147642617.jpg?_wi=1", imageAlt: "Panoramic seaside terrace views at sunset" }, { id: "3", title: "Live Music Entertainment", tags: ["Events", "Weekends"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-live-music-local-event_23-2149188091.jpg", imageAlt: "Live band performing at restaurant terrace" + imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-live-music-local-event_23-2149188091.jpg?_wi=1", imageAlt: "Live band performing at restaurant terrace" } ]} animationType="slide-up" @@ -157,19 +157,19 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "couple", title: "Romantic Dinner", price: "From €35", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/beach-party-concept-with-wooden-plank_23-2147642617.jpg", imageAlt: "Couple dining at terrace", button: { text: "Reserve Table", href: "contact" }, + id: "couple", title: "Romantic Dinner", price: "From €35", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/beach-party-concept-with-wooden-plank_23-2147642617.jpg?_wi=2", imageAlt: "Couple dining at terrace", button: { text: "Reserve Table", href: "contact" }, features: [ "Prime waterfront seating", "Appetizer & main course selection", "Wine pairing recommendations", "Live music entertainment", "Complimentary dessert (2+ hours)" ] }, { - id: "family", title: "Family Gathering", price: "From €28", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-11483.jpg", imageAlt: "Family dining group", button: { text: "Reserve Table", href: "contact" }, + id: "family", title: "Family Gathering", price: "From €28", period: "per person", imageSrc: "http://img.b2bpic.net/free-photo/sandwiches-with-smoked-salmon-cream-cheese-dill_114579-11483.jpg?_wi=2", imageAlt: "Family dining group", button: { text: "Reserve Table", href: "contact" }, features: [ "Flexible seating arrangements", "Kids menu available", "Fresh seafood selections", "Relaxed atmosphere", "Group discount (8+ guests)" ] }, { - id: "private", title: "Private Events", price: "Custom", period: "inquire for details", imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-live-music-local-event_23-2149188091.jpg", imageAlt: "Private event setup", button: { text: "Get Quote", href: "contact" }, + id: "private", title: "Private Events", price: "Custom", period: "inquire for details", imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-live-music-local-event_23-2149188091.jpg?_wi=2", imageAlt: "Private event setup", button: { text: "Get Quote", href: "contact" }, features: [ "Exclusive venue access", "Customizable menu", "Live band arrangements", "Professional event coordination", "Private terrace available" ] -- 2.49.1