Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-07 17:30:08 +00:00
4 changed files with 51 additions and 167 deletions

View File

@@ -36,9 +36,7 @@ export default function AmenitiesPage() {
navItems={navItems}
brandName="Hotel Trichy"
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
/>
</div>
@@ -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() {
<FeatureCardOne
features={[
{
title: "Fitness Center",
description: "State-of-the-art gym equipment and facilities for your workout needs",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-colourful-flowing-lines_1048-5925.jpg",
imageAlt: "Modern fitness center",
},
title: "Fitness Center", description: "State-of-the-art gym equipment and facilities for your workout needs", imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-colourful-flowing-lines_1048-5925.jpg", imageAlt: "Modern fitness center"},
{
title: "Business Center",
description: "Fully equipped workspace with high-speed internet for business travelers",
imageSrc: "http://img.b2bpic.net/free-photo/curve-parking-lot_1127-27.jpg?_wi=2",
imageAlt: "Professional business center",
},
title: "Business Center", description: "Fully equipped workspace with high-speed internet for business travelers", imageSrc: "http://img.b2bpic.net/free-photo/curve-parking-lot_1127-27.jpg", imageAlt: "Professional business center"},
{
title: "Laundry Service",
description: "Express laundry and dry cleaning services available with quick turnaround",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg?_wi=3",
imageAlt: "Premium laundry services",
},
title: "Laundry Service", description: "Express laundry and dry cleaning services available with quick turnaround", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg", imageAlt: "Premium laundry services"},
{
title: "Concierge Service",
description: "Professional concierge team ready to assist with travel arrangements and recommendations",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=4",
imageAlt: "Dedicated concierge support",
},
title: "Concierge Service", description: "Professional concierge team ready to assist with travel arrangements and recommendations", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg", imageAlt: "Dedicated concierge support"},
{
title: "Travel Desk",
description: "Expert assistance for local tours, transportation, and travel bookings",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=4",
imageAlt: "Travel assistance desk",
},
title: "Travel Desk", description: "Expert assistance for local tours, transportation, and travel bookings", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg", imageAlt: "Travel assistance desk"},
]}
title="Hotel Amenities & Services"
description="Experience comprehensive facilities and personalized services to make your stay exceptional"
@@ -118,15 +92,11 @@ export default function AmenitiesPage() {
animationType="background-highlight"
buttons={[
{
text: "Book Now",
href: "/contact",
},
text: "Book Now", href: "/contact"},
{
text: "Contact Us",
href: "tel:+919585644000",
},
text: "Contact Us", href: "tel:+919585644000"},
]}
background={{ variant: "none" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -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: "#"},
],
},
]}

View File

@@ -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}
/>
</div>

View File

@@ -36,9 +36,7 @@ export default function DiningPage() {
navItems={navItems}
brandName="Hotel Trichy"
button={{
text: "Book Now",
href: "/contact",
}}
text: "Book Now", href: "/contact"}}
/>
</div>
@@ -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() {
<FeatureCardOne
features={[
{
title: "Continental Cuisine",
description: "Savor authentic dishes prepared by our expert chefs using premium ingredients",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=2",
imageAlt: "Continental cuisine dining",
},
title: "Continental Cuisine", description: "Savor authentic dishes prepared by our expert chefs using premium ingredients", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg", imageAlt: "Continental cuisine dining"},
{
title: "Panoramic Views",
description: "Enjoy stunning rooftop vistas of Tiruchirappalli's skyline while dining",
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg?_wi=3",
imageAlt: "Panoramic rooftop views",
},
title: "Panoramic Views", description: "Enjoy stunning rooftop vistas of Tiruchirappalli's skyline while dining", imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1351.jpg", imageAlt: "Panoramic rooftop views"},
{
title: "24-Hour Café",
description: "Quick bites and refreshments available round-the-clock for your convenience",
imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg?_wi=2",
imageAlt: "24-hour café service",
},
title: "24-Hour Café", description: "Quick bites and refreshments available round-the-clock for your convenience", imageSrc: "http://img.b2bpic.net/free-photo/hotel-receptionist-work_23-2149661577.jpg", imageAlt: "24-hour café service"},
{
title: "Private Events",
description: "Host intimate gatherings, celebrations, and business meetings in our exclusive space",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg?_wi=3",
imageAlt: "Private event hosting",
},
title: "Private Events", description: "Host intimate gatherings, celebrations, and business meetings in our exclusive space", imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081451.jpg", imageAlt: "Private event hosting"},
]}
title="Culinary Excellence"
description="Discover our diverse dining offerings designed to delight every palate"
@@ -112,15 +90,11 @@ export default function DiningPage() {
animationType="background-highlight"
buttons={[
{
text: "Reserve Now",
href: "/contact",
},
text: "Reserve Now", href: "/contact"},
{
text: "Call: +91 95856 44000",
href: "tel:+919585644000",
},
text: "Call: +91 95856 44000", href: "tel:+919585644000"},
]}
background={{ variant: "none" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>
@@ -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: "#"},
],
},
]}

View File

@@ -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}
/>
</div>