Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
@@ -85,7 +85,7 @@ export default function LandingPage() {
|
|||||||
title: "Concierge & Business Center",
|
title: "Concierge & Business Center",
|
||||||
content: "Our dedicated concierge team arranges travel, restaurants, and experiences. Fully equipped business center for your professional needs."
|
content: "Our dedicated concierge team arranges travel, restaurants, and experiences. Fully equipped business center for your professional needs."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
|||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184721770-arv4645s.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184721770-arv4645s.jpg",
|
||||||
imageAlt: "Spacious executive suite with separate living area"
|
imageAlt: "Spacious executive suite with separate living area"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
|||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320185368-un006460.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766320185368-un006460.jpg",
|
||||||
imageAlt: "David and Amanda Foster"
|
imageAlt: "David and Amanda Foster"
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -228,7 +228,7 @@ export default function LandingPage() {
|
|||||||
title: "Do you have meeting and event spaces?",
|
title: "Do you have meeting and event spaces?",
|
||||||
content: "Our hotel features multiple elegant venues perfect for conferences, weddings, and corporate events. Contact our events team for customized packages."
|
content: "Our hotel features multiple elegant venues perfect for conferences, weddings, and corporate events. Contact our events team for customized packages."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -261,7 +261,7 @@ export default function LandingPage() {
|
|||||||
title: "Do you offer group bookings?",
|
title: "Do you offer group bookings?",
|
||||||
content: "Absolutely! We offer special rates for groups of 10 or more. Please contact our group sales team for customized packages and pricing."
|
content: "Absolutely! We offer special rates for groups of 10 or more. Please contact our group sales team for customized packages and pricing."
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -295,7 +295,7 @@ export default function LandingPage() {
|
|||||||
{ label: "Careers", href: "#" }
|
{ label: "Careers", href: "#" }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]}
|
||||||
copyrightText="© 2025 Luxe Hotels. All rights reserved."
|
copyrightText="© 2025 Luxe Hotels. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user