Compare commits
11 Commits
version_1
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 69d677aa53 | |||
| d07340539c | |||
| 4d24538ebd | |||
| da6a267e53 | |||
| b8fb14fc11 | |||
| 84ccb6b8f2 | |||
| 1ace109c43 | |||
| 2267680424 | |||
| 8c4ae6c8b3 | |||
| 7fa6c531d8 | |||
| 32c1c4a8a6 |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #000000;
|
||||||
--card: #f5f5f5;;
|
--card: #1b1b1b;
|
||||||
--foreground: #1a1a1a;;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #1a1a1a;;
|
--primary-cta: #ff6600;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #151515;
|
||||||
--accent: #4ade80;;
|
--accent: #ff8c42;
|
||||||
--background-accent: #22c55e;;
|
--background-accent: #ff6600;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-mulish), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-mulish), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
167
src/app/page.tsx
167
src/app/page.tsx
@@ -1,21 +1,21 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
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 SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen';
|
import ProductCardSix from '@/components/sections/product/ProductCardSix';
|
||||||
import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight';
|
import FeatureCardFifteen from '@/components/sections/feature/FeatureCardFifteen';
|
||||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="text-shift"
|
defaultButtonVariant="text-shift"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="sharp"
|
borderRadius="soft"
|
||||||
contentWidth="medium"
|
contentWidth="medium"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="floatingGradient"
|
background="floatingGradient"
|
||||||
@@ -28,8 +28,8 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Experience", id: "experience" },
|
{ name: "Rooms", id: "rooms" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Activities", id: "activities" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
{ name: "Book Now", id: "contact" }
|
{ name: "Book Now", id: "contact" }
|
||||||
]}
|
]}
|
||||||
@@ -40,14 +40,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitLarge
|
<HeroSplit
|
||||||
title="Welcome to Hotel Setsu"
|
title="Welcome to Hotel Setsu"
|
||||||
description="Experience authentic Japanese hospitality in the heart of Kyoto. Discover tranquility, elegance, and timeless tradition."
|
description="Experience authentic Japanese hospitality in the heart of Kyoto. Discover tranquility, elegance, and timeless tradition."
|
||||||
tag="Luxury Accommodation"
|
tag="Luxury Accommodation"
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg"
|
||||||
imageAlt="Hotel Setsu luxury suite overlooking traditional gardens"
|
imageAlt="Hotel Setsu luxury suite overlooking traditional gardens"
|
||||||
|
imagePosition="right"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Stay", href: "contact" },
|
{ text: "Book Your Stay", href: "https://linkedin.com" },
|
||||||
{ text: "Explore More", href: "about" }
|
{ text: "Explore More", href: "about" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -83,82 +84,98 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="experience" data-section="experience">
|
<div id="rooms" data-section="rooms">
|
||||||
<FeatureCardEighteen
|
<ProductCardSix
|
||||||
title="Transform Your Journey"
|
title="Our Room Collection"
|
||||||
description="See the difference exceptional hospitality makes. Our guests experience the perfect blend of tradition and modernity."
|
description="Each room is individually designed with attention to detail, blending traditional aesthetics with modern comfort."
|
||||||
textboxLayout="default"
|
products={[
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
animationType="slide-up"
|
|
||||||
negativeCard={{
|
|
||||||
title: "Standard Hotels",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739075274-i6n0zx4l.jpg",
|
|
||||||
imageAlt: "Traditional hotel room",
|
|
||||||
items: [
|
|
||||||
"Generic accommodations",
|
|
||||||
"Impersonal service",
|
|
||||||
"Limited cultural connection",
|
|
||||||
"Standard amenities only"
|
|
||||||
]
|
|
||||||
}}
|
|
||||||
positiveCard={{
|
|
||||||
title: "Hotel Setsu",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739076137-mjatfrar.jpg",
|
|
||||||
imageAlt: "Hotel Setsu luxury experience",
|
|
||||||
items: [
|
|
||||||
"Individually designed rooms with character",
|
|
||||||
"Personalized concierge service",
|
|
||||||
"Immersive cultural experiences",
|
|
||||||
"Premium wellness and dining options"
|
|
||||||
]
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
|
||||||
<TestimonialCardEight
|
|
||||||
title="Guest Stories"
|
|
||||||
description="Hear from travelers who have experienced the magic of Hotel Setsu"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
testimonials={[
|
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1",
|
||||||
name: "Sarah Mitchell",
|
name: "Luxury Suite with Private Garden",
|
||||||
role: "Travel Enthusiast",
|
price: "¥250,000/night",
|
||||||
company: "New York",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg",
|
||||||
rating: 5,
|
imageAlt: "Luxury Suite with Private Garden"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766163678723-295psgl3.jpg",
|
|
||||||
imageAlt: "Sarah Mitchell"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
name: "James Chen",
|
name: "Premium Room with Garden View",
|
||||||
role: "Business Executive",
|
price: "¥180,000/night",
|
||||||
company: "Singapore",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg",
|
||||||
rating: 5,
|
imageAlt: "Premium Room with Garden View"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766184724760-wxlm9bjg.jpg",
|
|
||||||
imageAlt: "James Chen"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3",
|
||||||
name: "Emma Rodriguez",
|
name: "Traditional Tatami Room",
|
||||||
role: "Designer",
|
price: "¥120,000/night",
|
||||||
company: "Barcelona",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739074270-h0qm9zgt.jpg",
|
||||||
rating: 5,
|
imageAlt: "Traditional Tatami Room"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766185880597-ieb2jad3.jpg",
|
|
||||||
imageAlt: "Emma Rodriguez"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
name: "Michael Thompson",
|
name: "Standard Comfort Room",
|
||||||
role: "Photographer",
|
price: "¥80,000/night",
|
||||||
company: "London",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739077288-6btr929u.jpg",
|
||||||
rating: 5,
|
imageAlt: "Standard Comfort Room"
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766185881440-0jwi2e86.jpg",
|
|
||||||
imageAlt: "Michael Thompson"
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground="noInvert"
|
||||||
|
animationType="slide-up"
|
||||||
|
gridVariant="uniform-all-items-equal"
|
||||||
|
/>
|
||||||
|
</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>
|
||||||
|
|
||||||
@@ -202,8 +219,8 @@ export default function LandingPage() {
|
|||||||
title: "Hotel",
|
title: "Hotel",
|
||||||
items: [
|
items: [
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Rooms & Suites", href: "#" },
|
{ label: "Rooms & Suites", href: "rooms" },
|
||||||
{ label: "Dining", href: "#" },
|
{ label: "Activities", href: "activities" },
|
||||||
{ label: "Wellness", href: "#" }
|
{ label: "Wellness", href: "#" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user