Merge version_3 into main #7

Merged
bender merged 1 commits from version_3 into main 2026-05-02 23:22:06 +00:00

View File

@@ -40,12 +40,12 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Stay in the Heart of Paris — Modern Luxury at Montparnasse"
description="Experience 4-star comfort, stunning skyline views, and an unforgettable stay in the city of light."
description="Experience 4-star comfort, stunning skyline views, and an unforgettable stay in the city of light. Ask our AI Concierge for personalized room recommendations and special upgrades!"
testimonials={[
{ name: "Sarah Johnson", handle: "CEO", testimonial: "An amazing stay with great service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg?_wi=1" },
{ name: "Michael Chen", handle: "CTO", testimonial: "Modern luxury in the heart of Paris.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-walking-with-baggage_23-2149338674.jpg" }
]}
buttons={[{ text: "Book Now", href: "#" }]}
buttons={[{ text: "Chat with AI Concierge", href: "#" }]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg?_wi=1"
showDimOverlay={true}
/>
@@ -79,7 +79,7 @@ export default function LandingPage() {
{ id: "r3", brand: "Luxury", name: "Skyline Suite", price: "5,800 MAD", rating: 5, reviewCount: "120 reviews", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bedroom-int_1203-2347.jpg" },
]}
title="Choose Your Sanctuary"
description="Discover our modern, premium rooms designed for ultimate comfort."
description="Discover our modern, premium rooms. Use our AI chatbot for personalized room recommendations and smart upsell suggestions."
/>
</div>
@@ -88,12 +88,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
{ id: "1", title: "What is the cancellation policy?", content: "Free cancellation available for direct bookings up to 24h prior." },
{ id: "2", title: "Is parking available?", content: "Yes, secure parking is available for guests." },
{ id: "1", title: "What is the cancellation policy?", content: "Free cancellation available for direct bookings up to 24h prior. Contact our 24/7 AI support for modifications." },
{ id: "2", title: "Is parking available?", content: "Yes, secure parking is available for guests. Chat with our virtual assistant for guidance." },
]}
mediaAnimation="slide-up"
title="Frequently Asked Questions"
description="Get all your answers before booking your Paris stay."
description="Get all your answers instantly via our AI-powered support, or booking your Paris stay today."
faqsAnimation="slide-up"
/>
</div>
@@ -102,12 +102,12 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Plan Your Escape"
description="Have questions? Our concierge team is ready to assist."
description="Have questions? Our AI concierge team is ready to assist you instantly with bookings and recommendations."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name" },
{ name: "email", type: "email", placeholder: "Your Email" },
]}
textarea={{ name: "message", placeholder: "How can we help?" }}
textarea={{ name: "message", placeholder: "How can we help? (AI assistance available)" }}
imageSrc="http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"
/>
</div>
@@ -119,7 +119,7 @@ export default function LandingPage() {
{ title: "Support", items: [{ label: "Contact", href: "#" }, { label: "FAQs", href: "#" }] },
]}
bottomLeftText="© 2024 Pullman Paris Montparnasse"
bottomRightText="Luxury Hospitality Experts"
bottomRightText="AI-Enhanced Luxury Hospitality"
/>
</div>
</ReactLenis>