From 083153cc651025ff0b6a6a2e3bbb96ae92a87843 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:54:38 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 100 ++++++++--------------------------------- 1 file changed, 18 insertions(+), 82 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7e23577..b4edee5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -10,26 +10,24 @@ import Link from "next/link"; export default function AboutPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Rooms", id: "rooms" }, - { name: "Gallery", id: "gallery" }, - { name: "Location", id: "location" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Rooms", id: "/rooms" }, + { name: "Gallery", id: "/gallery" }, + { name: "Location", id: "/about" }, + { name: "Contact", id: "#contact" }, ]; const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Rooms", href: "/rooms" }, { label: "Gallery", href: "/gallery" }, - { label: "About Us", href: "/about" }, + { label: "Location", href: "/about" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +421 911 756 756", href: "tel:+421911756756" }, { label: "Email: citypenzionkosice@gmail.com", href: "mailto:citypenzionkosice@gmail.com" }, { label: "Domčeková 8, Košice", href: "#" }, @@ -37,8 +35,7 @@ export default function AboutPage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "Check-in from 14:00", href: "#" }, { label: "Check-out until 10:00", href: "#" }, { label: "Free Parking", href: "#" }, @@ -46,8 +43,7 @@ export default function AboutPage() { ], }, { - title: "Nearby", - items: [ + title: "Nearby", items: [ { label: "St Elisabeth Cathedral", href: "#" }, { label: "Hlavná Street", href: "#" }, { label: "Technical Museum", href: "#" }, @@ -96,37 +92,13 @@ export default function AboutPage() { Date: Sun, 8 Mar 2026 09:54:38 +0000 Subject: [PATCH 2/5] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 86 ++++++++++------------------------------ 1 file changed, 20 insertions(+), 66 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index 254bc5d..62217df 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -11,26 +11,24 @@ import { Calendar, Home, Phone } from "lucide-react"; export default function BookingPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Rooms", id: "rooms" }, - { name: "Gallery", id: "gallery" }, - { name: "Location", id: "location" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Rooms", id: "/rooms" }, + { name: "Gallery", id: "/gallery" }, + { name: "Location", id: "/about" }, + { name: "Contact", id: "#contact" }, ]; const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, - { label: "Rooms", href: "/" }, + { label: "Rooms", href: "/rooms" }, { label: "Gallery", href: "/gallery" }, - { label: "About Us", href: "/" }, + { label: "Location", href: "/about" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +421 911 756 756", href: "tel:+421911756756" }, { label: "Email: citypenzionkosice@gmail.com", href: "mailto:citypenzionkosice@gmail.com" }, { label: "Domčeková 8, Košice", href: "#" }, @@ -38,8 +36,7 @@ export default function BookingPage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "Check-in from 14:00", href: "#" }, { label: "Check-out until 10:00", href: "#" }, { label: "Free Parking", href: "#" }, @@ -47,8 +44,7 @@ export default function BookingPage() { ], }, { - title: "Nearby", - items: [ + title: "Nearby", items: [ { label: "St Elisabeth Cathedral", href: "#" }, { label: "Hlavná Street", href: "#" }, { label: "Technical Museum", href: "#" }, @@ -73,7 +69,7 @@ export default function BookingPage() { @@ -96,29 +92,11 @@ export default function BookingPage() { @@ -136,37 +114,13 @@ export default function BookingPage() { Date: Sun, 8 Mar 2026 09:54:39 +0000 Subject: [PATCH 3/5] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 108 ++++++++------------------------------- 1 file changed, 22 insertions(+), 86 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 5491f0a..f948bff 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -11,26 +11,24 @@ import { Calendar, Coffee, Moon, ParkingCircle, Users, Wifi, Wind, Phone } from export default function GalleryPage() { const navItems = [ - { name: "Home", id: "home" }, - { name: "Rooms", id: "rooms" }, - { name: "Gallery", id: "gallery" }, - { name: "Location", id: "location" }, - { name: "Contact", id: "contact" }, + { name: "Home", id: "/" }, + { name: "Rooms", id: "/rooms" }, + { name: "Gallery", id: "/gallery" }, + { name: "Location", id: "/about" }, + { name: "Contact", id: "#contact" }, ]; const footerColumns = [ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, - { label: "Rooms", href: "/" }, + { label: "Rooms", href: "/rooms" }, { label: "Gallery", href: "/gallery" }, - { label: "About Us", href: "/" }, + { label: "Location", href: "/about" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +421 911 756 756", href: "tel:+421911756756" }, { label: "Email: citypenzionkosice@gmail.com", href: "mailto:citypenzionkosice@gmail.com" }, { label: "Domčeková 8, Košice", href: "#" }, @@ -38,8 +36,7 @@ export default function GalleryPage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "Check-in from 14:00", href: "#" }, { label: "Check-out until 10:00", href: "#" }, { label: "Free Parking", href: "#" }, @@ -47,8 +44,7 @@ export default function GalleryPage() { ], }, { - title: "Nearby", - items: [ + title: "Nearby", items: [ { label: "St Elisabeth Cathedral", href: "#" }, { label: "Hlavná Street", href: "#" }, { label: "Technical Museum", href: "#" }, @@ -73,7 +69,7 @@ export default function GalleryPage() { @@ -82,49 +78,13 @@ export default function GalleryPage() { Date: Sun, 8 Mar 2026 09:54:39 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 176 +++++++++-------------------------------------- 1 file changed, 32 insertions(+), 144 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 56ae8cf..f09ca62 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,11 +33,11 @@ export default function HomePage() { navItems={[ { name: "Home", id: "/" }, { name: "Rooms", id: "/rooms" }, - { name: "Gallery", id: "gallery" }, - { name: "Location", id: "location" }, - { name: "Contact", id: "contact" }, + { name: "Gallery", id: "/gallery" }, + { name: "Location", id: "/about" }, + { name: "Contact", id: "#contact" }, ]} - button={{ text: "Book Now", href: "booking" }} + button={{ text: "Book Now", href: "/booking" }} /> @@ -48,21 +48,15 @@ export default function HomePage() { background={{ variant: "downward-rays-static" }} avatars={[ { - src: "http://img.b2bpic.net/free-photo/full-shot-old-women-sitting-bench_23-2149357054.jpg", - alt: "City Penzion Košice exterior", - }, + src: "http://img.b2bpic.net/free-photo/full-shot-old-women-sitting-bench_23-2149357054.jpg", alt: "City Penzion Košice exterior"}, { - src: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg", - alt: "Welcoming entrance", - }, + src: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg", alt: "Welcoming entrance"}, { - src: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg", - alt: "Guest room", - }, + src: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg", alt: "Guest room"}, ]} avatarText="Trusted by guests from around the world" buttons={[ - { text: "Check Availability", href: "booking" }, + { text: "Check Availability", href: "/booking" }, { text: "View Rooms", href: "/rooms" }, ]} buttonAnimation="slide-up" @@ -91,35 +85,17 @@ export default function HomePage() { tagIcon={Home} products={[ { - id: "single-room", - name: "Single Room", - price: "From €35/night", - variant: "Private bathroom, Free Wi-Fi", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg?_wi=1", - imageAlt: "Single room with modern furniture", - }, + id: "single-room", name: "Single Room", price: "From €35/night", variant: "Private bathroom, Free Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg?_wi=1", imageAlt: "Single room with modern furniture"}, { - id: "double-room", - name: "Double Room", - price: "From €50/night", - variant: "Double bed, En-suite bathroom, TV", - imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=1", - imageAlt: "Comfortable double bedroom", - }, + id: "double-room", name: "Double Room", price: "From €50/night", variant: "Double bed, En-suite bathroom, TV", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=1", imageAlt: "Comfortable double bedroom"}, { - id: "twin-room", - name: "Twin Room", - price: "From €55/night", - variant: "Two single beds, Bathroom, Wi-Fi", - imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-twin-beds-blue-rug_9975-33072.jpg?_wi=1", - imageAlt: "Twin bedroom with two beds", - }, + id: "twin-room", name: "Twin Room", price: "From €55/night", variant: "Two single beds, Bathroom, Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-twin-beds-blue-rug_9975-33072.jpg?_wi=1", imageAlt: "Twin bedroom with two beds"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - buttons={[{ text: "Book Now", href: "booking" }]} + buttons={[{ text: "Book Now", href: "/booking" }]} /> @@ -131,46 +107,22 @@ export default function HomePage() { tagIcon={Sparkles} features={[ { - title: "Free Wi-Fi", - description: "High-speed wireless internet throughout the entire guesthouse for seamless connectivity.", - imageSrc: "http://img.b2bpic.net/free-vector/blue-device-background-with-free-wifi_23-2147633812.jpg?_wi=1", - imageAlt: "Free WiFi available", - buttonIcon: Wifi, + title: "Free Wi-Fi", description: "High-speed wireless internet throughout the entire guesthouse for seamless connectivity.", imageSrc: "http://img.b2bpic.net/free-vector/blue-device-background-with-free-wifi_23-2147633812.jpg?_wi=1", imageAlt: "Free WiFi available", buttonIcon: Wifi, }, { - title: "Free Parking", - description: "Complimentary parking available near the property and in the courtyard for all guests.", - imageSrc: "http://img.b2bpic.net/free-vector/shopping-center-parking-composition_1284-20061.jpg?_wi=1", - imageAlt: "Free parking", - buttonIcon: ParkingCircle, + title: "Free Parking", description: "Complimentary parking available near the property and in the courtyard for all guests.", imageSrc: "http://img.b2bpic.net/free-vector/shopping-center-parking-composition_1284-20061.jpg?_wi=1", imageAlt: "Free parking", buttonIcon: ParkingCircle, }, { - title: "Air Conditioning", - description: "Selected rooms feature air conditioning for year-round comfort during warm months.", - imageSrc: "http://img.b2bpic.net/free-vector/simple-closed-vacation-sign-template_742173-8407.jpg?_wi=1", - imageAlt: "Air conditioning in rooms", - buttonIcon: Wind, + title: "Air Conditioning", description: "Selected rooms feature air conditioning for year-round comfort during warm months.", imageSrc: "http://img.b2bpic.net/free-vector/simple-closed-vacation-sign-template_742173-8407.jpg?_wi=1", imageAlt: "Air conditioning in rooms", buttonIcon: Wind, }, { - title: "Snack Bar", - description: "On-site snack bar serving refreshing drinks and light snacks throughout the day.", - imageSrc: "http://img.b2bpic.net/free-photo/mixing-ingredients_1098-18040.jpg?_wi=1", - imageAlt: "Refreshment bar", - buttonIcon: Coffee, + title: "Snack Bar", description: "On-site snack bar serving refreshing drinks and light snacks throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/mixing-ingredients_1098-18040.jpg?_wi=1", imageAlt: "Refreshment bar", buttonIcon: Coffee, }, { - title: "Quiet Environment", - description: "Located in a peaceful residential area away from city noise, perfect for a restful stay.", - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg?_wi=1", - imageAlt: "Peaceful interior", - buttonIcon: Moon, + title: "Quiet Environment", description: "Located in a peaceful residential area away from city noise, perfect for a restful stay.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg?_wi=1", imageAlt: "Peaceful interior", buttonIcon: Moon, }, { - title: "Professional Service", - description: "Dedicated staff ready to assist with reservations, local information, and special requests.", - imageSrc: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg?_wi=1", - imageAlt: "Professional service", - buttonIcon: Users, + title: "Professional Service", description: "Dedicated staff ready to assist with reservations, local information, and special requests.", imageSrc: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg?_wi=1", imageAlt: "Professional service", buttonIcon: Users, }, ]} textboxLayout="default" @@ -200,37 +152,13 @@ export default function HomePage() { tag="Explore Košice" metrics={[ { - id: "cathedral", - value: "1.2 km", - title: "St Elisabeth Cathedral", - description: "Iconic gothic cathedral in the heart of Košice's historic center", - imageSrc: "http://img.b2bpic.net/free-photo/notre-dame-basilica-ottawa-ontario-canada_649448-1177.jpg?_wi=1", - imageAlt: "St Elisabeth Cathedral", - }, + id: "cathedral", value: "1.2 km", title: "St Elisabeth Cathedral", description: "Iconic gothic cathedral in the heart of Košice's historic center", imageSrc: "http://img.b2bpic.net/free-photo/notre-dame-basilica-ottawa-ontario-canada_649448-1177.jpg?_wi=1", imageAlt: "St Elisabeth Cathedral"}, { - id: "hlavna", - value: "1.5 km", - title: "Hlavná Street", - description: "Historic pedestrian street with shops, cafés, and restaurants", - imageSrc: "http://img.b2bpic.net/free-photo/bells-gothic-arch-upward-view-historic-tower_169016-68405.jpg?_wi=1", - imageAlt: "Hlavná Street main square", - }, + id: "hlavna", value: "1.5 km", title: "Hlavná Street", description: "Historic pedestrian street with shops, cafés, and restaurants", imageSrc: "http://img.b2bpic.net/free-photo/bells-gothic-arch-upward-view-historic-tower_169016-68405.jpg?_wi=1", imageAlt: "Hlavná Street main square"}, { - id: "museum", - value: "2 km", - title: "Technical Museum", - description: "Fascinating exhibitions of Slovak technical heritage and innovation", - imageSrc: "http://img.b2bpic.net/free-photo/roof-old-building-front-blue-sky-day-time_231208-3243.jpg?_wi=1", - imageAlt: "Slovak Technical Museum", - }, + id: "museum", value: "2 km", title: "Technical Museum", description: "Fascinating exhibitions of Slovak technical heritage and innovation", imageSrc: "http://img.b2bpic.net/free-photo/roof-old-building-front-blue-sky-day-time_231208-3243.jpg?_wi=1", imageAlt: "Slovak Technical Museum"}, { - id: "prison", - value: "2.5 km", - title: "Mikluš Prison Museum", - description: "Historical museum in a preserved 14th century fortress prison", - imageSrc: "http://img.b2bpic.net/free-photo/interior-national-art-museum-bucharest-romania-golden-details-marble-painting_1268-19831.jpg?_wi=1", - imageAlt: "Mikluš Prison Museum", - }, + id: "prison", value: "2.5 km", title: "Mikluš Prison Museum", description: "Historical museum in a preserved 14th century fortress prison", imageSrc: "http://img.b2bpic.net/free-photo/interior-national-art-museum-bucharest-romania-golden-details-marble-painting_1268-19831.jpg?_wi=1", imageAlt: "Mikluš Prison Museum"}, ]} textboxLayout="default" animationType="slide-up" @@ -245,49 +173,13 @@ export default function HomePage() { tag="Photo Gallery" blogs={[ { - id: "exterior", - category: "Building", - title: "Welcoming Exterior", - excerpt: "Our cozy guesthouse in a quiet residential neighborhood, easily accessible and inviting.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-women-sitting-bench_23-2149357054.jpg?_wi=1", - imageAlt: "Guesthouse exterior", - authorName: "City Penzion Košice", - authorAvatar: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg", - date: "Accommodation", - }, + id: "exterior", category: "Building", title: "Welcoming Exterior", excerpt: "Our cozy guesthouse in a quiet residential neighborhood, easily accessible and inviting.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-old-women-sitting-bench_23-2149357054.jpg?_wi=1", imageAlt: "Guesthouse exterior", authorName: "City Penzion Košice", authorAvatar: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg", date: "Accommodation"}, { - id: "rooms", - category: "Comfort", - title: "Modern Comfortable Rooms", - excerpt: "All rooms feature comfortable beds, private bathrooms, and modern amenities for a restful stay.", - imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=2", - imageAlt: "Guest room", - authorName: "City Penzion Košice", - authorAvatar: "http://img.b2bpic.net/free-photo/shower-box_74190-2118.jpg", - date: "Amenities", - }, + id: "rooms", category: "Comfort", title: "Modern Comfortable Rooms", excerpt: "All rooms feature comfortable beds, private bathrooms, and modern amenities for a restful stay.", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=2", imageAlt: "Guest room", authorName: "City Penzion Košice", authorAvatar: "http://img.b2bpic.net/free-photo/shower-box_74190-2118.jpg", date: "Amenities"}, { - id: "facilities", - category: "Services", - title: "Professional Facilities", - excerpt: "Experience convenience with our range of services including free Wi-Fi, parking, and snack bar.", - imageSrc: "http://img.b2bpic.net/free-photo/mixing-ingredients_1098-18040.jpg?_wi=2", - imageAlt: "Snack bar and refreshments", - authorName: "City Penzion Košice", - authorAvatar: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg", - date: "Services", - }, + id: "facilities", category: "Services", title: "Professional Facilities", excerpt: "Experience convenience with our range of services including free Wi-Fi, parking, and snack bar.", imageSrc: "http://img.b2bpic.net/free-photo/mixing-ingredients_1098-18040.jpg?_wi=2", imageAlt: "Snack bar and refreshments", authorName: "City Penzion Košice", authorAvatar: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg", date: "Services"}, { - id: "location", - category: "Access", - title: "Perfect City Center Location", - excerpt: "Close to historic attractions, restaurants, and shops in the beautiful city of Košice.", - imageSrc: "http://img.b2bpic.net/free-photo/bells-gothic-arch-upward-view-historic-tower_169016-68405.jpg?_wi=2", - imageAlt: "City center location", - authorName: "City Penzion Košice", - authorAvatar: "http://img.b2bpic.net/free-photo/king-ferdinand-i-statue-oradea-romania_1268-22100.jpg", - date: "Location", - }, + id: "location", category: "Access", title: "Perfect City Center Location", excerpt: "Close to historic attractions, restaurants, and shops in the beautiful city of Košice.", imageSrc: "http://img.b2bpic.net/free-photo/bells-gothic-arch-upward-view-historic-tower_169016-68405.jpg?_wi=2", imageAlt: "City center location", authorName: "City Penzion Košice", authorAvatar: "http://img.b2bpic.net/free-photo/king-ferdinand-i-statue-oradea-romania_1268-22100.jpg", date: "Location"}, ]} textboxLayout="default" animationType="slide-up" @@ -314,17 +206,15 @@ export default function HomePage() { logoText="City Penzion Košice" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Rooms", href: "/rooms" }, - { label: "Gallery", href: "#gallery" }, - { label: "Location", href: "#location" }, + { label: "Gallery", href: "/gallery" }, + { label: "Location", href: "/about" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +421 911 756 756", href: "tel:+421911756756" }, { label: "Email: citypenzionkosice@gmail.com", href: "mailto:citypenzionkosice@gmail.com" }, { label: "Domčeková 8, Košice", href: "#" }, @@ -332,8 +222,7 @@ export default function HomePage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "Check-in from 14:00", href: "#" }, { label: "Check-out until 10:00", href: "#" }, { label: "Free Parking", href: "#" }, @@ -341,8 +230,7 @@ export default function HomePage() { ], }, { - title: "Nearby", - items: [ + title: "Nearby", items: [ { label: "St Elisabeth Cathedral", href: "#" }, { label: "Hlavná Street", href: "#" }, { label: "Technical Museum", href: "#" }, -- 2.49.1 From 93ed549208405a8560b45b0c19be4b41fa3b9a67 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:54:39 +0000 Subject: [PATCH 5/5] Update src/app/rooms/page.tsx --- src/app/rooms/page.tsx | 84 ++++++++++-------------------------------- 1 file changed, 19 insertions(+), 65 deletions(-) diff --git a/src/app/rooms/page.tsx b/src/app/rooms/page.tsx index 6aeee1d..c84a7bb 100644 --- a/src/app/rooms/page.tsx +++ b/src/app/rooms/page.tsx @@ -29,11 +29,11 @@ export default function RoomsPage() { navItems={[ { name: "Home", id: "/" }, { name: "Rooms", id: "/rooms" }, - { name: "Gallery", id: "#gallery" }, - { name: "Location", id: "#location" }, + { name: "Gallery", id: "/gallery" }, + { name: "Location", id: "/about" }, { name: "Contact", id: "#contact" }, ]} - button={{ text: "Book Now", href: "booking" }} + button={{ text: "Book Now", href: "/booking" }} /> @@ -45,35 +45,17 @@ export default function RoomsPage() { tagIcon={Home} products={[ { - id: "single-room", - name: "Single Room", - price: "From €35/night", - variant: "Private bathroom, Free Wi-Fi", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg?_wi=2", - imageAlt: "Single room with modern furniture", - }, + id: "single-room", name: "Single Room", price: "From €35/night", variant: "Private bathroom, Free Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg?_wi=2", imageAlt: "Single room with modern furniture"}, { - id: "double-room", - name: "Double Room", - price: "From €50/night", - variant: "Double bed, En-suite bathroom, TV", - imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=3", - imageAlt: "Comfortable double bedroom", - }, + id: "double-room", name: "Double Room", price: "From €50/night", variant: "Double bed, En-suite bathroom, TV", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=3", imageAlt: "Comfortable double bedroom"}, { - id: "twin-room", - name: "Twin Room", - price: "From €55/night", - variant: "Two single beds, Bathroom, Wi-Fi", - imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-twin-beds-blue-rug_9975-33072.jpg?_wi=2", - imageAlt: "Twin bedroom with two beds", - }, + id: "twin-room", name: "Twin Room", price: "From €55/night", variant: "Two single beds, Bathroom, Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-twin-beds-blue-rug_9975-33072.jpg?_wi=2", imageAlt: "Twin bedroom with two beds"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - buttons={[{ text: "Book Now", href: "#booking" }]} + buttons={[{ text: "Book Now", href: "/booking" }]} /> @@ -85,46 +67,22 @@ export default function RoomsPage() { tagIcon={Sparkles} features={[ { - title: "Free Wi-Fi", - description: "High-speed wireless internet throughout the entire guesthouse for seamless connectivity.", - imageSrc: "http://img.b2bpic.net/free-vector/blue-device-background-with-free-wifi_23-2147633812.jpg?_wi=2", - imageAlt: "Free WiFi available", - buttonIcon: Wifi, + title: "Free Wi-Fi", description: "High-speed wireless internet throughout the entire guesthouse for seamless connectivity.", imageSrc: "http://img.b2bpic.net/free-vector/blue-device-background-with-free-wifi_23-2147633812.jpg?_wi=2", imageAlt: "Free WiFi available", buttonIcon: Wifi, }, { - title: "Free Parking", - description: "Complimentary parking available near the property and in the courtyard for all guests.", - imageSrc: "http://img.b2bpic.net/free-vector/shopping-center-parking-composition_1284-20061.jpg?_wi=2", - imageAlt: "Free parking", - buttonIcon: ParkingCircle, + title: "Free Parking", description: "Complimentary parking available near the property and in the courtyard for all guests.", imageSrc: "http://img.b2bpic.net/free-vector/shopping-center-parking-composition_1284-20061.jpg?_wi=2", imageAlt: "Free parking", buttonIcon: ParkingCircle, }, { - title: "Air Conditioning", - description: "Selected rooms feature air conditioning for year-round comfort during warm months.", - imageSrc: "http://img.b2bpic.net/free-vector/simple-closed-vacation-sign-template_742173-8407.jpg?_wi=2", - imageAlt: "Air conditioning in rooms", - buttonIcon: Wind, + title: "Air Conditioning", description: "Selected rooms feature air conditioning for year-round comfort during warm months.", imageSrc: "http://img.b2bpic.net/free-vector/simple-closed-vacation-sign-template_742173-8407.jpg?_wi=2", imageAlt: "Air conditioning in rooms", buttonIcon: Wind, }, { - title: "Snack Bar", - description: "On-site snack bar serving refreshing drinks and light snacks throughout the day.", - imageSrc: "http://img.b2bpic.net/free-photo/mixing-ingredients_1098-18040.jpg?_wi=3", - imageAlt: "Refreshment bar", - buttonIcon: Coffee, + title: "Snack Bar", description: "On-site snack bar serving refreshing drinks and light snacks throughout the day.", imageSrc: "http://img.b2bpic.net/free-photo/mixing-ingredients_1098-18040.jpg?_wi=3", imageAlt: "Refreshment bar", buttonIcon: Coffee, }, { - title: "Quiet Environment", - description: "Located in a peaceful residential area away from city noise, perfect for a restful stay.", - imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg?_wi=2", - imageAlt: "Peaceful interior", - buttonIcon: Moon, + title: "Quiet Environment", description: "Located in a peaceful residential area away from city noise, perfect for a restful stay.", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-listening-diverse-male-patients-clinic-lobby_482257-131184.jpg?_wi=2", imageAlt: "Peaceful interior", buttonIcon: Moon, }, { - title: "Professional Service", - description: "Dedicated staff ready to assist with reservations, local information, and special requests.", - imageSrc: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg?_wi=2", - imageAlt: "Professional service", - buttonIcon: Users, + title: "Professional Service", description: "Dedicated staff ready to assist with reservations, local information, and special requests.", imageSrc: "http://img.b2bpic.net/free-photo/broken-box-delivered-client_23-2147767811.jpg?_wi=2", imageAlt: "Professional service", buttonIcon: Users, }, ]} textboxLayout="default" @@ -151,17 +109,15 @@ export default function RoomsPage() { logoText="City Penzion Košice" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { label: "Home", href: "/" }, { label: "Rooms", href: "/rooms" }, - { label: "Gallery", href: "#gallery" }, - { label: "Location", href: "#location" }, + { label: "Gallery", href: "/gallery" }, + { label: "Location", href: "/about" }, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Phone: +421 911 756 756", href: "tel:+421911756756" }, { label: "Email: citypenzionkosice@gmail.com", href: "mailto:citypenzionkosice@gmail.com" }, { label: "Domčeková 8, Košice", href: "#" }, @@ -169,8 +125,7 @@ export default function RoomsPage() { ], }, { - title: "Information", - items: [ + title: "Information", items: [ { label: "Check-in from 14:00", href: "#" }, { label: "Check-out until 10:00", href: "#" }, { label: "Free Parking", href: "#" }, @@ -178,8 +133,7 @@ export default function RoomsPage() { ], }, { - title: "Nearby", - items: [ + title: "Nearby", items: [ { label: "St Elisabeth Cathedral", href: "#" }, { label: "Hlavná Street", href: "#" }, { label: "Technical Museum", href: "#" }, -- 2.49.1