Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2025-12-28 07:37:40 +00:00

View File

@@ -1,6 +1,7 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Crown, Star } from "lucide-react";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit';
import TagAbout from '@/components/sections/about/TagAbout';
@@ -44,6 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardSplit
tag="Invitation Only"
tagIcon={Crown}
title="Experience Exclusivity in Tokyo"
description="Miyako is a curated luxury boutique hotel for the most discerning guests. Nestled in the heart of Tokyo, we offer an unparalleled experience of Japanese hospitality and modern elegance."
buttons={[
@@ -59,6 +61,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TagAbout
tag="About Miyako"
tagIcon={Star}
description="We believe luxury is not about excess, but about precision, authenticity, and meaningful connection. Our intimate 25-room sanctuary combines traditional Japanese craftsmanship with contemporary design, creating a space where every detail speaks to our commitment to excellence. Every guest is treated as a valued member of our extended family."
useInvertedBackground="noInvert"
/>
@@ -69,6 +72,7 @@ export default function LandingPage() {
title="Our Rooms"
description="Each room is a masterpiece of comfort and design, curated for those who appreciate the finest details."
tag="Accommodations"
tagIcon={Star}
products={[
{
id: "1",
@@ -113,6 +117,7 @@ export default function LandingPage() {
title="World-Class Amenities"
description="Discover our collection of premium facilities designed for the ultimate relaxation and indulgence."
tag="Experiences"
tagIcon={Star}
textboxLayout="default"
features={[
{
@@ -146,6 +151,7 @@ export default function LandingPage() {
title="What Our Guests Say"
description="Experience the refined hospitality that transforms stays into lasting memories."
tag="Guest Reviews"
tagIcon={Star}
testimonials={[
{
id: "1",
@@ -192,6 +198,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Get In Touch"
tagIcon={Star}
title="Request Your Exclusive Invitation"
description="Join the select circle of guests who experience Miyako. Submit your inquiry and our concierge team will be in touch within 24 hours."
inputPlaceholder="your@email.com"