Merge version_1_1781572709387 into main #1
@@ -17,13 +17,9 @@ export default function HomePage() {
|
||||
title="Queen Tlale's Guest House"
|
||||
description="Experience unparalleled comfort and luxury in the heart of the city. Your home away from home awaits."
|
||||
primaryButton={{
|
||||
text: "Reserve Your Stay",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Reserve Your Stay", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Discover More",
|
||||
href: "#about",
|
||||
}}
|
||||
text: "Discover More", href: "#about"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-romantic-breakfast-bed-arrangement_23-2150956527.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -34,9 +30,7 @@ export default function HomePage() {
|
||||
<AboutText
|
||||
title="A Sanctuary of Sophistication and Warmth"
|
||||
primaryButton={{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Our Story", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -49,25 +43,13 @@ export default function HomePage() {
|
||||
description="Our rooms are thoughtfully curated to provide an exceptional living experience."
|
||||
features={[
|
||||
{
|
||||
title: "Deluxe Suite",
|
||||
description: "Queen size bed with velvet finishings.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2065.jpg",
|
||||
},
|
||||
title: "Deluxe Suite", description: "Queen size bed with velvet finishings.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-comtemporary-luxury-bedroom-suite-hotel-with-tv_105762-2065.jpg"},
|
||||
{
|
||||
title: "Garden View Room",
|
||||
description: "Private balcony facing the greenery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2296.jpg",
|
||||
},
|
||||
title: "Garden View Room", description: "Private balcony facing the greenery.", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-beautiful-luxury-bedroom-suite-hotel-with-tv_105762-2296.jpg"},
|
||||
{
|
||||
title: "Executive Suite",
|
||||
description: "Large space with modern workstations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-parisian-boutique-hotel-room-with-vintage-yellow-rotary-phone_1308-190376.jpg",
|
||||
},
|
||||
title: "Executive Suite", description: "Large space with modern workstations.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-parisian-boutique-hotel-room-with-vintage-yellow-rotary-phone_1308-190376.jpg"},
|
||||
{
|
||||
title: "Quiet Sanctuary",
|
||||
description: "Dedicated noise-canceling environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-table-bed_23-2148007254.jpg",
|
||||
},
|
||||
title: "Quiet Sanctuary", description: "Dedicated noise-canceling environment.", imageSrc: "http://img.b2bpic.net/free-photo/food-breakfast-table-bed_23-2148007254.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -81,40 +63,19 @@ export default function HomePage() {
|
||||
description="Take a look inside our beautiful estate."
|
||||
items={[
|
||||
{
|
||||
title: "Exterior",
|
||||
description: "Garden entrance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532982.jpg",
|
||||
},
|
||||
title: "Exterior", description: "Garden entrance", imageSrc: "http://img.b2bpic.net/free-photo/bed-arrangements-still-life_23-2150532982.jpg"},
|
||||
{
|
||||
title: "Suite 1",
|
||||
description: "Elegant design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-metal-tray_658428-54.jpg",
|
||||
},
|
||||
title: "Suite 1", description: "Elegant design", imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-metal-tray_658428-54.jpg"},
|
||||
{
|
||||
title: "Suite 2",
|
||||
description: "Modern comfort",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8590.jpg",
|
||||
},
|
||||
title: "Suite 2", description: "Modern comfort", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-furniture-shop-store-interior_1203-8590.jpg"},
|
||||
{
|
||||
title: "Breakfast Area",
|
||||
description: "Daily fresh buffet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/relaxation-space-garden-with-beds_1232-3472.jpg",
|
||||
},
|
||||
title: "Breakfast Area", description: "Daily fresh buffet", imageSrc: "http://img.b2bpic.net/free-photo/relaxation-space-garden-with-beds_1232-3472.jpg"},
|
||||
{
|
||||
title: "Lounge",
|
||||
description: "Reading nook",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rococo-interior-design-style_23-2151918311.jpg",
|
||||
},
|
||||
title: "Lounge", description: "Reading nook", imageSrc: "http://img.b2bpic.net/free-photo/rococo-interior-design-style_23-2151918311.jpg"},
|
||||
{
|
||||
title: "Patio",
|
||||
description: "Relaxation zone",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg",
|
||||
},
|
||||
title: "Patio", description: "Relaxation zone", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-modern-hotel-suite-with-elegant-decoration-generated-by-ai_188544-29116.jpg"},
|
||||
{
|
||||
title: "Pool",
|
||||
description: "Summer getaway",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-surrounded-by-plants_23-2150522416.jpg",
|
||||
},
|
||||
title: "Pool", description: "Summer getaway", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-surrounded-by-plants_23-2150522416.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -128,40 +89,15 @@ export default function HomePage() {
|
||||
description="Don't just take our word for it—read reviews from recent visitors."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Traveler",
|
||||
quote: "The most peaceful stay I've had in years. Queen Tlale's is truly special.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
|
||||
},
|
||||
name: "Sarah Miller", role: "Traveler", quote: "The most peaceful stay I've had in years. Queen Tlale's is truly special.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
role: "Business Guest",
|
||||
quote: "Seamless service and impeccable room standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-female-friends-enjoying-meal-home_1153-7627.jpg",
|
||||
},
|
||||
name: "David Chen", role: "Business Guest", quote: "Seamless service and impeccable room standards.", imageSrc: "http://img.b2bpic.net/free-photo/group-female-friends-enjoying-meal-home_1153-7627.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Watson",
|
||||
role: "Wedding Guest",
|
||||
quote: "Stunning architecture and warm staff hospitality.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg",
|
||||
},
|
||||
name: "Emily Watson", role: "Wedding Guest", quote: "Stunning architecture and warm staff hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-waitress-talking-businessman-cafe_637285-8897.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Mark Roberts",
|
||||
role: "Weekend Getaway",
|
||||
quote: "Will definitely return. Simply amazing experience.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg",
|
||||
},
|
||||
name: "Mark Roberts", role: "Weekend Getaway", quote: "Will definitely return. Simply amazing experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-sitting-chair_23-2149220530.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lisa Wang",
|
||||
role: "Explorer",
|
||||
quote: "A hidden gem in the city. Perfectly located.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5286.jpg",
|
||||
},
|
||||
name: "Lisa Wang", role: "Explorer", quote: "A hidden gem in the city. Perfectly located.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5286.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -175,21 +111,13 @@ export default function HomePage() {
|
||||
description="Here is what our guests often ask."
|
||||
items={[
|
||||
{
|
||||
question: "What is the check-in time?",
|
||||
answer: "Check-in starts at 2:00 PM local time.",
|
||||
},
|
||||
question: "What is the check-in time?", answer: "Check-in starts at 2:00 PM local time."},
|
||||
{
|
||||
question: "Are breakfast services included?",
|
||||
answer: "Yes, a delicious continental breakfast is served daily.",
|
||||
},
|
||||
question: "Are breakfast services included?", answer: "Yes, a delicious continental breakfast is served daily."},
|
||||
{
|
||||
question: "Is parking available?",
|
||||
answer: "We offer secure onsite parking for all our guests.",
|
||||
},
|
||||
question: "Is parking available?", answer: "We offer secure onsite parking for all our guests."},
|
||||
{
|
||||
question: "Is WiFi high-speed?",
|
||||
answer: "We provide free high-speed fiber internet throughout the property.",
|
||||
},
|
||||
question: "Is WiFi high-speed?", answer: "We provide free high-speed fiber internet throughout the property."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -201,13 +129,9 @@ export default function HomePage() {
|
||||
tag="Get In Touch"
|
||||
text="Ready for a relaxing getaway? Secure your room with us today."
|
||||
primaryButton={{
|
||||
text: "Book via Phone",
|
||||
href: "tel:+1234567890",
|
||||
}}
|
||||
text: "Book via Phone", href: "tel:+1234567890"}}
|
||||
secondaryButton={{
|
||||
text: "Email Us",
|
||||
href: "mailto:hello@queentlales.com",
|
||||
}}
|
||||
text: "Email Us", href: "mailto:hello@queentlales.com"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user