Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-02 19:06:50 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Rooms",
id: "rooms",
},
name: "Rooms", id: "rooms"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Elysian Suites"
/>
@@ -54,94 +46,53 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Your Sanctuary in the City"
description="Experience unparalleled comfort and personalized service in the heart of the city. Elysian Suites offers a bespoke stay designed for the modern traveler."
testimonials={[
{
name: "Elena R.",
handle: "@traveler",
testimonial: "The perfect escape. Every detail was accounted for with incredible charm.",
rating: 5,
imageSrc: "https://pixabay.com/get/g7d68c5cd1771a59a139e49624ff639bff4ad2dcea89191c01d6486d066b58b6e1c254a97ebbd892074ced863af595498ae00ffe3a80e83f85dfc46660d719aac_1280.jpg",
},
name: "Elena R.", handle: "@traveler", testimonial: "The perfect escape. Every detail was accounted for with incredible charm.", rating: 5,
imageSrc: "https://pixabay.com/get/g7d68c5cd1771a59a139e49624ff639bff4ad2dcea89191c01d6486d066b58b6e1c254a97ebbd892074ced863af595498ae00ffe3a80e83f85dfc46660d719aac_1280.jpg"},
{
name: "Marcus W.",
handle: "@business",
testimonial: "Exceptional service and beautiful design. My go-to hotel now.",
rating: 5,
imageSrc: "https://pixabay.com/get/gef352430bf0bef3d2dfd3a11d8929ab3672a3b01f7bf86f8aa88e54891bd4e8f5d92a7432dc34398603d7b453abd132e8821028e7c496e91df987a61f5d0d71c_1280.jpg",
},
name: "Marcus W.", handle: "@business", testimonial: "Exceptional service and beautiful design. My go-to hotel now.", rating: 5,
imageSrc: "https://pixabay.com/get/gef352430bf0bef3d2dfd3a11d8929ab3672a3b01f7bf86f8aa88e54891bd4e8f5d92a7432dc34398603d7b453abd132e8821028e7c496e91df987a61f5d0d71c_1280.jpg"},
{
name: "Sarah J.",
handle: "@blogger",
testimonial: "Absolutely stunning interiors and a wonderful atmosphere.",
rating: 5,
imageSrc: "https://pixabay.com/get/gd9eff84a8729dd5d03157d092cacfe77359a2cc3cad9c830bade6f6859247a642f51191445eb64f656f12f4319faaaef4721d1c055e2cdaab1e0f786d83d881f_1280.jpg",
},
name: "Sarah J.", handle: "@blogger", testimonial: "Absolutely stunning interiors and a wonderful atmosphere.", rating: 5,
imageSrc: "https://pixabay.com/get/gd9eff84a8729dd5d03157d092cacfe77359a2cc3cad9c830bade6f6859247a642f51191445eb64f656f12f4319faaaef4721d1c055e2cdaab1e0f786d83d881f_1280.jpg"},
{
name: "David L.",
handle: "@explorer",
testimonial: "Quiet, elegant, and perfectly located. I felt truly at home.",
rating: 5,
imageSrc: "https://pixabay.com/get/g9ce231305fec1321a45c51244ea9aa6130e87db633038751b533d8c784d03dd75e39778ae2b8b62214273cd7ae69be1fd2de2d77df1990f645d3aba36b929da6_1280.jpg",
},
name: "David L.", handle: "@explorer", testimonial: "Quiet, elegant, and perfectly located. I felt truly at home.", rating: 5,
imageSrc: "https://pixabay.com/get/g9ce231305fec1321a45c51244ea9aa6130e87db633038751b533d8c784d03dd75e39778ae2b8b62214273cd7ae69be1fd2de2d77df1990f645d3aba36b929da6_1280.jpg"},
{
name: "Anita K.",
handle: "@guest",
testimonial: "An incredible experience from start to finish. Highly recommend.",
rating: 5,
imageSrc: "https://pixabay.com/get/g2e826f5f3cebf6928728d824ec44d689df360a6f6520cb0e4364c830a73328888a08f55dc6074832ea7f6d18b87d13725809c78fb4c06f9a2449061685726266_1280.jpg",
},
name: "Anita K.", handle: "@guest", testimonial: "An incredible experience from start to finish. Highly recommend.", rating: 5,
imageSrc: "https://pixabay.com/get/g2e826f5f3cebf6928728d824ec44d689df360a6f6520cb0e4364c830a73328888a08f55dc6074832ea7f6d18b87d13725809c78fb4c06f9a2449061685726266_1280.jpg"},
]}
imageSrc="https://pixabay.com/get/gb958f5b54717f487f62a24ad7e40f47c3004bc4ec09257915a69979edfbd46a5935c13e308c03c8bb5e4ae519bff36dc2f7c1abca339769eee6688c449afc6f8_1280.jpg"
mediaAnimation="blur-reveal"
avatars={[
{
src: "https://pixabay.com/get/g7d68c5cd1771a59a139e49624ff639bff4ad2dcea89191c01d6486d066b58b6e1c254a97ebbd892074ced863af595498ae00ffe3a80e83f85dfc46660d719aac_1280.jpg",
alt: "Elena R.",
},
src: "https://pixabay.com/get/g7d68c5cd1771a59a139e49624ff639bff4ad2dcea89191c01d6486d066b58b6e1c254a97ebbd892074ced863af595498ae00ffe3a80e83f85dfc46660d719aac_1280.jpg", alt: "Elena R."},
{
src: "https://pixabay.com/get/gef352430bf0bef3d2dfd3a11d8929ab3672a3b01f7bf86f8aa88e54891bd4e8f5d92a7432dc34398603d7b453abd132e8821028e7c496e91df987a61f5d0d71c_1280.jpg",
alt: "Marcus W.",
},
src: "https://pixabay.com/get/gef352430bf0bef3d2dfd3a11d8929ab3672a3b01f7bf86f8aa88e54891bd4e8f5d92a7432dc34398603d7b453abd132e8821028e7c496e91df987a61f5d0d71c_1280.jpg", alt: "Marcus W."},
{
src: "https://pixabay.com/get/gd9eff84a8729dd5d03157d092cacfe77359a2cc3cad9c830bade6f6859247a642f51191445eb64f656f12f4319faaaef4721d1c055e2cdaab1e0f786d83d881f_1280.jpg",
alt: "Sarah J.",
},
src: "https://pixabay.com/get/gd9eff84a8729dd5d03157d092cacfe77359a2cc3cad9c830bade6f6859247a642f51191445eb64f656f12f4319faaaef4721d1c055e2cdaab1e0f786d83d881f_1280.jpg", alt: "Sarah J."},
{
src: "https://pixabay.com/get/g9ce231305fec1321a45c51244ea9aa6130e87db633038751b533d8c784d03dd75e39778ae2b8b62214273cd7ae69be1fd2de2d77df1990f645d3aba36b929da6_1280.jpg",
alt: "David L.",
},
src: "https://pixabay.com/get/g9ce231305fec1321a45c51244ea9aa6130e87db633038751b533d8c784d03dd75e39778ae2b8b62214273cd7ae69be1fd2de2d77df1990f645d3aba36b929da6_1280.jpg", alt: "David L."},
{
src: "https://pixabay.com/get/g2e826f5f3cebf6928728d824ec44d689df360a6f6520cb0e4364c830a73328888a08f55dc6074832ea7f6d18b87d13725809c78fb4c06f9a2449061685726266_1280.jpg",
alt: "Anita K.",
},
src: "https://pixabay.com/get/g2e826f5f3cebf6928728d824ec44d689df360a6f6520cb0e4364c830a73328888a08f55dc6074832ea7f6d18b87d13725809c78fb4c06f9a2449061685726266_1280.jpg", alt: "Anita K."},
]}
marqueeItems={[
{
type: "text",
text: "Luxury Accommodations",
type: "text", text: "Luxury Accommodations"},
{
type: "text-icon", text: "City Center Location", icon: MapPin,
},
{
type: "text-icon",
text: "City Center Location",
icon: MapPin,
type: "text", text: "Boutique Hospitality"},
{
type: "text-icon", text: "Award Winning Service", icon: Award,
},
{
type: "text",
text: "Boutique Hospitality",
},
{
type: "text-icon",
text: "Award Winning Service",
icon: Award,
},
{
type: "text",
text: "Sustainable Luxury",
},
type: "text", text: "Sustainable Luxury"},
]}
/>
</div>
@@ -167,41 +118,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Deluxe King Room",
price: "from $350/night",
imageSrc: "https://pixabay.com/get/gf669c70757cda751c5435c5c98769c856e68c0f3bfcdc18b4d7a66b68a06c802f6b688bc3b83b88d2a5a7c47c2dfeacaf12fcb146aa4657fecbd485f246e6a1f_1280.jpg?_wi=1",
},
id: "1", name: "Deluxe King Room", price: "from $350/night", imageSrc: "https://pixabay.com/get/gf669c70757cda751c5435c5c98769c856e68c0f3bfcdc18b4d7a66b68a06c802f6b688bc3b83b88d2a5a7c47c2dfeacaf12fcb146aa4657fecbd485f246e6a1f_1280.jpg"},
{
id: "2",
name: "Executive Suite",
price: "from $550/night",
imageSrc: "https://pixabay.com/get/g03191dc6c3306c4f08cd7619f3cbed6f5219c66383865227dd777c6397e4df6315f3bd5c378e308d38a8e92b375c79a8720f77c5bc65a0fe03951af4a234cd4c_1280.jpg?_wi=1",
},
id: "2", name: "Executive Suite", price: "from $550/night", imageSrc: "https://pixabay.com/get/g03191dc6c3306c4f08cd7619f3cbed6f5219c66383865227dd777c6397e4df6315f3bd5c378e308d38a8e92b375c79a8720f77c5bc65a0fe03951af4a234cd4c_1280.jpg"},
{
id: "3",
name: "Heritage Studio",
price: "from $280/night",
imageSrc: "https://pixabay.com/get/g2ad87f58d46e9df85affb15f2e4c6e6ff488abadd30d83db533f07d0529367f6dbe085ef7157422cf898e831fb583bd90daf86f7c9cfc18ec4417fb42a7ffb1e_1280.jpg?_wi=1",
},
id: "3", name: "Heritage Studio", price: "from $280/night", imageSrc: "https://pixabay.com/get/g2ad87f58d46e9df85affb15f2e4c6e6ff488abadd30d83db533f07d0529367f6dbe085ef7157422cf898e831fb583bd90daf86f7c9cfc18ec4417fb42a7ffb1e_1280.jpg"},
{
id: "4",
name: "Grand Suite",
price: "from $850/night",
imageSrc: "https://pixabay.com/get/gf669c70757cda751c5435c5c98769c856e68c0f3bfcdc18b4d7a66b68a06c802f6b688bc3b83b88d2a5a7c47c2dfeacaf12fcb146aa4657fecbd485f246e6a1f_1280.jpg?_wi=2",
},
id: "4", name: "Grand Suite", price: "from $850/night", imageSrc: "https://pixabay.com/get/gf669c70757cda751c5435c5c98769c856e68c0f3bfcdc18b4d7a66b68a06c802f6b688bc3b83b88d2a5a7c47c2dfeacaf12fcb146aa4657fecbd485f246e6a1f_1280.jpg"},
{
id: "5",
name: "Garden View",
price: "from $320/night",
imageSrc: "https://pixabay.com/get/g03191dc6c3306c4f08cd7619f3cbed6f5219c66383865227dd777c6397e4df6315f3bd5c378e308d38a8e92b375c79a8720f77c5bc65a0fe03951af4a234cd4c_1280.jpg?_wi=2",
},
id: "5", name: "Garden View", price: "from $320/night", imageSrc: "https://pixabay.com/get/g03191dc6c3306c4f08cd7619f3cbed6f5219c66383865227dd777c6397e4df6315f3bd5c378e308d38a8e92b375c79a8720f77c5bc65a0fe03951af4a234cd4c_1280.jpg"},
{
id: "6",
name: "Cozy Single",
price: "from $210/night",
imageSrc: "https://pixabay.com/get/g2ad87f58d46e9df85affb15f2e4c6e6ff488abadd30d83db533f07d0529367f6dbe085ef7157422cf898e831fb583bd90daf86f7c9cfc18ec4417fb42a7ffb1e_1280.jpg?_wi=2",
},
id: "6", name: "Cozy Single", price: "from $210/night", imageSrc: "https://pixabay.com/get/g2ad87f58d46e9df85affb15f2e4c6e6ff488abadd30d83db533f07d0529367f6dbe085ef7157422cf898e831fb583bd90daf86f7c9cfc18ec4417fb42a7ffb1e_1280.jpg"},
]}
title="Curated Accommodations"
description="Discover a room that suits your lifestyle."
@@ -214,6 +141,8 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Exclusive Offers"
description="Discover our limited time packages for an unforgettable experience."
/>
</div>
@@ -221,8 +150,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
tag="Visit Us"
title="Begin Your Stay"
description="Have questions about our availability or bespoke services? Get in touch and let us help you plan the perfect visit."
@@ -236,13 +164,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Elysian Suites"
leftLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>