Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-08 15:23:43 +00:00
2 changed files with 77 additions and 258 deletions

View File

@@ -26,7 +26,7 @@ export default function ContactPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="fluid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -40,9 +40,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Book Now",
href: "#booking",
}}
text: "Book Now", href: "#booking"}}
/>
</div>
@@ -52,18 +50,14 @@ export default function ContactPage() {
description="We're here to help with any inquiries about your stay, events, or dining experiences. Contact us today and let our dedicated team assist you in creating unforgettable memories."
tag="Contact & Support"
tagAnimation="slide-up"
background={{ variant: "fluid" }}
imageSrc="http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg?_wi=2"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg"
imageAlt="Taj Mumbai Contact Center"
buttons={[
{
text: "Call Us",
href: "tel:+91-22-6665-3535",
},
text: "Call Us", href: "tel:+91-22-6665-3535"},
{
text: "Email Us",
href: "mailto:reservations@tajmumbai.com",
},
text: "Email Us", href: "mailto:reservations@tajmumbai.com"},
]}
buttonAnimation="slide-up"
/>
@@ -75,26 +69,18 @@ export default function ContactPage() {
metrics={[
{
icon: Award,
label: "Years Serving Guests",
value: "25+",
},
label: "Years Serving Guests", value: "25+"},
{
icon: Users,
label: "Dedicated Staff",
value: "500+",
},
label: "Dedicated Staff", value: "500+"},
{
icon: MapPin,
label: "Prime Location",
value: "Gateway",
},
label: "Prime Location", value: "Gateway"},
{
icon: Star,
label: "Guest Satisfaction",
value: "98%",
},
label: "Guest Satisfaction", value: "98%"},
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -111,37 +97,13 @@ export default function ContactPage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Travel Blogger",
testimonial: "The customer service team was exceptionally responsive and helpful. They made all the arrangements for our special anniversary dinner seamlessly. Truly outstanding!",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg?_wi=3",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", role: "Travel Blogger", testimonial: "The customer service team was exceptionally responsive and helpful. They made all the arrangements for our special anniversary dinner seamlessly. Truly outstanding!", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Rajesh Patel",
role: "Business Executive",
testimonial: "Quick response to all my inquiries. Their events team coordinated our conference with absolute precision. Professional and attentive throughout.",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg?_wi=3",
imageAlt: "Rajesh Patel",
},
id: "2", name: "Rajesh Patel", role: "Business Executive", testimonial: "Quick response to all my inquiries. Their events team coordinated our conference with absolute precision. Professional and attentive throughout.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg", imageAlt: "Rajesh Patel"},
{
id: "3",
name: "Emma Wilson",
role: "Honeymooner",
testimonial: "When we had a special request for our honeymoon, the team went above and beyond to make it happen. Their dedication to guest satisfaction is remarkable.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-sunset-background_231208-4561.jpg?_wi=3",
imageAlt: "Emma Wilson",
},
id: "3", name: "Emma Wilson", role: "Honeymooner", testimonial: "When we had a special request for our honeymoon, the team went above and beyond to make it happen. Their dedication to guest satisfaction is remarkable.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-sunset-background_231208-4561.jpg", imageAlt: "Emma Wilson"},
{
id: "4",
name: "Arjun Desai",
role: "Corporate Client",
testimonial: "Contacted Taj Mumbai for a complex event requirement and they delivered perfectly. The support team's knowledge and professionalism made everything effortless.",
imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-big-red-suitcase-taking-photos-with-camera-blue_140725-94145.jpg?_wi=3",
imageAlt: "Arjun Desai",
},
id: "4", name: "Arjun Desai", role: "Corporate Client", testimonial: "Contacted Taj Mumbai for a complex event requirement and they delivered perfectly. The support team's knowledge and professionalism made everything effortless.", imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-big-red-suitcase-taking-photos-with-camera-blue_140725-94145.jpg", imageAlt: "Arjun Desai"},
]}
/>
</div>
@@ -153,24 +115,16 @@ export default function ContactPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/tajhotels",
ariaLabel: "Facebook",
},
href: "https://facebook.com/tajhotels", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "https://twitter.com/tajhotels",
ariaLabel: "Twitter",
},
href: "https://twitter.com/tajhotels", ariaLabel: "Twitter"},
{
icon: Instagram,
href: "https://instagram.com/tajhotels",
ariaLabel: "Instagram",
},
href: "https://instagram.com/tajhotels", ariaLabel: "Instagram"},
{
icon: Linkedin,
href: "https://linkedin.com/company/tajhotels",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/tajhotels", ariaLabel: "LinkedIn"},
]}
/>
</div>

View File

@@ -30,7 +30,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
background="fluid"
background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
secondaryButtonStyle="layered"
@@ -44,9 +44,7 @@ export default function HomePage() {
id: item.id,
}))}
button={{
text: "Book Now",
href: "#booking",
}}
text: "Book Now", href: "#booking"}}
/>
</div>
@@ -57,18 +55,14 @@ export default function HomePage() {
tag="Heritage Luxury"
tagIcon={Star}
tagAnimation="slide-up"
background={{ variant: "fluid" }}
imageSrc="http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg?_wi=1"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/wedding-reception-hall-with-elegant-table-setting-with-candles_181624-9932.jpg"
imageAlt="Taj Mumbai Luxury Hotel Grand Lobby"
buttons={[
{
text: "Book Your Stay",
href: "#booking",
},
text: "Book Your Stay", href: "#booking"},
{
text: "Explore More",
href: "#about",
},
text: "Explore More", href: "#about"},
]}
buttonAnimation="slide-up"
/>
@@ -80,26 +74,18 @@ export default function HomePage() {
metrics={[
{
icon: Award,
label: "Years of Excellence",
value: "25+",
},
label: "Years of Excellence", value: "25+"},
{
icon: Users,
label: "Satisfied Guests",
value: "500K+",
},
label: "Satisfied Guests", value: "500K+"},
{
icon: MapPin,
label: "Prime Location",
value: "Gateway",
},
label: "Prime Location", value: "Gateway"},
{
icon: Star,
label: "World Ranking",
value: "Top 5",
},
label: "World Ranking", value: "Top 5"},
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -115,43 +101,20 @@ export default function HomePage() {
useInvertedBackground={false}
products={[
{
id: "deluxe",
brand: "Taj Mumbai",
name: "Deluxe Room",
price: "$250/night",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-decoration-bed-interior-bedroom_74190-13564.jpg?_wi=1",
imageAlt: "Taj Mumbai Deluxe Room",
},
id: "deluxe", brand: "Taj Mumbai", name: "Deluxe Room", price: "$250/night", rating: 5,
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/white-comfortable-pillow-blanket-decoration-bed-interior-bedroom_74190-13564.jpg", imageAlt: "Taj Mumbai Deluxe Room"},
{
id: "premium",
brand: "Taj Mumbai",
name: "Premium Suite",
price: "$425/night",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-fiance-checking-hour-looking-wrist_8353-12377.jpg?_wi=1",
imageAlt: "Taj Mumbai Premium Suite",
},
id: "premium", brand: "Taj Mumbai", name: "Premium Suite", price: "$425/night", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/stylish-fiance-checking-hour-looking-wrist_8353-12377.jpg", imageAlt: "Taj Mumbai Premium Suite"},
{
id: "classic",
brand: "Taj Mumbai",
name: "Classic Room",
price: "$180/night",
rating: 5,
reviewCount: "3.1k",
imageSrc: "http://img.b2bpic.net/free-photo/bedroom-with-chandelier-bed-with-blanket-it_188544-33431.jpg?_wi=1",
imageAlt: "Taj Mumbai Classic Room",
},
id: "classic", brand: "Taj Mumbai", name: "Classic Room", price: "$180/night", rating: 5,
reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-with-chandelier-bed-with-blanket-it_188544-33431.jpg", imageAlt: "Taj Mumbai Classic Room"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
buttons={[
{
text: "View All Rooms",
href: "/rooms",
},
text: "View All Rooms", href: "/rooms"},
]}
buttonAnimation="slide-up"
/>
@@ -161,71 +124,50 @@ export default function HomePage() {
<FeatureCardTen
features={[
{
id: "1",
title: "Luxurious Spa & Wellness",
description: "Experience rejuvenation at our award-winning spa with traditional therapies and modern wellness treatments.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/rolled-towels-spa-studio-minimal-clean-interior_169016-69480.jpg?_wi=1",
},
id: "1", title: "Luxurious Spa & Wellness", description: "Experience rejuvenation at our award-winning spa with traditional therapies and modern wellness treatments.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/rolled-towels-spa-studio-minimal-clean-interior_169016-69480.jpg"},
items: [
{
icon: Leaf,
text: "Ayurvedic treatments",
},
text: "Ayurvedic treatments"},
{
icon: Droplet,
text: "Aromatherapy sessions",
},
text: "Aromatherapy sessions"},
{
icon: Zap,
text: "Modern therapies",
},
text: "Modern therapies"},
],
reverse: false,
},
{
id: "2",
title: "Fine Dining Restaurants",
description: "Savor culinary excellence at our multiple award-winning restaurants offering cuisines from around the world.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg?_wi=1",
},
id: "2", title: "Fine Dining Restaurants", description: "Savor culinary excellence at our multiple award-winning restaurants offering cuisines from around the world.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg"},
items: [
{
icon: Wine,
text: "Premium wine collection",
},
text: "Premium wine collection"},
{
icon: ChefHat,
text: "Celebrity chef cuisine",
},
text: "Celebrity chef cuisine"},
{
icon: UtensilsCrossed,
text: "Michelin-inspired menu",
},
text: "Michelin-inspired menu"},
],
reverse: true,
},
{
id: "3",
title: "State-of-the-Art Fitness",
description: "Stay fit with our fully equipped gym, personal trainers, and innovative fitness programs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/cardio-training-modern-gym_1098-15837.jpg",
},
id: "3", title: "State-of-the-Art Fitness", description: "Stay fit with our fully equipped gym, personal trainers, and innovative fitness programs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cardio-training-modern-gym_1098-15837.jpg"},
items: [
{
icon: Dumbbell,
text: "Olympic equipment",
},
text: "Olympic equipment"},
{
icon: PersonStanding,
text: "Personal trainers",
},
text: "Personal trainers"},
{
icon: Zap,
text: "Yoga & meditation",
},
text: "Yoga & meditation"},
],
reverse: false,
},
@@ -253,55 +195,22 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "casual",
title: "The Market Cafe",
price: "Casual",
period: "Dining",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg?_wi=2",
features: [
"International breakfast buffet",
"All-day casual dining",
"à la carte menu",
"Wine selection",
],
id: "casual", title: "The Market Cafe", price: "Casual", period: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", features: [
"International breakfast buffet", "All-day casual dining", "à la carte menu", "Wine selection"],
button: {
text: "Reserve Table",
href: "#reservation",
},
text: "Reserve Table", href: "#reservation"},
},
{
id: "fine",
title: "Taj Brasserie",
price: "Fine",
period: "Dining",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg?_wi=3",
features: [
"Award-winning chef",
"Contemporary Indian cuisine",
"Private dining rooms",
"Premium wine pairings",
],
id: "fine", title: "Taj Brasserie", price: "Fine", period: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", features: [
"Award-winning chef", "Contemporary Indian cuisine", "Private dining rooms", "Premium wine pairings"],
button: {
text: "Reserve Table",
href: "#reservation",
},
text: "Reserve Table", href: "#reservation"},
},
{
id: "lounge",
title: "Sky Lounge Bar",
price: "Premium",
period: "Lounge",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg?_wi=4",
features: [
"Rooftop location",
"Signature cocktails",
"Live entertainment",
"Sunset views",
],
id: "lounge", title: "Sky Lounge Bar", price: "Premium", period: "Lounge", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-glassware-standing-dinner-plate_8353-664.jpg", features: [
"Rooftop location", "Signature cocktails", "Live entertainment", "Sunset views"],
button: {
text: "Reserve Spot",
href: "#reservation",
},
text: "Reserve Spot", href: "#reservation"},
},
]}
/>
@@ -319,29 +228,17 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
id: "1",
icon: Building2,
title: "Event Venues",
value: "15+",
},
id: "1", icon: Building2,
title: "Event Venues", value: "15+"},
{
id: "2",
icon: Users,
title: "Guest Capacity",
value: "5000+",
},
id: "2", icon: Users,
title: "Guest Capacity", value: "5000+"},
{
id: "3",
icon: Calendar,
title: "Events Yearly",
value: "500+",
},
id: "3", icon: Calendar,
title: "Events Yearly", value: "500+"},
{
id: "4",
icon: Trophy,
title: "Awards Won",
value: "100+",
},
id: "4", icon: Trophy,
title: "Awards Won", value: "100+"},
]}
/>
</div>
@@ -358,37 +255,13 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Travel Blogger",
testimonial: "An absolutely magnificent experience. The attention to detail, impeccable service, and stunning views made our stay truly unforgettable. Taj Mumbai is the epitome of luxury hospitality.",
imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg?_wi=1",
imageAlt: "Priya Sharma",
},
id: "1", name: "Priya Sharma", role: "Travel Blogger", testimonial: "An absolutely magnificent experience. The attention to detail, impeccable service, and stunning views made our stay truly unforgettable. Taj Mumbai is the epitome of luxury hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-office-isolated_1303-21402.jpg", imageAlt: "Priya Sharma"},
{
id: "2",
name: "Rajesh Patel",
role: "Business Executive",
testimonial: "Perfect for business travels. The meeting facilities are state-of-the-art, the staff is exceptionally professional, and the location couldn't be better. I always choose Taj Mumbai.",
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg?_wi=1",
imageAlt: "Rajesh Patel",
},
id: "2", name: "Rajesh Patel", role: "Business Executive", testimonial: "Perfect for business travels. The meeting facilities are state-of-the-art, the staff is exceptionally professional, and the location couldn't be better. I always choose Taj Mumbai.", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg", imageAlt: "Rajesh Patel"},
{
id: "3",
name: "Emma Wilson",
role: "Honeymooner",
testimonial: "Our honeymoon at Taj Mumbai was pure magic. The romantic ambiance, delicious cuisine, and world-class service made it the most special celebration of our love.",
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-sunset-background_231208-4561.jpg?_wi=1",
imageAlt: "Emma Wilson",
},
id: "3", name: "Emma Wilson", role: "Honeymooner", testimonial: "Our honeymoon at Taj Mumbai was pure magic. The romantic ambiance, delicious cuisine, and world-class service made it the most special celebration of our love.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-enjoying-her-time-outside-park-with-sunset-background_231208-4561.jpg", imageAlt: "Emma Wilson"},
{
id: "4",
name: "Arjun Desai",
role: "Corporate Client",
testimonial: "Hosted our annual conference here and everything was seamlessly executed. The venue, catering, and event management team were outstanding. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-big-red-suitcase-taking-photos-with-camera-blue_140725-94145.jpg?_wi=1",
imageAlt: "Arjun Desai",
},
id: "4", name: "Arjun Desai", role: "Corporate Client", testimonial: "Hosted our annual conference here and everything was seamlessly executed. The venue, catering, and event management team were outstanding. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/man-vacation-with-big-red-suitcase-taking-photos-with-camera-blue_140725-94145.jpg", imageAlt: "Arjun Desai"},
]}
/>
</div>
@@ -400,24 +273,16 @@ export default function HomePage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/tajhotels",
ariaLabel: "Facebook",
},
href: "https://facebook.com/tajhotels", ariaLabel: "Facebook"},
{
icon: Twitter,
href: "https://twitter.com/tajhotels",
ariaLabel: "Twitter",
},
href: "https://twitter.com/tajhotels", ariaLabel: "Twitter"},
{
icon: Instagram,
href: "https://instagram.com/tajhotels",
ariaLabel: "Instagram",
},
href: "https://instagram.com/tajhotels", ariaLabel: "Instagram"},
{
icon: Linkedin,
href: "https://linkedin.com/company/tajhotels",
ariaLabel: "LinkedIn",
},
href: "https://linkedin.com/company/tajhotels", ariaLabel: "LinkedIn"},
]}
/>
</div>