Merge version_2 into main #2
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
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 TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
@@ -42,23 +42,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroOverlay
|
||||||
tag="Michelin-Inspired Dining"
|
tag="Michelin-Inspired Dining"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
title="Hansang: Seoul's Premier Korean Culinary Experience"
|
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."
|
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" }}
|
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"
|
||||||
mediaItems={[
|
imageAlt="Premium Korean restaurant plating"
|
||||||
{
|
textPosition="bottom-left"
|
||||||
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"
|
showBlur={true}
|
||||||
},
|
showDimOverlay={false}
|
||||||
{
|
|
||||||
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"
|
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Reserve Your Table", href: "#contact" },
|
{ text: "Reserve Your Table", href: "#contact" },
|
||||||
{ text: "Explore Menu", href: "#menu" }
|
{ text: "Explore Menu", href: "#menu" }
|
||||||
|
|||||||
Reference in New Issue
Block a user