Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 404a6058c0 | |||
| f5dba764e5 | |||
| 7990d38d6c | |||
| cb8f08ba0a | |||
| 7a068e607d | |||
| e50338a460 | |||
| 4908606eef | |||
| e8638d5a37 | |||
| 9515459fc5 | |||
| 8854f4f0bc | |||
| 3c8883cf20 | |||
| 530955a099 |
@@ -11,6 +11,8 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import { Award, ChefHat, Users, Sparkles } from "lucide-react";
|
import { Award, ChefHat, Users, Sparkles } from "lucide-react";
|
||||||
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
|
||||||
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
|
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -299,6 +301,61 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<SplitAbout
|
||||||
|
title="Our Partners"
|
||||||
|
description="At Omakase Niseko, we collaborate with a select group of companies to bring you the best experience. Here are some of our esteemed partners."
|
||||||
|
bulletPoints={[
|
||||||
|
{ title: "Sakura Hospitality", description: "Leading in luxury accommodations and services." },
|
||||||
|
{ title: "Niseko Lifts", description: "Providing reliable and efficient ski lift services." },
|
||||||
|
{ title: "Yukiguni Cuisine", description: "Specializing in traditional Japanese cuisine with a modern twist." },
|
||||||
|
{ title: "Niseko Outdoor Adventures", description: "Offering a wide range of outdoor activities and tours." }
|
||||||
|
]}
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||||
|
imageAlt="Partnership ribbon with Omakase Niseko"
|
||||||
|
imagePosition="left"
|
||||||
|
textboxLayout="stacked"
|
||||||
|
useInvertedBackground="never"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="about" data-section="about">
|
||||||
|
<SplitAbout
|
||||||
|
title="Why Choose Omakase Niseko?"
|
||||||
|
description="Experience the essence of Japanese cuisine in the heart of Niseko. Here's why we stand out."
|
||||||
|
bulletPoints={[
|
||||||
|
{ title: "Seasonal Ingredients", description: "Using the freshest, locally-sourced ingredients to create each dish." },
|
||||||
|
{ title: "Master Chefs", description: "Crafting meals with precision and passion, led by our expert chefs." },
|
||||||
|
{ title: "Warm Ambiance", description: "Enjoy a cozy and inviting atmosphere that enhances your dining experience." },
|
||||||
|
{ title: "Exclusive Events", description: "Participate in special events and private dining experiences." }
|
||||||
|
]}
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80"
|
||||||
|
imageAlt="Chef preparing a dish in a traditional Japanese kitchen"
|
||||||
|
imagePosition="right"
|
||||||
|
textboxLayout="stacked"
|
||||||
|
useInvertedBackground="never"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="hero" data-section="hero">
|
||||||
|
<HeroBillboardCarousel
|
||||||
|
title="Discover Omakase Niseko"
|
||||||
|
description="Experience the ultimate in Japanese dining with our exclusive Omakase menu. Each dish is a masterpiece crafted by our skilled chefs."
|
||||||
|
background={{ variant: "downward-rays-animated" }}
|
||||||
|
tag="Exclusive"
|
||||||
|
buttons={[
|
||||||
|
{ label: "Book Now", href: "/book", variant: "primary" },
|
||||||
|
{ label: "Learn More", href: "/about", variant: "secondary" }
|
||||||
|
]}
|
||||||
|
mediaItems={[
|
||||||
|
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Omakase Niseko Dining Experience" },
|
||||||
|
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Omakase Niseko Chef Preparing Dish" },
|
||||||
|
{ imageSrc: "https://images.unsplash.com/photo-1519681393784-d120267933ba?w=800&q=80", imageAlt: "Omakase Niseko Customer Enjoying Meal" }
|
||||||
|
]}
|
||||||
|
ariaLabel="Hero section showcasing Omakase Niseko dining experience"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
@@ -101,27 +101,30 @@ const HeroBillboardCarousel = ({
|
|||||||
<HeroBackgrounds {...background} />
|
<HeroBackgrounds {...background} />
|
||||||
<div className={cls(
|
<div className={cls(
|
||||||
"mx-auto flex flex-col gap-14 md:gap-10 relative z-10",
|
"mx-auto flex flex-col gap-14 md:gap-10 relative z-10",
|
||||||
"w-full md:w-content-width md:h-full md:items-center md:justify-center",
|
"w-full md:w-content-width md:h-full md:items-start md:justify-center",
|
||||||
containerClassName
|
containerClassName
|
||||||
)}>
|
)}>
|
||||||
<TextBox
|
<div className="flex flex-col md:flex-row md:items-start md:justify-between">
|
||||||
title={title}
|
<TextBox
|
||||||
description={description}
|
title={title}
|
||||||
tag={tag}
|
description={description}
|
||||||
tagIcon={tagIcon}
|
tag={tag}
|
||||||
buttons={buttons}
|
tagIcon={tagIcon}
|
||||||
className={cls(
|
buttons={buttons}
|
||||||
"flex flex-col gap-3 md:gap-1 w-content-width mx-auto",
|
className={cls(
|
||||||
textBoxClassName
|
"flex flex-col gap-3 md:gap-1 w-content-width",
|
||||||
)}
|
textBoxClassName
|
||||||
titleClassName={cls("text-6xl font-medium text-balance", titleClassName)}
|
)}
|
||||||
descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)}
|
titleClassName={cls("text-6xl font-medium text-balance", titleClassName)}
|
||||||
tagClassName={cls("px-3 py-1 text-sm rounded-theme card text-foreground inline-flex items-center gap-2 mb-3", tagClassName)}
|
descriptionClassName={cls("text-base md:text-lg leading-[1.2]", descriptionClassName)}
|
||||||
buttonContainerClassName={cls("flex flex-wrap gap-4 mt-3", buttonContainerClassName)}
|
tagClassName={cls("px-3 py-1 text-sm rounded-theme card text-foreground inline-flex items-center gap-2 mb-3", tagClassName)}
|
||||||
buttonClassName={buttonClassName}
|
buttonContainerClassName={cls("flex flex-wrap gap-4 mt-3", buttonContainerClassName)}
|
||||||
buttonTextClassName={buttonTextClassName}
|
buttonClassName={cls("rounded-full shadow-3d", buttonClassName)}
|
||||||
center={true}
|
buttonTextClassName={buttonTextClassName}
|
||||||
/>
|
center={false}
|
||||||
|
/>
|
||||||
|
<h2 className="mt-10 md:mt-0">Hero Section Title</h2>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div className={cls("w-full -mx-[var(--content-padding)]", mediaWrapperClassName)}>
|
<div className={cls("w-full -mx-[var(--content-padding)]", mediaWrapperClassName)}>
|
||||||
<AutoCarousel
|
<AutoCarousel
|
||||||
|
|||||||
Reference in New Issue
Block a user