Merge version_1_1778412338803 into main
Merge version_1_1778412338803 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -17,13 +17,9 @@ export default function HomePage() {
|
||||
brand="The Grandeur Hotel"
|
||||
description="Experience unparalleled luxury and exceptional service. Discover a world where elegance meets comfort, tailored for your perfect escape."
|
||||
primaryButton={{
|
||||
text: "Explore Rooms",
|
||||
href: "#rooms",
|
||||
}}
|
||||
text: "Explore Rooms", href: "#rooms"}}
|
||||
secondaryButton={{
|
||||
text: "Book Your Stay",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Your Stay", href: "#contact"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -34,9 +30,7 @@ export default function HomePage() {
|
||||
<AboutTextSplit
|
||||
title="Welcome to Unrivaled Elegance"
|
||||
descriptions={[
|
||||
"Nestled in the heart of the city, The Grandeur Hotel offers a sanctuary of sophistication and tranquility. From the moment you arrive, you'll be enveloped in an ambiance of refined luxury, designed to make every stay extraordinary. Our commitment to excellence ensures a seamless blend of classic charm and modern convenience.",
|
||||
"Indulge in our world-class facilities, exquisite dining options, and personalized service. Whether you're here for business or leisure, The Grandeur Hotel promises an unforgettable experience, making every moment truly grand.",
|
||||
]}
|
||||
"Nestled in the heart of the city, The Grandeur Hotel offers a sanctuary of sophistication and tranquility. From the moment you arrive, you'll be enveloped in an ambiance of refined luxury, designed to make every stay extraordinary. Our commitment to excellence ensures a seamless blend of classic charm and modern convenience.", "Indulge in our world-class facilities, exquisite dining options, and personalized service. Whether you're here for business or leisure, The Grandeur Hotel promises an unforgettable experience, making every moment truly grand."]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -49,55 +43,28 @@ export default function HomePage() {
|
||||
description="Every detail at The Grandeur Hotel is crafted to enhance your stay, offering a suite of amenities designed for ultimate relaxation and convenience."
|
||||
items={[
|
||||
{
|
||||
label: "Dining",
|
||||
title: "Gourmet Experiences",
|
||||
bullets: [
|
||||
"Fine dining restaurant",
|
||||
"24-hour room service",
|
||||
"Lounge bar",
|
||||
],
|
||||
label: "Dining", title: "Gourmet Experiences", bullets: [
|
||||
"Fine dining restaurant", "24-hour room service", "Lounge bar"],
|
||||
primaryButton: {
|
||||
text: "View Menu",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Menu", href: "#"},
|
||||
secondaryButton: {
|
||||
text: "Make Reservation",
|
||||
href: "#",
|
||||
},
|
||||
text: "Make Reservation", href: "#"},
|
||||
},
|
||||
{
|
||||
label: "Wellness",
|
||||
title: "Rejuvenate & Relax",
|
||||
bullets: [
|
||||
"Heated indoor pool",
|
||||
"State-of-the-art fitness center",
|
||||
"Luxurious spa treatments",
|
||||
],
|
||||
label: "Wellness", title: "Rejuvenate & Relax", bullets: [
|
||||
"Heated indoor pool", "State-of-the-art fitness center", "Luxurious spa treatments"],
|
||||
primaryButton: {
|
||||
text: "Discover Spa",
|
||||
href: "#",
|
||||
},
|
||||
text: "Discover Spa", href: "#"},
|
||||
secondaryButton: {
|
||||
text: "Book Treatment",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Treatment", href: "#"},
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
title: "Unmatched Hospitality",
|
||||
bullets: [
|
||||
"Concierge services",
|
||||
"Valet parking",
|
||||
"Complimentary Wi-Fi",
|
||||
],
|
||||
label: "Services", title: "Unmatched Hospitality", bullets: [
|
||||
"Concierge services", "Valet parking", "Complimentary Wi-Fi"],
|
||||
primaryButton: {
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
secondaryButton: {
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -112,35 +79,17 @@ export default function HomePage() {
|
||||
description="Discover a range of elegantly appointed rooms and suites, each designed to provide comfort, luxury, and breathtaking views."
|
||||
products={[
|
||||
{
|
||||
name: "Classic Room",
|
||||
price: "$250/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-provence-living-room-with-vintage-brown-sofa-near-fireplace-with-flowers-candles_8353-8480.jpg",
|
||||
},
|
||||
name: "Classic Room", price: "$250/night", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-provence-living-room-with-vintage-brown-sofa-near-fireplace-with-flowers-candles_8353-8480.jpg"},
|
||||
{
|
||||
name: "Deluxe King",
|
||||
price: "$350/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg",
|
||||
},
|
||||
name: "Deluxe King", price: "$350/night", imageSrc: "http://img.b2bpic.net/free-photo/modern-luxurious-bedroom-elegant-comfortable-design-generated-by-ai_188544-29281.jpg"},
|
||||
{
|
||||
name: "Executive Suite",
|
||||
price: "$500/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-device-with-futuristic-design_23-2151037534.jpg",
|
||||
},
|
||||
name: "Executive Suite", price: "$500/night", imageSrc: "http://img.b2bpic.net/free-photo/view-lighting-device-with-futuristic-design_23-2151037534.jpg"},
|
||||
{
|
||||
name: "Family Suite",
|
||||
price: "$650/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dad-celebrates-fathers-day-with-daughters_23-2148100567.jpg",
|
||||
},
|
||||
name: "Family Suite", price: "$650/night", imageSrc: "http://img.b2bpic.net/free-photo/dad-celebrates-fathers-day-with-daughters_23-2148100567.jpg"},
|
||||
{
|
||||
name: "Presidential Suite",
|
||||
price: "$1200/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-bedroom-suite-resort-hotel-with-twin-bed-living_105762-2018.jpg",
|
||||
},
|
||||
name: "Presidential Suite", price: "$1200/night", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-luxury-bedroom-suite-resort-hotel-with-twin-bed-living_105762-2018.jpg"},
|
||||
{
|
||||
name: "Penthouse Loft",
|
||||
price: "$1500/night",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg",
|
||||
},
|
||||
name: "Penthouse Loft", price: "$1500/night", imageSrc: "http://img.b2bpic.net/free-photo/view-from-balcony-apartment_188544-12685.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -154,23 +103,11 @@ export default function HomePage() {
|
||||
description="The Grandeur Hotel is recognized globally for its commitment to exceptional service and guest satisfaction. Here’s a glimpse of what makes us special."
|
||||
metrics={[
|
||||
{
|
||||
value: "5-Star",
|
||||
title: "Service Rating",
|
||||
description: "Consistently rated excellent by our guests.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/top-quality-luxury-label-design-with-golden-ribbon_1017-11032.jpg",
|
||||
},
|
||||
value: "5-Star", title: "Service Rating", description: "Consistently rated excellent by our guests.", imageSrc: "http://img.b2bpic.net/free-vector/top-quality-luxury-label-design-with-golden-ribbon_1017-11032.jpg"},
|
||||
{
|
||||
value: "250+",
|
||||
title: "Luxury Rooms",
|
||||
description: "Offering a diverse selection of opulent accommodations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/button-elevator_1232-2985.jpg",
|
||||
},
|
||||
value: "250+", title: "Luxury Rooms", description: "Offering a diverse selection of opulent accommodations.", imageSrc: "http://img.b2bpic.net/free-photo/button-elevator_1232-2985.jpg"},
|
||||
{
|
||||
value: "10 Years",
|
||||
title: "Of Hospitality",
|
||||
description: "A decade of crafting unforgettable guest experiences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-42037.jpg",
|
||||
},
|
||||
value: "10 Years", title: "Of Hospitality", description: "A decade of crafting unforgettable guest experiences.", imageSrc: "http://img.b2bpic.net/free-photo/clockwork_53876-42037.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -184,40 +121,15 @@ export default function HomePage() {
|
||||
description="Hear directly from those who have experienced the unparalleled luxury and service of The Grandeur Hotel."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Frequent Traveler",
|
||||
quote: "The Grandeur Hotel truly lives up to its name. The service was impeccable, and the room was simply stunning. A perfect getaway!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-white-pajamas_158538-18360.jpg",
|
||||
},
|
||||
name: "Sarah J.", role: "Frequent Traveler", quote: "The Grandeur Hotel truly lives up to its name. The service was impeccable, and the room was simply stunning. A perfect getaway!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-dressed-white-pajamas_158538-18360.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
role: "Business Executive",
|
||||
quote: "My business trip was made incredibly comfortable by the professional staff and luxurious facilities. Highly recommend for corporate stays.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg",
|
||||
},
|
||||
name: "Michael D.", role: "Business Executive", quote: "My business trip was made incredibly comfortable by the professional staff and luxurious facilities. Highly recommend for corporate stays.", imageSrc: "http://img.b2bpic.net/free-photo/successful-professional-sitting-office_1098-21006.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Honeymooner",
|
||||
quote: "Our honeymoon at The Grandeur Hotel was a dream come true. Every detail was perfect, from the exquisite dining to the breathtaking views.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-caucasian-bride-with-natural-happy-smile-her-face_181624-23050.jpg",
|
||||
},
|
||||
name: "Emily R.", role: "Honeymooner", quote: "Our honeymoon at The Grandeur Hotel was a dream come true. Every detail was perfect, from the exquisite dining to the breathtaking views.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brunette-caucasian-bride-with-natural-happy-smile-her-face_181624-23050.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David S.",
|
||||
role: "Family Vacationer",
|
||||
quote: "A wonderful stay with my family. The amenities for children were excellent, and the staff went above and beyond to ensure our comfort.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-together-young-family-looking-happy-while-spending-day-together_259150-59301.jpg",
|
||||
},
|
||||
name: "David S.", role: "Family Vacationer", quote: "A wonderful stay with my family. The amenities for children were excellent, and the staff went above and beyond to ensure our comfort.", imageSrc: "http://img.b2bpic.net/free-photo/happy-together-young-family-looking-happy-while-spending-day-together_259150-59301.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Luxury Enthusiast",
|
||||
quote: "I've stayed in many luxury hotels, but The Grandeur stands out. The attention to detail and personalized service are unmatched.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-skates-skateboard_1321-1104.jpg",
|
||||
},
|
||||
name: "Jessica L.", role: "Luxury Enthusiast", quote: "I've stayed in many luxury hotels, but The Grandeur stands out. The attention to detail and personalized service are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/girl-skates-skateboard_1321-1104.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -230,14 +142,7 @@ export default function HomePage() {
|
||||
title="Award-Winning Hospitality"
|
||||
description="Proudly recognized by leading industry authorities for our commitment to excellence and outstanding guest service."
|
||||
names={[
|
||||
"Luxury Lifestyle Awards",
|
||||
"World Travel Awards",
|
||||
"Conde Nast Traveler",
|
||||
"Forbes Travel Guide",
|
||||
"AAA Five Diamond",
|
||||
"Travel + Leisure",
|
||||
"Global Hospitality Awards",
|
||||
]}
|
||||
"Luxury Lifestyle Awards", "World Travel Awards", "Conde Nast Traveler", "Forbes Travel Guide", "AAA Five Diamond", "Travel + Leisure", "Global Hospitality Awards"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -250,27 +155,16 @@ export default function HomePage() {
|
||||
description="Our dedicated team is ready to assist you with reservations, special requests, or any inquiries you may have. We look forward to welcoming you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Your Message",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
buttonText="Send Inquiry"
|
||||
|
||||
Reference in New Issue
Block a user