diff --git a/src/app/page.tsx b/src/app/page.tsx index a833349..67c6a3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,146 +31,47 @@ export default function LandingPage() {
@@ -179,7 +80,7 @@ export default function LandingPage() { useInvertedBackground={true} title="History & Comfort Combined" description="Originally built in 1953 as part of the lock construction camp, our family-run hotel offers unique ground-floor rooms with private entrances and scenic water views. Clean, quiet, and exceptionally welcoming." - imageSrc="http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg" /> @@ -188,53 +89,23 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - title: "Excellent Breakfast", - description: "Enjoy a delicious, extensive breakfast buffet featuring fresh local breads and cheeses.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-poached-egg-with-cup-tea-cheese-flowers-jar-board-cookware_176474-3189.jpg", - imageAlt: "Breakfast", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/bun-with-cheese-orange-juice-grater-wooden-plank_176474-2684.jpg", - imageAlt: "Breakfast", - }, - imageSrc: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22566.jpg?_wi=2", - imageAlt: "delicious continental breakfast spread", - }, - { - title: "Cyclist Friendly", - description: "We provide secure indoor storage for your bicycles, making us the perfect stop on your route.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/cropped-picture-young-african-handsome-man_171337-13049.jpg", - imageAlt: "Bikes", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/couple-fixing-damaged-bicycles_482257-109127.jpg", - imageAlt: "Bikes", - }, - imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2", - imageAlt: "delicious continental breakfast spread", - }, - { - title: "Scenic Location", - description: "Situated directly on the harbor, enjoy sunsets and walking tours just steps from your door.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-photo-luxury-glamorous-yachts-sailboats-docked-parked-marina-port-barcelona-spain_346278-322.jpg", - imageAlt: "Harbor", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/sailing-boats-yachts-pier-stockholm-front-city-center_72229-274.jpg", - imageAlt: "Harbor", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-by-window_1303-19262.jpg?_wi=1", - imageAlt: "delicious continental breakfast spread", - }, - ]} showStepNumbers={false} title="Why Guests Love Us" description="We offer more than just a place to sleep—we provide a true local experience." + features={[ + { + title: "Excellent Breakfast", description: "Enjoy a delicious, extensive breakfast buffet featuring fresh local breads and cheeses.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-poached-egg-with-cup-tea-cheese-flowers-jar-board-cookware_176474-3189.jpg", imageAlt: "Breakfast" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/bun-with-cheese-orange-juice-grater-wooden-plank_176474-2684.jpg", imageAlt: "Breakfast" } + }, + { + title: "Cyclist Friendly", description: "We provide secure indoor storage for your bicycles, making us the perfect stop on your route.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-picture-young-african-handsome-man_171337-13049.jpg", imageAlt: "Bikes" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/couple-fixing-damaged-bicycles_482257-109127.jpg", imageAlt: "Bikes" } + }, + { + title: "Scenic Location", description: "Situated directly on the harbor, enjoy sunsets and walking tours just steps from your door.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/horizontal-photo-luxury-glamorous-yachts-sailboats-docked-parked-marina-port-barcelona-spain_346278-322.jpg", imageAlt: "Harbor" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sailing-boats-yachts-pier-stockholm-front-city-center_72229-274.jpg", imageAlt: "Harbor" } + } + ]} /> @@ -245,39 +116,15 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "room-only", - title: "Room Only", - price: "€85", - period: "per night", - features: [ - "Private entrance", - "Fridge & TV", - "Free WiFi", - ], - button: { - text: "Inquire", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-white-catamaran-sailing-past-coastal-pier_1308-189308.jpg", - imageAlt: "peaceful marina harbor view", + id: "room-only", title: "Room Only", price: "€85", period: "per night", features: ["Private entrance", "Fridge & TV", "Free WiFi"], + button: { text: "Inquire", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-white-catamaran-sailing-past-coastal-pier_1308-189308.jpg", imageAlt: "peaceful marina harbor view" }, { - id: "room-breakfast", - title: "Room & Breakfast", - price: "€105", - period: "per night", - features: [ - "All standard amenities", - "Extensive breakfast", - "Local hospitality", - ], - button: { - text: "Inquire", - href: "#contact", - }, - imageSrc: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22566.jpg?_wi=3", - imageAlt: "peaceful marina harbor view", - }, + id: "room-breakfast", title: "Room & Breakfast", price: "€105", period: "per night", features: ["All standard amenities", "Extensive breakfast", "Local hospitality"], + button: { text: "Inquire", href: "#contact" }, + imageSrc: "http://img.b2bpic.net/free-photo/sea-embankment-sunset-with-clear-cloudless-sky_169016-22566.jpg", imageAlt: "peaceful marina harbor view" + } ]} title="Simple Stay Options" description="Transparent pricing for a comfortable night in Lelystad." @@ -288,48 +135,14 @@ export default function LandingPage() { @@ -417,45 +193,9 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/boats-sea_181624-10702.jpg" logoText="De Lange Jammer" columns={[ - { - title: "Navigation", - items: [ - { - label: "Home", - href: "#hero", - }, - { - label: "About", - href: "#about", - }, - ], - }, - { - title: "Services", - items: [ - { - label: "Breakfast", - href: "#features", - }, - { - label: "Cycling Tours", - href: "#features", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "Call Us", - href: "tel:+31320234140", - }, - { - label: "Location", - href: "#contact", - }, - ], - }, + { title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }] }, + { title: "Services", items: [{ label: "Breakfast", href: "#features" }, { label: "Cycling Tours", href: "#features" }] }, + { title: "Contact", items: [{ label: "Call Us", href: "tel:+31320234140" }, { label: "Location", href: "#contact" }] } ]} />