Merge version_1 into main #2
@@ -18,47 +18,28 @@ export default function ContactPage() {
|
||||
|
||||
const faqs = [
|
||||
{
|
||||
id: "1",
|
||||
title: "What is your check-in and check-out time?",
|
||||
content:
|
||||
"Check-in is at 15:00 (3:00 PM) and check-out is at 10:00 (10:00 AM). Early check-in or late check-out may be available upon request — please call us at 0908 338 883 to arrange.",
|
||||
},
|
||||
id: "1", title: "What is your check-in and check-out time?", content:
|
||||
"Check-in is at 15:00 (3:00 PM) and check-out is at 10:00 (10:00 AM). Early check-in or late check-out may be available upon request — please call us at 0908 338 883 to arrange."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer free WiFi and parking?",
|
||||
content:
|
||||
"Yes! All our rooms include free WiFi and free parking on the property. We want your stay to be as comfortable and convenient as possible.",
|
||||
},
|
||||
id: "2", title: "Do you offer free WiFi and parking?", content:
|
||||
"Yes! All our rooms include free WiFi and free parking on the property. We want your stay to be as comfortable and convenient as possible."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I make a reservation?",
|
||||
content:
|
||||
"You can reach us by phone at 0908 338 883 to book directly, or use our online reservation form. We'll confirm your dates and room type, and answer any special requests.",
|
||||
},
|
||||
id: "3", title: "How do I make a reservation?", content:
|
||||
"You can reach us by phone at 0908 338 883 to book directly, or use our online reservation form. We'll confirm your dates and room type, and answer any special requests."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What amenities are included in the rooms?",
|
||||
content:
|
||||
"Each room features a comfortable bed, private bathroom, TV, WiFi, and clean comfortable furnishings. Room-specific amenities vary — please inquire about your chosen room type.",
|
||||
},
|
||||
id: "4", title: "What amenities are included in the rooms?", content:
|
||||
"Each room features a comfortable bed, private bathroom, TV, WiFi, and clean comfortable furnishings. Room-specific amenities vary — please inquire about your chosen room type."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are pets allowed?",
|
||||
content:
|
||||
"Pets may be allowed with prior notice. Please call us to discuss your specific needs and any additional arrangements.",
|
||||
},
|
||||
id: "5", title: "Are pets allowed?", content:
|
||||
"Pets may be allowed with prior notice. Please call us to discuss your specific needs and any additional arrangements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What is your cancellation policy?",
|
||||
content:
|
||||
"Our flexible cancellation policy allows free cancellations up to 48 hours before your arrival date. For details, please contact us directly at 0908 338 883.",
|
||||
},
|
||||
id: "6", title: "What is your cancellation policy?", content:
|
||||
"Our flexible cancellation policy allows free cancellations up to 48 hours before your arrival date. For details, please contact us directly at 0908 338 883."},
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Property",
|
||||
items: [
|
||||
title: "Property", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
@@ -66,8 +47,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Location & Directions", href: "/location" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Booking", href: "/contact" },
|
||||
@@ -75,8 +55,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: 0908 338 883", href: "tel:+421908338883" },
|
||||
{ label: "Email", href: "mailto:info@penzionmelis.sk" },
|
||||
{ label: "Location", href: "/location" },
|
||||
@@ -123,7 +102,7 @@ export default function ContactPage() {
|
||||
tag="Ready to Book?"
|
||||
title="Reserve Your Stay at Penzión MELIS"
|
||||
description="Contact us today to confirm your reservation or inquire about room availability. Call us directly or submit your booking request below."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send Request"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function LocationPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Property",
|
||||
items: [
|
||||
title: "Property", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
@@ -28,8 +27,7 @@ export default function LocationPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Location & Directions", href: "/location" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Booking", href: "/contact" },
|
||||
@@ -37,8 +35,7 @@ export default function LocationPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: 0908 338 883", href: "tel:+421908338883" },
|
||||
{ label: "Email", href: "mailto:info@penzionmelis.sk" },
|
||||
{ label: "Location", href: "/location" },
|
||||
@@ -72,23 +69,14 @@ export default function LocationPage() {
|
||||
<MetricCardThree
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: MapPin,
|
||||
title: "Milhostov",
|
||||
value: "Trebišov Region",
|
||||
},
|
||||
id: "1", icon: MapPin,
|
||||
title: "Milhostov", value: "Trebišov Region"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Phone,
|
||||
title: "Phone",
|
||||
value: "0908 338 883",
|
||||
},
|
||||
id: "2", icon: Phone,
|
||||
title: "Phone", value: "0908 338 883"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Clock,
|
||||
title: "Check-In",
|
||||
value: "15:00 • Out: 10:00",
|
||||
},
|
||||
id: "3", icon: Clock,
|
||||
title: "Check-In", value: "15:00 • Out: 10:00"},
|
||||
]}
|
||||
title="Strategic Location"
|
||||
description="Conveniently situated in eastern Slovakia with easy access to regional attractions"
|
||||
@@ -103,7 +91,7 @@ export default function LocationPage() {
|
||||
tag="Ready to Book?"
|
||||
title="Reserve Your Stay at Penzión MELIS"
|
||||
description="Contact us today to confirm your reservation or inquire about room availability. Call us directly or submit your booking request below."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send Request"
|
||||
|
||||
191
src/app/page.tsx
191
src/app/page.tsx
@@ -26,16 +26,14 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Property",
|
||||
items: [
|
||||
title: "Property", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Rooms", href: "/rooms" },
|
||||
{ label: "Reviews", href: "/" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", items: [
|
||||
{ label: "Location & Directions", href: "/" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
{ label: "Booking", href: "#contact" },
|
||||
@@ -43,8 +41,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Phone: 0908 338 883", href: "tel:+421908338883" },
|
||||
{ label: "Email", href: "mailto:info@penzionmelis.sk" },
|
||||
{ label: "Location", href: "#location" },
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+421908338883",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+421908338883"}}
|
||||
brandName="Penzión MELIS"
|
||||
/>
|
||||
</div>
|
||||
@@ -82,18 +77,14 @@ export default function HomePage() {
|
||||
description="Modern rooms, peaceful location, and excellent guest reviews. Your perfect stay awaits at Penzión MELIS."
|
||||
tag="4.9★ Trusted by 102+ Guests"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medieval-house_1182-802.jpg"
|
||||
imageAlt="Penzión MELIS exterior with landscaping"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: 0908 338 883",
|
||||
href: "tel:+421908338883",
|
||||
},
|
||||
text: "Call Now: 0908 338 883", href: "tel:+421908338883"},
|
||||
{
|
||||
text: "Check Availability",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Check Availability", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
className="hero-section"
|
||||
@@ -104,20 +95,13 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Why Stay With",
|
||||
},
|
||||
type: "text", content: "Why Stay With"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-psd/hotel-booking-comfortable-experience-template_23-2151608898.jpg",
|
||||
alt: "Penzión MELIS Logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-psd/hotel-booking-comfortable-experience-template_23-2151608898.jpg", alt: "Penzión MELIS Logo"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -131,41 +115,17 @@ export default function HomePage() {
|
||||
description="Premium amenities and authentic hospitality in Slovakia's eastern region"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Comfortable Modern Rooms",
|
||||
author: "Guest Favorite",
|
||||
description: "Clean, well-equipped rooms with WiFi, comfortable beds, and private bathrooms. Each room is thoughtfully designed for your comfort.",
|
||||
tags: ["WiFi", "Private Bath", "Comfortable Beds"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=1",
|
||||
imageAlt: "Modern room interior",
|
||||
},
|
||||
id: "1", title: "Comfortable Modern Rooms", author: "Guest Favorite", description: "Clean, well-equipped rooms with WiFi, comfortable beds, and private bathrooms. Each room is thoughtfully designed for your comfort.", tags: ["WiFi", "Private Bath", "Comfortable Beds"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Modern room interior"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Quiet Peaceful Location",
|
||||
author: "Valued Guest",
|
||||
description: "Nestled in the peaceful town of Milhostov near Trebišov. Perfect for relaxation and exploration of the beautiful region.",
|
||||
tags: ["Quiet Area", "Parking", "Safe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_74190-2395.jpg?_wi=1",
|
||||
imageAlt: "Peaceful exterior grounds",
|
||||
},
|
||||
id: "2", title: "Quiet Peaceful Location", author: "Valued Guest", description: "Nestled in the peaceful town of Milhostov near Trebišov. Perfect for relaxation and exploration of the beautiful region.", tags: ["Quiet Area", "Parking", "Safe"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-swimming-pool_74190-2395.jpg", imageAlt: "Peaceful exterior grounds"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Excellent Guest Ratings",
|
||||
author: "100+ Reviews",
|
||||
description: "Consistently rated 4.9 out of 5 stars by our guests. We pride ourselves on hospitality and attention to detail.",
|
||||
tags: ["4.9★ Rating", "Trusted", "Verified Reviews"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-handsome-young-man-sits-bed-shows-globe-tickets-has-suitcase-camera-packed_1258-270297.jpg?_wi=1",
|
||||
imageAlt: "Happy guests at Penzión MELIS",
|
||||
},
|
||||
id: "3", title: "Excellent Guest Ratings", author: "100+ Reviews", description: "Consistently rated 4.9 out of 5 stars by our guests. We pride ourselves on hospitality and attention to detail.", tags: ["4.9★ Rating", "Trusted", "Verified Reviews"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-handsome-young-man-sits-bed-shows-globe-tickets-has-suitcase-camera-packed_1258-270297.jpg", imageAlt: "Happy guests at Penzión MELIS"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Friendly Local Hospitality",
|
||||
author: "Personal Touch",
|
||||
description: "Our team goes the extra mile to ensure your stay is memorable. Local recommendations, warm welcome, and genuine care.",
|
||||
tags: ["Friendly Staff", "Local Tips", "Personal Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg?_wi=1",
|
||||
imageAlt: "Friendly staff at reception",
|
||||
},
|
||||
id: "4", title: "Friendly Local Hospitality", author: "Personal Touch", description: "Our team goes the extra mile to ensure your stay is memorable. Local recommendations, warm welcome, and genuine care.", tags: ["Friendly Staff", "Local Tips", "Personal Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professionals-greeted-by-hotel-staff-front-desk-businessmen-suits-arriving-luxury-resort-people-travelling-work-partnership-doing-check-procedure-reception_482257-65296.jpg", imageAlt: "Friendly staff at reception"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -180,29 +140,17 @@ export default function HomePage() {
|
||||
author="Verified Guest - Business Traveler"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-holding-disposable-coffee-cup_107420-12338.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-holding-disposable-coffee-cup_107420-12338.jpg", alt: "Guest 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-female-traveler-has-hands-outstretched-camera-makes-selfie-portrait_273609-26949.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-shot-happy-female-traveler-has-hands-outstretched-camera-makes-selfie-portrait_273609-26949.jpg", alt: "Guest 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-wanderer-enjoys-adventure-trip-makes-selfie-against-majestic-mountainious-landscape_273609-25800.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-wanderer-enjoys-adventure-trip-makes-selfie-against-majestic-mountainious-landscape_273609-25800.jpg", alt: "Guest 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-online-college-labels_23-2150548258.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/flat-design-online-college-labels_23-2150548258.jpg", alt: "Guest 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-beach-making-peace-sign_23-2148700306.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-beach-making-peace-sign_23-2148700306.jpg", alt: "Guest 5"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328292.jpg",
|
||||
alt: "Guest 6",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328292.jpg", alt: "Guest 6"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -217,29 +165,11 @@ export default function HomePage() {
|
||||
tag="Available Now"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Single Room",
|
||||
price: "Contact for rates",
|
||||
variant: "1 Guest • WiFi • Private Bath",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2734.jpg?_wi=1",
|
||||
imageAlt: "Single room",
|
||||
},
|
||||
id: "1", name: "Single Room", price: "Contact for rates", variant: "1 Guest • WiFi • Private Bath", imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2734.jpg", imageAlt: "Single room"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Double Room",
|
||||
price: "Contact for rates",
|
||||
variant: "2 Guests • WiFi • TV • Parking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg?_wi=1",
|
||||
imageAlt: "Double room",
|
||||
},
|
||||
id: "2", name: "Double Room", price: "Contact for rates", variant: "2 Guests • WiFi • TV • Parking", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12647.jpg", imageAlt: "Double room"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Family Room",
|
||||
price: "Contact for rates",
|
||||
variant: "4+ Guests • Kitchen • WiFi • Parking",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg?_wi=1",
|
||||
imageAlt: "Family room",
|
||||
},
|
||||
id: "3", name: "Family Room", price: "Contact for rates", variant: "4+ Guests • Kitchen • WiFi • Parking", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-friends-hostel_23-2150598856.jpg", imageAlt: "Family room"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -247,9 +177,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Rooms",
|
||||
href: "/rooms",
|
||||
},
|
||||
text: "View All Rooms", href: "/rooms"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -260,23 +188,14 @@ export default function HomePage() {
|
||||
description="Conveniently situated in eastern Slovakia with easy access to regional attractions"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: MapPin,
|
||||
title: "Milhostov",
|
||||
value: "Trebišov Region",
|
||||
},
|
||||
id: "1", icon: MapPin,
|
||||
title: "Milhostov", value: "Trebišov Region"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Phone,
|
||||
title: "Phone",
|
||||
value: "0908 338 883",
|
||||
},
|
||||
id: "2", icon: Phone,
|
||||
title: "Phone", value: "0908 338 883"},
|
||||
{
|
||||
id: "3",
|
||||
icon: Clock,
|
||||
title: "Check-In",
|
||||
value: "15:00 • Out: 10:00",
|
||||
},
|
||||
id: "3", icon: Clock,
|
||||
title: "Check-In", value: "15:00 • Out: 10:00"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -292,15 +211,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Business Travelers",
|
||||
"Families & Couples",
|
||||
"Tourists & Explorers",
|
||||
"Weekend Visitors",
|
||||
"Corporate Groups",
|
||||
"Regional Guests",
|
||||
"International Visitors",
|
||||
"Returning Customers",
|
||||
]}
|
||||
"Business Travelers", "Families & Couples", "Tourists & Explorers", "Weekend Visitors", "Corporate Groups", "Regional Guests", "International Visitors", "Returning Customers"]}
|
||||
speed={35}
|
||||
/>
|
||||
</div>
|
||||
@@ -311,35 +222,17 @@ export default function HomePage() {
|
||||
description="Find answers to common questions about your stay at Penzión MELIS"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is your check-in and check-out time?",
|
||||
content: "Check-in is at 15:00 (3:00 PM) and check-out is at 10:00 (10:00 AM). Early check-in or late check-out may be available upon request — please call us at 0908 338 883 to arrange.",
|
||||
},
|
||||
id: "1", title: "What is your check-in and check-out time?", content: "Check-in is at 15:00 (3:00 PM) and check-out is at 10:00 (10:00 AM). Early check-in or late check-out may be available upon request — please call us at 0908 338 883 to arrange."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you offer free WiFi and parking?",
|
||||
content: "Yes! All our rooms include free WiFi and free parking on the property. We want your stay to be as comfortable and convenient as possible.",
|
||||
},
|
||||
id: "2", title: "Do you offer free WiFi and parking?", content: "Yes! All our rooms include free WiFi and free parking on the property. We want your stay to be as comfortable and convenient as possible."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do I make a reservation?",
|
||||
content: "You can reach us by phone at 0908 338 883 to book directly, or use our online reservation form. We'll confirm your dates and room type, and answer any special requests.",
|
||||
},
|
||||
id: "3", title: "How do I make a reservation?", content: "You can reach us by phone at 0908 338 883 to book directly, or use our online reservation form. We'll confirm your dates and room type, and answer any special requests."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What amenities are included in the rooms?",
|
||||
content: "Each room features a comfortable bed, private bathroom, TV, WiFi, and clean comfortable furnishings. Room-specific amenities vary — please inquire about your chosen room type.",
|
||||
},
|
||||
id: "4", title: "What amenities are included in the rooms?", content: "Each room features a comfortable bed, private bathroom, TV, WiFi, and clean comfortable furnishings. Room-specific amenities vary — please inquire about your chosen room type."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are pets allowed?",
|
||||
content: "Pets may be allowed with prior notice. Please call us to discuss your specific needs and any additional arrangements.",
|
||||
},
|
||||
id: "5", title: "Are pets allowed?", content: "Pets may be allowed with prior notice. Please call us to discuss your specific needs and any additional arrangements."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What is your cancellation policy?",
|
||||
content: "Our flexible cancellation policy allows free cancellations up to 48 hours before your arrival date. For details, please contact us directly at 0908 338 883.",
|
||||
},
|
||||
id: "6", title: "What is your cancellation policy?", content: "Our flexible cancellation policy allows free cancellations up to 48 hours before your arrival date. For details, please contact us directly at 0908 338 883."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -353,7 +246,7 @@ export default function HomePage() {
|
||||
tag="Ready to Book?"
|
||||
title="Reserve Your Stay at Penzión MELIS"
|
||||
description="Contact us today to confirm your reservation or inquire about room availability. Call us directly or submit your booking request below."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Send Request"
|
||||
|
||||
Reference in New Issue
Block a user