From d34ccc725d8906af0d7df57f0820488e26dbffeb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:03 +0000 Subject: [PATCH 1/4] Update src/app/amenities/page.tsx --- src/app/amenities/page.tsx | 102 +++++++++---------------------------- 1 file changed, 24 insertions(+), 78 deletions(-) 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: "#"}, ], }, ]} -- 2.49.1 From 548672ce8f818285b3a1e9bd2ca5adbcc1ec6dfa Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:03 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) 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} /> -- 2.49.1 From 8460e992e22bb119ba08292a64d46712eb97f0fb Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:03 +0000 Subject: [PATCH 3/4] Update src/app/dining/page.tsx --- src/app/dining/page.tsx | 96 ++++++++++------------------------------- 1 file changed, 23 insertions(+), 73 deletions(-) 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: "#"}, ], }, ]} -- 2.49.1 From d5cf90822e7e8ee6851efdd9426d3b0ad3e3b3d4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:30:04 +0000 Subject: [PATCH 4/4] Update src/app/location/page.tsx --- src/app/location/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} /> -- 2.49.1