|
|
|
|
@@ -2,19 +2,20 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
|
|
|
|
import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge';
|
|
|
|
|
import HeroSplit from '@/components/sections/hero/HeroSplit';
|
|
|
|
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
|
|
|
|
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
|
|
|
|
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
|
|
|
|
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
|
|
|
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
|
|
|
|
import { MapPin } from "lucide-react";
|
|
|
|
|
import { MapPin, Sparkles, Droplets, Heart, Wind, Sun } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
return (
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="text-shift"
|
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
|
borderRadius="sharp"
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="largeSmallSizeMediumTitles"
|
|
|
|
|
background="floatingGradient"
|
|
|
|
|
@@ -28,6 +29,7 @@ export default function LandingPage() {
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Rooms", id: "rooms" },
|
|
|
|
|
{ name: "Activities", id: "activities" },
|
|
|
|
|
{ name: "Contact", id: "contact" },
|
|
|
|
|
{ name: "Book Now", id: "contact" }
|
|
|
|
|
]}
|
|
|
|
|
@@ -38,14 +40,15 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitLarge
|
|
|
|
|
<HeroSplit
|
|
|
|
|
title="Welcome to Hotel Setsu"
|
|
|
|
|
description="Experience authentic Japanese hospitality in the heart of Kyoto. Discover tranquility, elegance, and timeless tradition."
|
|
|
|
|
tag="Luxury Accommodation"
|
|
|
|
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg"
|
|
|
|
|
imageAlt="Hotel Setsu luxury suite overlooking traditional gardens"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Book Your Stay", href: "contact" },
|
|
|
|
|
{ text: "Book Your Stay", href: "https://linkedin.com" },
|
|
|
|
|
{ text: "Explore More", href: "about" }
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
@@ -122,6 +125,60 @@ export default function LandingPage() {
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="activities" data-section="activities">
|
|
|
|
|
<FeatureCardFifteen
|
|
|
|
|
title="Hotel Activities"
|
|
|
|
|
description="Discover our curated selection of wellness and cultural experiences to enhance your stay at Hotel Setsu."
|
|
|
|
|
features={[
|
|
|
|
|
{
|
|
|
|
|
id: "1",
|
|
|
|
|
title: "Traditional Spa",
|
|
|
|
|
description: "Authentic Japanese hot spring therapy and massage treatments for ultimate relaxation",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg",
|
|
|
|
|
imageAlt: "Traditional Japanese spa"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2",
|
|
|
|
|
title: "Tea Ceremony",
|
|
|
|
|
description: "Experience the meditative art of Japanese tea ceremony led by certified instructors",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg",
|
|
|
|
|
imageAlt: "Tea ceremony experience"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3",
|
|
|
|
|
title: "Cooking Class",
|
|
|
|
|
description: "Learn to prepare traditional Kyoto cuisine with our expert culinary team",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg",
|
|
|
|
|
imageAlt: "Traditional cooking class"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4",
|
|
|
|
|
title: "Garden Meditation",
|
|
|
|
|
description: "Guided meditation sessions in our tranquil zen gardens for inner peace",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg",
|
|
|
|
|
imageAlt: "Garden meditation area"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5",
|
|
|
|
|
title: "Temple Tours",
|
|
|
|
|
description: "Exclusive guided visits to Kyoto's most sacred temples and historical sites",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg",
|
|
|
|
|
imageAlt: "Ancient Kyoto temple"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6",
|
|
|
|
|
title: "Wellness Yoga",
|
|
|
|
|
description: "Sunrise yoga sessions overlooking the gardens, blending eastern philosophy with fitness",
|
|
|
|
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg",
|
|
|
|
|
imageAlt: "Yoga wellness session"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
useInvertedBackground="noInvert"
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactFaq
|
|
|
|
|
ctaTitle="Ready to Experience Setsu?"
|
|
|
|
|
@@ -163,7 +220,7 @@ export default function LandingPage() {
|
|
|
|
|
items: [
|
|
|
|
|
{ label: "About Us", href: "about" },
|
|
|
|
|
{ label: "Rooms & Suites", href: "rooms" },
|
|
|
|
|
{ label: "Dining", href: "#" },
|
|
|
|
|
{ label: "Activities", href: "activities" },
|
|
|
|
|
{ label: "Wellness", href: "#" }
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
|