Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 11:52:01 +00:00

View File

@@ -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?_wi=1", imageAlt: "Fresh caught 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"
},
{
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?_wi=1", imageAlt: "Panoramic seaside terrace views at sunset"
imageSrc: "http://img.b2bpic.net/free-photo/beach-party-concept-with-wooden-plank_23-2147642617.jpg", 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?_wi=1", imageAlt: "Live band performing at restaurant terrace"
imageSrc: "http://img.b2bpic.net/free-photo/woman-performing-live-music-local-event_23-2149188091.jpg", imageAlt: "Live band performing at restaurant terrace"
}
]}
animationType="slide-up"
@@ -124,7 +124,7 @@ export default function LandingPage() {
id: "6", name: "Sofia Moretti", handle: "@sofia_lifestyle", testimonial: "Elegant yet approachable. The mussels and wine pairing were exceptional. Staff remembers us from our first visit that personal touch makes all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "Sofia Moretti"
}
]}
animationType="entrance-slide"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
speed={40}
@@ -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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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"
]