Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-04-12 22:34:31 +00:00
2 changed files with 41 additions and 280 deletions

View File

@@ -28,40 +28,16 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Rooms & Suites",
id: "/rooms",
},
{
name: "Restaurant",
id: "/restaurant",
},
{
name: "Services",
id: "/services",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Booking",
id: "/booking",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Rooms & Suites", id: "/rooms" },
{ name: "Restaurant", id: "/restaurant" },
{ name: "Services", id: "/services" },
{ name: "Gallery", id: "/gallery" },
{ name: "Booking", id: "/booking" },
{ name: "Contact", id: "/contact" },
]}
brandName="Grand Imperial"
button={{
text: "Book Now",
href: "/booking",
}}
button={{ text: "Book Now", href: "/booking" }}
/>
</div>
@@ -69,16 +45,7 @@ export default function LandingPage() {
<HeroLogo
logoText="Grand Imperial"
description="Where cinematic luxury meets unparalleled comfort. Discover the pinnacle of 5-star elegance."
buttons={[
{
text: "Reserve Your Stay",
href: "/booking",
},
{
text: "Explore Rooms",
href: "/rooms",
},
]}
buttons={[{ text: "Reserve Your Stay", href: "/booking" }, { text: "Explore Rooms", href: "/rooms" }]}
imageSrc="http://img.b2bpic.net/free-photo/cloth-twig-near-cups-lamp_23-2147811208.jpg"
/>
</div>
@@ -87,15 +54,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={false}
heading={[
{
type: "text",
content: "An Experience Unlike Any Other",
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/hotel-concierge-carrying-baggage_482257-78621.jpg",
alt: "Luxury Hotel Lobby",
},
{ type: "text", content: "An Experience Unlike Any Other" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/hotel-concierge-carrying-baggage_482257-78621.jpg", alt: "Luxury Hotel Lobby" },
]}
/>
</div>
@@ -107,27 +67,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Imperial Grand Suite",
price: "€1,200/night",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/ornate-bed-art-nouveau-style_23-2150975587.jpg",
},
{
id: "2",
name: "Deluxe Garden View",
price: "€850/night",
variant: "Luxury",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-shape-star-table_23-2148330475.jpg",
},
{
id: "3",
name: "Penthouse Sanctuary",
price: "€2,500/night",
variant: "Exclusive",
imageSrc: "http://img.b2bpic.net/free-photo/3d-room-interior-with-classic-design-furniture_23-2150895574.jpg",
},
{ id: "1", name: "Imperial Grand Suite", price: "€1,200/night", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/ornate-bed-art-nouveau-style_23-2150975587.jpg" },
{ id: "2", name: "Deluxe Garden View", price: "€850/night", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/top-view-shape-star-table_23-2148330475.jpg" },
{ id: "3", name: "Penthouse Sanctuary", price: "€2,500/night", variant: "Exclusive", imageSrc: "http://img.b2bpic.net/free-photo/3d-room-interior-with-classic-design-furniture_23-2150895574.jpg" },
]}
title="Our Signature Suites"
description="Immerse yourself in opulence with our carefully curated selection of signature suites."
@@ -136,50 +78,16 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="one-large-left-three-stacked-right"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Entrepreneur",
company: "Global Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-orange-juice-cafe-with-man-background_1170-551.jpg",
},
{
id: "2",
name: "Mark D.",
role: "Executive",
company: "Finance Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3781.jpg",
},
{
id: "3",
name: "Elena R.",
role: "Designer",
company: "Style Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245248.jpg",
},
{
id: "4",
name: "David K.",
role: "Producer",
company: "Film Works",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/brunette-short-haired-woman-elegant-beige-dress-boater-enjoys-beautiful-sea-view_197531-24144.jpg",
},
{
id: "5",
name: "Sofia V.",
role: "Architect",
company: "V-Designs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg",
},
{ id: "1", name: "Sarah J.", role: "Entrepreneur", company: "Global Ventures", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-orange-juice-cafe-with-man-background_1170-551.jpg" },
{ id: "2", name: "Mark D.", role: "Executive", company: "Finance Corp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/flirting-couple-with-sparkling-wine-roof_1153-3781.jpg" },
{ id: "3", name: "Elena R.", role: "Designer", company: "Style Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/latin-amateurs-dancing-salsa_23-2151245248.jpg" },
{ id: "4", name: "David K.", role: "Producer", company: "Film Works", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brunette-short-haired-woman-elegant-beige-dress-boater-enjoys-beautiful-sea-view_197531-24144.jpg" },
{ id: "5", name: "Sofia V.", role: "Architect", company: "V-Designs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-sauna-panoramic-view-scandinavian-style_169016-68894.jpg" },
]}
title="Guest Experiences"
description="What our distinguished guests have to say about their stay at the Grand Imperial."
@@ -189,9 +97,7 @@ export default function LandingPage() {
<div id="contact-home" data-section="contact-home">
<ContactCenter
useInvertedBackground={true}
background={{
variant: "gradient-bars",
}}
background={{ variant: "gradient-bars" }}
tag="Inquire"
title="Start Your Journey"
description="Get in touch with our concierge team to customize your visit."
@@ -201,50 +107,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Rooms",
href: "/rooms",
},
{
label: "Restaurant",
href: "/restaurant",
},
{
label: "Gallery",
href: "/gallery",
},
],
},
{
items: [
{
label: "Booking",
href: "/booking",
},
{
label: "Contact",
href: "/contact",
},
{
label: "Careers",
href: "#",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
{ items: [{ label: "Rooms", href: "/rooms" }, { label: "Restaurant", href: "/restaurant" }, { label: "Gallery", href: "/gallery" }] },
{ items: [{ label: "Booking", href: "/booking" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
logoText="Grand Imperial"
/>

View File

@@ -24,75 +24,28 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "/",
},
{
name: "Rooms & Suites",
id: "/rooms",
},
{
name: "Restaurant",
id: "/restaurant",
},
{
name: "Services",
id: "/services",
},
{
name: "Gallery",
id: "/gallery",
},
{
name: "Booking",
id: "/booking",
},
{
name: "Contact",
id: "/contact",
},
{ name: "Home", id: "/" },
{ name: "Rooms & Suites", id: "/rooms" },
{ name: "Restaurant", id: "/restaurant" },
{ name: "Services", id: "/services" },
{ name: "Gallery", id: "/gallery" },
{ name: "Booking", id: "/booking" },
{ name: "Contact", id: "/contact" },
]}
brandName="Grand Imperial"
button={{
text: "Book Now",
href: "/booking",
}}
button={{ text: "Book Now", href: "/booking" }}
/>
</div>
<div id="rooms-body" data-section="rooms-body">
<FeatureCardTwentyThree
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
features={[
{
id: "f1",
title: "Modern Tech",
tags: [
"Smart TV",
"Hi-Fi",
],
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg",
},
{
id: "f2",
title: "Spa Bathroom",
tags: [
"Rainfall Shower",
"Luxury Products",
],
imageSrc: "http://img.b2bpic.net/free-photo/party-decor-golden-decoration-black-background-with-ballons_8353-7983.jpg",
},
{
id: "f3",
title: "King Bedding",
tags: [
"Egyptian Cotton",
"Ergonomic",
],
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg",
},
{ id: "f1", title: "Modern Tech", tags: ["Smart TV", "Hi-Fi"], imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg" },
{ id: "f2", title: "Spa Bathroom", tags: ["Rainfall Shower", "Luxury Products"], imageSrc: "http://img.b2bpic.net/free-photo/party-decor-golden-decoration-black-background-with-ballons_8353-7983.jpg" },
{ id: "f3", title: "King Bedding", tags: ["Egyptian Cotton", "Ergonomic"], imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111480.jpg" },
]}
title="Sophisticated Living"
description="Each room reflects our commitment to high-end design and absolute relaxation."
@@ -107,24 +60,8 @@ export default function LandingPage() {
title="Our Amenities"
description="Experience superior comfort with our tailored service offerings."
features={[
{
id: "a1",
title: "24/7 Concierge",
tags: [
"Support",
"Booking",
],
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg",
},
{
id: "a2",
title: "Wellness Spa",
tags: [
"Relaxation",
"Sauna",
],
imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg",
},
{ id: "a1", title: "24/7 Concierge", tags: ["Support", "Booking"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-bed-decoration-bedroom_74190-8672.jpg" },
{ id: "a2", title: "Wellness Spa", tags: ["Relaxation", "Sauna"], imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17721.jpg" },
]}
/>
</div>
@@ -132,50 +69,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Rooms",
href: "/rooms",
},
{
label: "Restaurant",
href: "/restaurant",
},
{
label: "Gallery",
href: "/gallery",
},
],
},
{
items: [
{
label: "Booking",
href: "/booking",
},
{
label: "Contact",
href: "/contact",
},
{
label: "Careers",
href: "#",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
],
},
{ items: [{ label: "Rooms", href: "/rooms" }, { label: "Restaurant", href: "/restaurant" }, { label: "Gallery", href: "/gallery" }] },
{ items: [{ label: "Booking", href: "/booking" }, { label: "Contact", href: "/contact" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Use", href: "#" }] },
]}
logoText="Grand Imperial"
/>