Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
@@ -265,4 +258,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user