Update src/app/page.tsx
This commit is contained in:
216
src/app/page.tsx
216
src/app/page.tsx
@@ -32,83 +32,53 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Amenities",
|
||||
id: "features",
|
||||
},
|
||||
name: "Amenities", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hyatt Regency"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Unrivaled Luxury in Jaipur"
|
||||
description="Discover elegance and modern comfort at Hyatt Regency Jaipur Mansarovar, your gateway to the royal city."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-smiling-young-woman-coat-sitting-sofa_171337-16904.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-glass_1169-181.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-with-glass_1169-181.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-spending-time-together-while-out-city_23-2150895925.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-spending-time-together-while-out-city_23-2150895925.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13211.jpg", alt: "Guest"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-stairs-outdoors-water-summer_1203-5062.jpg",
|
||||
alt: "Guest",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-stairs-outdoors-water-summer_1203-5062.jpg", alt: "Guest"},
|
||||
]}
|
||||
avatarText="Trusted by over 5,000 guests worldwide."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Stay", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Five-Star Luxury",
|
||||
},
|
||||
type: "text", text: "Five-Star Luxury"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Central Location",
|
||||
},
|
||||
type: "text", text: "Central Location"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fine Dining",
|
||||
},
|
||||
type: "text", text: "Fine Dining"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-Winning Spa",
|
||||
},
|
||||
type: "text", text: "Award-Winning Spa"},
|
||||
{
|
||||
type: "text",
|
||||
text: "World-Class Service",
|
||||
},
|
||||
type: "text", text: "World-Class Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,19 +99,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Gourmet Dining",
|
||||
description: "Authentic local and international cuisine prepared by master chefs.",
|
||||
},
|
||||
title: "Gourmet Dining", description: "Authentic local and international cuisine prepared by master chefs."},
|
||||
{
|
||||
icon: Waves,
|
||||
title: "Wellness & Spa",
|
||||
description: "Rejuvenate your mind and body at our premium spa facilities.",
|
||||
},
|
||||
title: "Wellness & Spa", description: "Rejuvenate your mind and body at our premium spa facilities."},
|
||||
{
|
||||
icon: Briefcase,
|
||||
title: "Event Spaces",
|
||||
description: "Versatile convention spaces perfect for corporate and social gatherings.",
|
||||
},
|
||||
title: "Event Spaces", description: "Versatile convention spaces perfect for corporate and social gatherings."},
|
||||
]}
|
||||
title="World-Class Amenities"
|
||||
description="Designed to cater to your every need during your stay."
|
||||
@@ -155,34 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "200+",
|
||||
title: "Guest Rooms",
|
||||
items: [
|
||||
"Deluxe Rooms",
|
||||
"Suites",
|
||||
"Accessible Options",
|
||||
],
|
||||
id: "m1", value: "200+", title: "Guest Rooms", items: [
|
||||
"Deluxe Rooms", "Suites", "Accessible Options"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5",
|
||||
title: "Dining Venues",
|
||||
items: [
|
||||
"Fine Dining",
|
||||
"Bar & Lounge",
|
||||
"Café",
|
||||
],
|
||||
id: "m2", value: "5", title: "Dining Venues", items: [
|
||||
"Fine Dining", "Bar & Lounge", "Café"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
title: "Happy Guests",
|
||||
items: [
|
||||
"International Travelers",
|
||||
"Local Corporate",
|
||||
"Wedding Parties",
|
||||
],
|
||||
id: "m3", value: "10k+", title: "Happy Guests", items: [
|
||||
"International Travelers", "Local Corporate", "Wedding Parties"],
|
||||
},
|
||||
]}
|
||||
title="Excellence in Hospitality"
|
||||
@@ -196,60 +142,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Perfect Stay",
|
||||
quote: "Exceptional service and beautiful amenities. Truly a luxury experience.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-boarding-pass-counter_107420-85136.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/architecture-morocco-style_74190-6490.jpg",
|
||||
imageAlt: "happy guest portrait portrait of hotel guest",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Oct 2023", title: "Perfect Stay", quote: "Exceptional service and beautiful amenities. Truly a luxury experience.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/female-staff-holding-boarding-pass-counter_107420-85136.jpg", imageSrc: "http://img.b2bpic.net/free-photo/architecture-morocco-style_74190-6490.jpg", imageAlt: "happy guest portrait portrait of hotel guest"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael K.",
|
||||
date: "Sep 2023",
|
||||
title: "Great Events",
|
||||
quote: "The convention center space was flawless for our corporate summit.",
|
||||
tag: "Corporate",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/glamorous-young-woman-looking-shoulder-while-drinking-pineapple-cocktail-smiling-blonde-girl-hat-sitting-near-pool-with-fruits_197531-20938.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg",
|
||||
imageAlt: "happy guest portrait portrait of hotel guest",
|
||||
},
|
||||
id: "2", name: "Michael K.", date: "Sep 2023", title: "Great Events", quote: "The convention center space was flawless for our corporate summit.", tag: "Corporate", avatarSrc: "http://img.b2bpic.net/free-photo/glamorous-young-woman-looking-shoulder-while-drinking-pineapple-cocktail-smiling-blonde-girl-hat-sitting-near-pool-with-fruits_197531-20938.jpg", imageSrc: "http://img.b2bpic.net/free-photo/interior-modern-comfortable-hotel-room_1232-1822.jpg", imageAlt: "happy guest portrait portrait of hotel guest"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Aug 2023",
|
||||
title: "Relaxing Escape",
|
||||
quote: "The spa treatments were the highlight of my weekend getaway.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-bride-posing_23-2149860842.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg",
|
||||
imageAlt: "happy guest portrait portrait of hotel guest",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Aug 2023", title: "Relaxing Escape", quote: "The spa treatments were the highlight of my weekend getaway.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-bride-posing_23-2149860842.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg", imageAlt: "happy guest portrait portrait of hotel guest"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
date: "Jul 2023",
|
||||
title: "Wonderful Service",
|
||||
quote: "Staff went above and beyond to make our family vacation memorable.",
|
||||
tag: "Family",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-towels-with-dispenser-candles-modern-selfcare_169016-69653.jpg",
|
||||
imageAlt: "happy guest portrait portrait of hotel guest",
|
||||
},
|
||||
id: "4", name: "David L.", date: "Jul 2023", title: "Wonderful Service", quote: "Staff went above and beyond to make our family vacation memorable.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/business-people-working-office-with-digital-tablet_1301-6633.jpg", imageSrc: "http://img.b2bpic.net/free-photo/spa-towels-with-dispenser-candles-modern-selfcare_169016-69653.jpg", imageAlt: "happy guest portrait portrait of hotel guest"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya S.",
|
||||
date: "Jun 2023",
|
||||
title: "Exquisite Food",
|
||||
quote: "The dining options were diverse and the flavors were outstanding.",
|
||||
tag: "Guest",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg",
|
||||
imageAlt: "happy guest portrait portrait of hotel guest",
|
||||
},
|
||||
id: "5", name: "Priya S.", date: "Jun 2023", title: "Exquisite Food", quote: "The dining options were diverse and the flavors were outstanding.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-meeting-room-with-table-whiteboard_1262-3763.jpg", imageAlt: "happy guest portrait portrait of hotel guest"},
|
||||
]}
|
||||
title="Guest Experiences"
|
||||
description="Discover what makes Hyatt Regency a preferred destination."
|
||||
@@ -262,20 +163,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Check-in times?",
|
||||
content: "Check-in starts at 3:00 PM.",
|
||||
},
|
||||
id: "q1", title: "Check-in times?", content: "Check-in starts at 3:00 PM."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Parking available?",
|
||||
content: "Yes, complimentary valet parking for our guests.",
|
||||
},
|
||||
id: "q2", title: "Parking available?", content: "Yes, complimentary valet parking for our guests."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Pet policy?",
|
||||
content: "Yes, we are a pet-friendly property with specific suite options.",
|
||||
},
|
||||
id: "q3", title: "Pet policy?", content: "Yes, we are a pet-friendly property with specific suite options."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Answers to commonly asked questions about our stay."
|
||||
@@ -287,14 +179,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to book your stay? Contact us for reservations and inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+911412081234",
|
||||
},
|
||||
text: "Call Now", href: "tel:+911412081234"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -304,42 +193,27 @@ export default function LandingPage() {
|
||||
logoText="Hyatt Regency Jaipur"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Amenities",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Amenities", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Social",
|
||||
href: "#",
|
||||
},
|
||||
label: "Social", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user