diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx
index f46a0f0..be3b8d5 100644
--- a/src/app/amenities/page.tsx
+++ b/src/app/amenities/page.tsx
@@ -36,9 +36,7 @@ export default function AmenitiesPage() {
navItems={navItems}
brandName="Hotel Trichy"
button={{
- text: "Book Now",
- href: "/contact",
- }}
+ text: "Book Now", href: "/contact"}}
/>
@@ -49,16 +47,12 @@ export default function AmenitiesPage() {
description="Discover our comprehensive range of services and facilities designed to enhance your stay and provide ultimate comfort"
buttons={[
{
- text: "Book Your Stay",
- href: "/contact",
- },
+ text: "Book Your Stay", href: "/contact"},
{
- text: "Learn More",
- href: "#amenities-features",
- },
+ text: "Learn More", href: "#amenities-features"},
]}
background={{ variant: "radial-gradient" }}
- imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/portrait-young-attractive-woman-elegant-hotel-cafeteria_657883-403.jpg"
imageAlt="Hotel amenities and services"
mediaAnimation="slide-up"
frameStyle="card"
@@ -70,35 +64,15 @@ export default function AmenitiesPage() {
@@ -139,65 +109,41 @@ export default function AmenitiesPage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Rooms",
- href: "/rooms",
- },
+ label: "Rooms", href: "/rooms"},
{
- label: "Dining",
- href: "/dining",
- },
+ label: "Dining", href: "/dining"},
],
},
{
items: [
{
- label: "Amenities",
- href: "/amenities",
- },
+ label: "Amenities", href: "/amenities"},
{
- label: "Location",
- href: "/location",
- },
+ label: "Location", href: "/location"},
{
- label: "Contact",
- href: "/contact",
- },
+ label: "Contact", href: "/contact"},
],
},
{
items: [
{
- label: "Book Now",
- href: "/contact",
- },
+ label: "Book Now", href: "/contact"},
{
- label: "WhatsApp",
- href: "https://wa.me/919585644000",
- },
+ label: "WhatsApp", href: "https://wa.me/919585644000"},
{
- label: "Call Us",
- href: "tel:+919585644000",
- },
+ label: "Call Us", href: "tel:+919585644000"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms & Conditions",
- href: "#",
- },
+ label: "Terms & Conditions", href: "#"},
{
- label: "Cancellation Policy",
- href: "#",
- },
+ label: "Cancellation Policy", href: "#"},
],
},
]}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index e3b5598..a5b847a 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -9,13 +9,7 @@ import { useState } from "react";
export default function ContactPage() {
const [formData, setFormData] = useState({
- name: "",
- email: "",
- phone: "",
- checkInDate: "",
- checkOutDate: "",
- message: "",
- });
+ name: "", email: "", phone: "", checkInDate: "", checkOutDate: "", message: ""});
const navItems = [
{ name: "Home", id: "/" },
@@ -70,13 +64,7 @@ export default function ContactPage() {
console.log("Form submitted:", formData);
alert("Thank you! We will contact you shortly to confirm your booking.");
setFormData({
- name: "",
- email: "",
- phone: "",
- checkInDate: "",
- checkOutDate: "",
- message: "",
- });
+ name: "", email: "", phone: "", checkInDate: "", checkOutDate: "", message: ""});
};
return (
@@ -271,7 +259,7 @@ export default function ContactPage() {
{ text: "Chat on WhatsApp", href: "https://wa.me/919585644000" },
{ text: "View Location", href: "/location" },
]}
- background={{ variant: "none" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>
diff --git a/src/app/dining/page.tsx b/src/app/dining/page.tsx
index 88eca8b..4ea33f0 100644
--- a/src/app/dining/page.tsx
+++ b/src/app/dining/page.tsx
@@ -36,9 +36,7 @@ export default function DiningPage() {
navItems={navItems}
brandName="Hotel Trichy"
button={{
- text: "Book Now",
- href: "/contact",
- }}
+ text: "Book Now", href: "/contact"}}
/>
@@ -49,16 +47,12 @@ export default function DiningPage() {
description="Experience culinary excellence at our rooftop venue with breathtaking city views and premium hospitality"
buttons={[
{
- text: "Reserve a Table",
- href: "/contact",
- },
+ text: "Reserve a Table", href: "/contact"},
{
- text: "View Menu",
- href: "#dining-features",
- },
+ text: "View Menu", href: "#dining-features"},
]}
background={{ variant: "radial-gradient" }}
- imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg"
imageAlt="Rooftop restaurant dining experience"
mediaAnimation="slide-up"
frameStyle="card"
@@ -70,29 +64,13 @@ export default function DiningPage() {
@@ -133,65 +107,41 @@ export default function DiningPage() {
{
items: [
{
- label: "Home",
- href: "/",
- },
+ label: "Home", href: "/"},
{
- label: "Rooms",
- href: "/rooms",
- },
+ label: "Rooms", href: "/rooms"},
{
- label: "Dining",
- href: "/dining",
- },
+ label: "Dining", href: "/dining"},
],
},
{
items: [
{
- label: "Amenities",
- href: "/amenities",
- },
+ label: "Amenities", href: "/amenities"},
{
- label: "Location",
- href: "/location",
- },
+ label: "Location", href: "/location"},
{
- label: "Contact",
- href: "/contact",
- },
+ label: "Contact", href: "/contact"},
],
},
{
items: [
{
- label: "Book Now",
- href: "/contact",
- },
+ label: "Book Now", href: "/contact"},
{
- label: "WhatsApp",
- href: "https://wa.me/919585644000",
- },
+ label: "WhatsApp", href: "https://wa.me/919585644000"},
{
- label: "Call Us",
- href: "tel:+919585644000",
- },
+ label: "Call Us", href: "tel:+919585644000"},
],
},
{
items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms & Conditions",
- href: "#",
- },
+ label: "Terms & Conditions", href: "#"},
{
- label: "Cancellation Policy",
- href: "#",
- },
+ label: "Cancellation Policy", href: "#"},
],
},
]}
diff --git a/src/app/location/page.tsx b/src/app/location/page.tsx
index 6e6583a..1e5b655 100644
--- a/src/app/location/page.tsx
+++ b/src/app/location/page.tsx
@@ -172,7 +172,7 @@ export default function LocationPage() {
{ text: "Book Your Stay", href: "/contact" },
{ text: "View All Amenities", href: "/amenities" },
]}
- background={{ variant: "none" }}
+ background={{ variant: "plain" }}
useInvertedBackground={false}
/>