Update src/app/page.tsx
This commit is contained in:
181
src/app/page.tsx
181
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "The Experience",
|
||||
id: "about",
|
||||
},
|
||||
name: "The Experience", id: "about"},
|
||||
{
|
||||
name: "Suites",
|
||||
id: "rooms",
|
||||
},
|
||||
name: "Suites", id: "rooms"},
|
||||
{
|
||||
name: "Inquire",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Inquire", id: "contact"},
|
||||
]}
|
||||
brandName="AIT SADERAT"
|
||||
/>
|
||||
@@ -54,37 +46,24 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Elegance in the Heart of the Desert"
|
||||
description="Discover a sanctuary of unparalleled luxury at Hotel Restaurant Ait Saderat, where refined service meets cinematic desert landscapes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve Now", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-skyscraper-view-night-downtown_1127-2800.jpg",
|
||||
imageAlt: "Cinematic resort night view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-skyscraper-view-night-downtown_1127-2800.jpg", imageAlt: "Cinematic resort night view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-sunrise-yellow-striped-sky_1203-4408.jpg",
|
||||
imageAlt: "Oasis pool at twilight",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-sunrise-yellow-striped-sky_1203-4408.jpg", imageAlt: "Oasis pool at twilight"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920918.jpg",
|
||||
imageAlt: "Boutique suite architecture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-architecture-exterior-design_23-2151920918.jpg", imageAlt: "Boutique suite architecture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg",
|
||||
imageAlt: "Vibrant city night view",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-vibrant-city-night_52683-100068.jpg", imageAlt: "Vibrant city night view"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-glamping-night_1268-20694.jpg",
|
||||
imageAlt: "Transparent bubble tent",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubble-tent-glamping-night_1268-20694.jpg", imageAlt: "Transparent bubble tent"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -96,9 +75,7 @@ export default function LandingPage() {
|
||||
title="An Unrivaled Escape"
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover Our Story",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Discover Our Story", href: "#contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,19 +87,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Limited Spa Availability",
|
||||
"High Peak Season Traffic",
|
||||
"Remote Location Access",
|
||||
],
|
||||
"Limited Spa Availability", "High Peak Season Traffic", "Remote Location Access"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Private Infinity Pool",
|
||||
"Authentic Culinary Experiences",
|
||||
"Dedicated Concierge Service",
|
||||
"Sunset Lounge Access",
|
||||
"24/7 Personal Butler",
|
||||
],
|
||||
"Private Infinity Pool", "Authentic Culinary Experiences", "Dedicated Concierge Service", "Sunset Lounge Access", "24/7 Personal Butler"],
|
||||
}}
|
||||
title="Exceptional Amenities"
|
||||
description="Curated experiences designed to provide total relaxation and sophisticated comfort."
|
||||
@@ -131,46 +100,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="rooms" data-section="rooms">
|
||||
<ProductCardThree
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Desert View Suite",
|
||||
price: "€550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-interior-design_23-2151978955.jpg",
|
||||
},
|
||||
id: "1", name: "Desert View Suite", price: "€550", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-modern-bedroom-interior-design_23-2151978955.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Poolside Sanctuary",
|
||||
price: "€750",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg",
|
||||
},
|
||||
id: "2", name: "Poolside Sanctuary", price: "€750", imageSrc: "http://img.b2bpic.net/free-photo/tidy-bathroom-with-shiny-tiles_1203-1501.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Grand Imperial Villa",
|
||||
price: "€1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg",
|
||||
},
|
||||
id: "3", name: "Grand Imperial Villa", price: "€1,200", imageSrc: "http://img.b2bpic.net/free-photo/sun-loungers-with-parasol-close-pool_1203-1741.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Junior Oasis Room",
|
||||
price: "€350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-plants-by-mattress-floor_53876-105820.jpg",
|
||||
},
|
||||
id: "4", name: "Junior Oasis Room", price: "€350", imageSrc: "http://img.b2bpic.net/free-photo/house-plants-by-mattress-floor_53876-105820.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Royal Terrace Suite",
|
||||
price: "€950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-her-head-bathrobe-reads-latest-news-lady-with-cup-tea-posing-bathroom_197531-17268.jpg",
|
||||
},
|
||||
id: "5", name: "Royal Terrace Suite", price: "€950", imageSrc: "http://img.b2bpic.net/free-photo/woman-towel-her-head-bathrobe-reads-latest-news-lady-with-cup-tea-posing-bathroom_197531-17268.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sunset Haven",
|
||||
price: "€450",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flower-glass_1339-5026.jpg",
|
||||
},
|
||||
id: "6", name: "Sunset Haven", price: "€450", imageSrc: "http://img.b2bpic.net/free-photo/flower-glass_1339-5026.jpg"},
|
||||
]}
|
||||
title="Our Signature Suites"
|
||||
description="Sophisticated rooms designed with clean lines and premium materials."
|
||||
@@ -183,45 +129,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible",
|
||||
quote: "The most peaceful stay of my life. Truly world-class.",
|
||||
name: "Elena R.",
|
||||
role: "Travel Editor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg",
|
||||
},
|
||||
id: "1", title: "Incredible", quote: "The most peaceful stay of my life. Truly world-class.", name: "Elena R.", role: "Travel Editor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-with-glasses_23-2148415937.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Stunning",
|
||||
quote: "The architecture and service are second to none.",
|
||||
name: "Mark D.",
|
||||
role: "Architect",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg",
|
||||
},
|
||||
id: "2", title: "Stunning", quote: "The architecture and service are second to none.", name: "Mark D.", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Divine",
|
||||
quote: "We loved every moment. The food is perfection.",
|
||||
name: "Sarah & Tom",
|
||||
role: "Guests",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg",
|
||||
},
|
||||
id: "3", title: "Divine", quote: "We loved every moment. The food is perfection.", name: "Sarah & Tom", role: "Guests", imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369706.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Excellent",
|
||||
quote: "A hidden gem in the heart of the desert.",
|
||||
name: "Chloe V.",
|
||||
role: "Blogger",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-blonde-caucasian-stylish-woman-french-cap-blazer-shorts-outdoor-outside-villa_343596-2200.jpg",
|
||||
},
|
||||
id: "4", title: "Excellent", quote: "A hidden gem in the heart of the desert.", name: "Chloe V.", role: "Blogger", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-blonde-caucasian-stylish-woman-french-cap-blazer-shorts-outdoor-outside-villa_343596-2200.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Refined",
|
||||
quote: "Sophistication at every turn. Exceptional staff.",
|
||||
name: "Julian H.",
|
||||
role: "Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993703.jpg",
|
||||
},
|
||||
id: "5", title: "Refined", quote: "Sophistication at every turn. Exceptional staff.", name: "Julian H.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/luxury-infinity-pool-overlooking-ocean-sunset_23-2151993703.jpg"},
|
||||
]}
|
||||
title="Guest Reflections"
|
||||
description="Authentic experiences from those who have called Ait Saderat home."
|
||||
@@ -234,25 +150,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Check-in times?",
|
||||
content: "Check-in is at 3:00 PM, Check-out is at 11:00 AM.",
|
||||
},
|
||||
id: "q1", title: "Check-in times?", content: "Check-in is at 3:00 PM, Check-out is at 11:00 AM."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Airport transfers?",
|
||||
content: "Private transfers are available upon request.",
|
||||
},
|
||||
id: "q2", title: "Airport transfers?", content: "Private transfers are available upon request."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Pet policy?",
|
||||
content: "We do not accommodate pets.",
|
||||
},
|
||||
id: "q3", title: "Pet policy?", content: "We do not accommodate pets."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Dining options?",
|
||||
content: "We feature two onsite fine-dining restaurants.",
|
||||
},
|
||||
id: "q4", title: "Dining options?", content: "We feature two onsite fine-dining restaurants."},
|
||||
]}
|
||||
title="Common Inquiries"
|
||||
description="Answers to assist with your journey to Ait Saderat."
|
||||
@@ -264,8 +168,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Reservation"
|
||||
title="Secure Your Stay"
|
||||
description="Enter your details to receive an exclusive offer for your next visit."
|
||||
@@ -277,29 +180,19 @@ export default function LandingPage() {
|
||||
logoText="AIT SADERAT"
|
||||
columns={[
|
||||
{
|
||||
title: "Discover",
|
||||
items: [
|
||||
title: "Discover", items: [
|
||||
{
|
||||
label: "Rooms",
|
||||
href: "#rooms",
|
||||
},
|
||||
label: "Rooms", href: "#rooms"},
|
||||
{
|
||||
label: "Dining",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dining", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user