Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-03 13:00:42 +00:00
6 changed files with 78 additions and 237 deletions

View File

@@ -48,9 +48,10 @@ export default function AboutPage() {
{ value: "15+", title: "Years of Excellence" },
{ value: "50k+", title: "Happy Guests Annually" },
]}
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg"
imageAlt="Palfina Hotel exterior building"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -59,41 +60,17 @@ export default function AboutPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=7",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=8",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emma Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=9",
imageAlt: "Emma Rodriguez",
},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Emma Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=10",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Lisa Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=11",
imageAlt: "Lisa Anderson",
},
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Lisa Anderson"},
{
id: "6",
name: "James Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=12",
imageAlt: "James Wilson",
},
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "James Wilson"},
]}
cardTitle="Join thousands of satisfied guests who have experienced the Palfina Hotel difference"
cardTag="Guest Reviews"
@@ -107,8 +84,7 @@ export default function AboutPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Facilities", href: "/facilities" },
@@ -116,8 +92,7 @@ export default function AboutPage() {
],
},
{
title: "Book",
items: [
title: "Book", items: [
{ label: "Check Availability", href: "#" },
{ label: "Special Offers", href: "#" },
{ label: "Corporate Rates", href: "#" },
@@ -125,8 +100,7 @@ export default function AboutPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Cancellation Policy", href: "#" },
@@ -134,8 +108,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },

View File

@@ -40,28 +40,20 @@ export default function ContactPage() {
title="Get in Touch with Palfina Hotel"
description="Have questions about our rooms, facilities, or services? Our dedicated guest relations team is here to help. Reach out and let us know how we can assist you."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageAlt="Palfina Hotel hospitality and dining"
mediaAnimation="slide-up"
mediaPosition="right"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your inquiry or special needs...",
rows: 5,
name: "message", placeholder: "Tell us about your inquiry or special needs...", rows: 5,
required: true,
}}
buttonText="Send Message"
@@ -72,8 +64,7 @@ export default function ContactPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Facilities", href: "/facilities" },
@@ -81,8 +72,7 @@ export default function ContactPage() {
],
},
{
title: "Book",
items: [
title: "Book", items: [
{ label: "Check Availability", href: "#" },
{ label: "Special Offers", href: "#" },
{ label: "Corporate Rates", href: "#" },
@@ -90,8 +80,7 @@ export default function ContactPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Cancellation Policy", href: "#" },
@@ -99,8 +88,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },

View File

@@ -84,6 +84,7 @@ export default function FacilitiesPage() {
imageSrc="http://img.b2bpic.net/free-photo/exotic-lunch-hotel-outdoor-shot-table-with-fruits-swimming-pool_197531-20911.jpg"
imageAlt="Resort swimming pool and outdoor facilities"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -92,8 +93,7 @@ export default function FacilitiesPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Facilities", href: "/facilities" },
@@ -101,8 +101,7 @@ export default function FacilitiesPage() {
],
},
{
title: "Book",
items: [
title: "Book", items: [
{ label: "Check Availability", href: "#" },
{ label: "Special Offers", href: "#" },
{ label: "Corporate Rates", href: "#" },
@@ -110,8 +109,7 @@ export default function FacilitiesPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Cancellation Policy", href: "#" },
@@ -119,8 +117,7 @@ export default function FacilitiesPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },

View File

@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Palfina Hotel - Luxury Accommodation & Premium Hospitality",
description: "Experience luxury at Palfina Hotel with premium rooms, world-class amenities, and exceptional service. Book your stay today and enjoy true hospitality.",
keywords: "luxury hotel, accommodation, rooms, amenities, hospitality, booking",
metadataBase: new URL("https://palfina-hotel.com"),
title: "Palfina Hotel - Luxury Accommodation & Premium Hospitality", description: "Experience luxury at Palfina Hotel with premium rooms, world-class amenities, and exceptional service. Book your stay today and enjoy true hospitality.", keywords: "luxury hotel, accommodation, rooms, amenities, hospitality, booking", metadataBase: new URL("https://palfina-hotel.com"),
alternates: {
canonical: "https://palfina-hotel.com",
},
canonical: "https://palfina-hotel.com"},
openGraph: {
title: "Palfina Hotel - Luxury Accommodation",
description: "Discover luxury accommodation at Palfina Hotel. World-class amenities, premium rooms, and exceptional service await.",
url: "https://palfina-hotel.com",
siteName: "Palfina Hotel",
type: "website",
images: [
title: "Palfina Hotel - Luxury Accommodation", description: "Discover luxury accommodation at Palfina Hotel. World-class amenities, premium rooms, and exceptional service await.", url: "https://palfina-hotel.com", siteName: "Palfina Hotel", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg",
alt: "Palfina Hotel luxury lobby",
},
url: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg", alt: "Palfina Hotel luxury lobby"},
],
},
twitter: {
card: "summary_large_image",
title: "Palfina Hotel - Luxury Accommodation",
description: "Experience premium hospitality at Palfina Hotel",
images: ["http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"],
card: "summary_large_image", title: "Palfina Hotel - Luxury Accommodation", description: "Experience premium hospitality at Palfina Hotel", images: ["http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg"],
},
robots: {
index: true,

View File

@@ -71,11 +71,8 @@ export default function HomePage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Check Availability",
logoIcon: Hotel,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg",
searchPlaceholder: "Select your dates",
sidebarItems: [
title: "Check Availability", logoIcon: Hotel,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-looking-out-window_23-2149622868.jpg", searchPlaceholder: "Select your dates", sidebarItems: [
{ icon: Calendar, active: true },
{ icon: Users },
{ icon: Settings },
@@ -86,32 +83,23 @@ export default function HomePage() {
],
stats: [
{
title: "Available Rooms",
values: [24, 28, 26],
description: "Rooms ready for booking",
},
title: "Available Rooms", values: [24, 28, 26],
description: "Rooms ready for booking"},
{
title: "Guest Rating",
values: [4.8, 4.9, 4.8],
valueSuffix: "/5",
description: "Guest satisfaction score",
},
title: "Guest Rating", values: [4.8, 4.9, 4.8],
valueSuffix: "/5", description: "Guest satisfaction score"},
{
title: "Years Operating",
values: [15, 16, 17],
description: "Excellence in hospitality",
},
title: "Years Operating", values: [15, 16, 17],
description: "Excellence in hospitality"},
],
chartTitle: "Monthly Occupancy",
chartData: [
chartTitle: "Monthly Occupancy", chartData: [
{ value: 75 },
{ value: 82 },
{ value: 68 },
{ value: 88 },
{ value: 92 },
],
listTitle: "Recent Bookings",
listItems: [
listTitle: "Recent Bookings", listItems: [
{ icon: CheckCircle, title: "Deluxe Suite Booked", status: "Confirmed" },
{ icon: Calendar, title: "Event Space Reserved", status: "Confirmed" },
{ icon: Users, title: "Corporate Group Check-in", status: "Today" },
@@ -133,35 +121,14 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "standard",
brand: "Palfina",
name: "Standard Room",
price: "$120/night",
rating: 4,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=1",
imageAlt: "Standard room with queen bed and modern amenities",
},
id: "standard", brand: "Palfina", name: "Standard Room", price: "$120/night", rating: 4,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "Standard room with queen bed and modern amenities"},
{
id: "executive",
brand: "Palfina",
name: "Executive Room",
price: "$185/night",
rating: 5,
reviewCount: "3.8k",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1",
imageAlt: "Executive room with city view and premium furnishings",
},
id: "executive", brand: "Palfina", name: "Executive Room", price: "$185/night", rating: 5,
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive room with city view and premium furnishings"},
{
id: "deluxe",
brand: "Palfina",
name: "Deluxe Suite",
price: "$280/night",
rating: 5,
reviewCount: "4.2k",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
imageAlt: "Spacious deluxe suite with separate living area",
},
id: "deluxe", brand: "Palfina", name: "Deluxe Suite", price: "$280/night", rating: 5,
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious deluxe suite with separate living area"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -196,41 +163,17 @@ export default function HomePage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1",
name: "Sarah Johnson",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=1",
imageAlt: "Sarah Johnson",
},
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=2",
imageAlt: "Michael Chen",
},
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Michael Chen"},
{
id: "3",
name: "Emma Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=3",
imageAlt: "Emma Rodriguez",
},
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Emma Rodriguez"},
{
id: "4",
name: "David Kim",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=4",
imageAlt: "David Kim",
},
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "David Kim"},
{
id: "5",
name: "Lisa Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=5",
imageAlt: "Lisa Anderson",
},
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "Lisa Anderson"},
{
id: "6",
name: "James Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg?_wi=6",
imageAlt: "James Wilson",
},
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17869.jpg", imageAlt: "James Wilson"},
]}
cardTitle="Join thousands of satisfied guests who have experienced the Palfina Hotel difference"
cardTag="Guest Reviews"
@@ -251,9 +194,10 @@ export default function HomePage() {
{ value: "15+", title: "Years of Excellence" },
{ value: "50k+", title: "Happy Guests Annually" },
]}
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-aria-hotel-las-vegas_181624-42881.jpg"
imageAlt="Palfina Hotel exterior building"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -263,28 +207,20 @@ export default function HomePage() {
title="Find Us & Get in Touch"
description="Located in the heart of the city, Palfina Hotel is easily accessible and ready to welcome you. Reach out with any questions or special requests."
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageAlt="Hotel location and dining experience"
mediaAnimation="slide-up"
mediaPosition="right"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us how we can help you...",
rows: 4,
name: "message", placeholder: "Tell us how we can help you...", rows: 4,
required: true,
}}
buttonText="Send Message"
@@ -295,8 +231,7 @@ export default function HomePage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Facilities", href: "/facilities" },
@@ -304,8 +239,7 @@ export default function HomePage() {
],
},
{
title: "Book",
items: [
title: "Book", items: [
{ label: "Check Availability", href: "#" },
{ label: "Special Offers", href: "#" },
{ label: "Corporate Rates", href: "#" },
@@ -313,8 +247,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Cancellation Policy", href: "#" },
@@ -322,8 +255,7 @@ export default function HomePage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },

View File

@@ -50,35 +50,14 @@ export default function RoomsPage() {
useInvertedBackground={false}
products={[
{
id: "standard",
brand: "Palfina",
name: "Standard Room",
price: "$120/night",
rating: 4,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg?_wi=2",
imageAlt: "Standard room with queen bed and modern amenities",
},
id: "standard", brand: "Palfina", name: "Standard Room", price: "$120/night", rating: 4,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "Standard room with queen bed and modern amenities"},
{
id: "executive",
brand: "Palfina",
name: "Executive Room",
price: "$185/night",
rating: 5,
reviewCount: "3.8k",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=3",
imageAlt: "Executive room with city view and premium furnishings",
},
id: "executive", brand: "Palfina", name: "Executive Room", price: "$185/night", rating: 5,
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Executive room with city view and premium furnishings"},
{
id: "deluxe",
brand: "Palfina",
name: "Deluxe Suite",
price: "$280/night",
rating: 5,
reviewCount: "4.2k",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=4",
imageAlt: "Spacious deluxe suite with separate living area",
},
id: "deluxe", brand: "Palfina", name: "Deluxe Suite", price: "$280/night", rating: 5,
reviewCount: "4.2k", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg", imageAlt: "Spacious deluxe suite with separate living area"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -90,28 +69,20 @@ export default function RoomsPage() {
title="Special Room Request"
description="Have a specific room type in mind? Contact us to discuss special requests, group rates, or custom arrangements for your stay."
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8729.jpg"
imageAlt="Luxury room amenities"
mediaAnimation="slide-up"
mediaPosition="right"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Full Name",
required: true,
name: "name", type: "text", placeholder: "Your Full Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email Address",
required: true,
name: "email", type: "email", placeholder: "Your Email Address", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your room preferences...",
rows: 4,
name: "message", placeholder: "Tell us about your room preferences...", rows: 4,
required: true,
}}
buttonText="Submit Request"
@@ -122,8 +93,7 @@ export default function RoomsPage() {
<FooterSimple
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "Rooms", href: "/rooms" },
{ label: "Facilities", href: "/facilities" },
@@ -131,8 +101,7 @@ export default function RoomsPage() {
],
},
{
title: "Book",
items: [
title: "Book", items: [
{ label: "Check Availability", href: "#" },
{ label: "Special Offers", href: "#" },
{ label: "Corporate Rates", href: "#" },
@@ -140,8 +109,7 @@ export default function RoomsPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "FAQ", href: "#" },
{ label: "Cancellation Policy", href: "#" },
@@ -149,8 +117,7 @@ export default function RoomsPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Facebook", href: "https://facebook.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" },