From a1b388fdf638e6657013bcabb74ab4a6fbfcb938 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:23:38 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 84 +++++++++------------------------------- 1 file changed, 19 insertions(+), 65 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1563ee2..539c321 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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"}} /> @@ -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} /> @@ -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"}, ]} /> @@ -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"}, ]} /> -- 2.49.1 From b4fe4b943fb254879b8abdd8510414ed78e8bd60 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:23:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 251 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 193 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a5dfac..20f3c57 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"}} /> @@ -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} /> @@ -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() { @@ -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+"}, ]} /> @@ -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"}, ]} /> @@ -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"}, ]} /> -- 2.49.1