Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9515459fc5 | |||
| 8854f4f0bc | |||
| 3c8883cf20 | |||
| 530955a099 |
@@ -11,6 +11,7 @@ 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';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -299,6 +300,42 @@ 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="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
|
|||||||
Reference in New Issue
Block a user