|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
|
|
|
|
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
|
|
|
|
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
|
|
|
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
|
|
|
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
|
|
|
|
@@ -42,23 +42,16 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitDualMedia
|
|
|
|
|
<HeroOverlay
|
|
|
|
|
tag="Michelin-Inspired Dining"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
title="Hansang: Seoul's Premier Korean Culinary Experience"
|
|
|
|
|
description="Discover the art of authentic Korean cuisine elevated to extraordinary heights. Our chef-driven restaurant honors centuries of tradition while embracing modern sophistication, delivering an unforgettable journey through Korea's most cherished flavors."
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
mediaItems={[
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg", imageAlt: "Premium Korean restaurant plating"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
imageSrc: "https://img.b2bpic.net/free-photo/top-view-cooked-dish-inside-plate-tray-green-table-food-meal-restaurant_140725-27860.jpg", imageAlt: "Artisan Korean cuisine preparation"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
mediaAnimation="slide-up"
|
|
|
|
|
rating={5}
|
|
|
|
|
ratingText="Trusted by Seoul's most discerning diners"
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/stock-photo-served-nutritious-caesar-salad-with-chicken-served-with-black-slice-with-sesame-seeds-top_132075-8861.jpg"
|
|
|
|
|
imageAlt="Premium Korean restaurant plating"
|
|
|
|
|
textPosition="bottom-left"
|
|
|
|
|
showBlur={true}
|
|
|
|
|
showDimOverlay={false}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Reserve Your Table", href: "#contact" },
|
|
|
|
|
{ text: "Explore Menu", href: "#menu" }
|
|
|
|
|
@@ -116,13 +109,13 @@ export default function LandingPage() {
|
|
|
|
|
tag="Signature Dishes"
|
|
|
|
|
products={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Wagyu Bulgogi with Truffle Oil", price: "₩85,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081510.jpg", imageAlt: "Premium wagyu bulgogi", initialQuantity: 1
|
|
|
|
|
id: "1", name: "Wagyu Bulgogi", price: "₩85,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081510.jpg", imageAlt: "Premium wagyu bulgogi", initialQuantity: 1
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Galbi Jjim - Braised Short Ribs", price: "₩95,000", imageSrc: "https://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Artisan braised galbi ribs", initialQuantity: 1
|
|
|
|
|
id: "2", name: "Galbi Jjim", price: "₩95,000", imageSrc: "https://img.b2bpic.net/free-photo/medium-fried-pieces-meat-fried-onions_140725-3560.jpg", imageAlt: "Artisan braised galbi ribs", initialQuantity: 1
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Seasonal Banchan Selection", price: "₩35,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Traditional Korean side dishes", initialQuantity: 1
|
|
|
|
|
id: "3", name: "Seasonal Banchan", price: "₩35,000", imageSrc: "https://img.b2bpic.net/free-photo/top-view-fried-meat-dish-with-glass-wine-table-meat-meal-food_140725-28163.jpg", imageAlt: "Traditional Korean side dishes", initialQuantity: 1
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
gridVariant="three-columns-all-equal-width"
|
|
|
|
|
@@ -265,4 +258,4 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
</ThemeProvider>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|