Update src/app/rooms/page.tsx

This commit is contained in:
2026-03-08 09:54:39 +00:00
parent bff653c139
commit 93ed549208

View File

@@ -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" }}
/>
</div>
@@ -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" }]}
/>
</div>
@@ -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: "#" },