Merge version_2 into main #1
@@ -1,6 +1,7 @@
|
|||||||
"use client"
|
"use client"
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
|
import { Crown, Star } from "lucide-react";
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit';
|
import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit';
|
||||||
import TagAbout from '@/components/sections/about/TagAbout';
|
import TagAbout from '@/components/sections/about/TagAbout';
|
||||||
@@ -44,6 +45,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardSplit
|
<HeroBillboardSplit
|
||||||
tag="Invitation Only"
|
tag="Invitation Only"
|
||||||
|
tagIcon={Crown}
|
||||||
title="Experience Exclusivity in Tokyo"
|
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."
|
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={[
|
buttons={[
|
||||||
@@ -59,6 +61,7 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TagAbout
|
<TagAbout
|
||||||
tag="About Miyako"
|
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."
|
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"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
@@ -69,6 +72,7 @@ export default function LandingPage() {
|
|||||||
title="Our Rooms"
|
title="Our Rooms"
|
||||||
description="Each room is a masterpiece of comfort and design, curated for those who appreciate the finest details."
|
description="Each room is a masterpiece of comfort and design, curated for those who appreciate the finest details."
|
||||||
tag="Accommodations"
|
tag="Accommodations"
|
||||||
|
tagIcon={Star}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -113,6 +117,7 @@ export default function LandingPage() {
|
|||||||
title="World-Class Amenities"
|
title="World-Class Amenities"
|
||||||
description="Discover our collection of premium facilities designed for the ultimate relaxation and indulgence."
|
description="Discover our collection of premium facilities designed for the ultimate relaxation and indulgence."
|
||||||
tag="Experiences"
|
tag="Experiences"
|
||||||
|
tagIcon={Star}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
@@ -146,6 +151,7 @@ export default function LandingPage() {
|
|||||||
title="What Our Guests Say"
|
title="What Our Guests Say"
|
||||||
description="Experience the refined hospitality that transforms stays into lasting memories."
|
description="Experience the refined hospitality that transforms stays into lasting memories."
|
||||||
tag="Guest Reviews"
|
tag="Guest Reviews"
|
||||||
|
tagIcon={Star}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
@@ -192,6 +198,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
|
tagIcon={Star}
|
||||||
title="Request Your Exclusive Invitation"
|
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."
|
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"
|
inputPlaceholder="your@email.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user