|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
|
"use client"
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
|
|
|
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
|
|
|
|
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
|
|
|
|
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
|
|
|
|
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
|
|
|
|
<ThemeProvider
|
|
|
|
|
defaultButtonVariant="shift-hover"
|
|
|
|
|
defaultTextAnimation="reveal-blur"
|
|
|
|
|
borderRadius="soft"
|
|
|
|
|
borderRadius="pill"
|
|
|
|
|
contentWidth="medium"
|
|
|
|
|
sizing="mediumLarge"
|
|
|
|
|
background="circleGradient"
|
|
|
|
|
@@ -31,15 +31,18 @@ export default function LandingPage() {
|
|
|
|
|
headingFontWeight="normal"
|
|
|
|
|
>
|
|
|
|
|
<div id="nav" data-section="nav">
|
|
|
|
|
<NavbarStyleApple
|
|
|
|
|
<NavbarLayoutFloatingInline
|
|
|
|
|
brandName="Crimson Seoul"
|
|
|
|
|
navItems={[
|
|
|
|
|
{ name: "About", id: "about" },
|
|
|
|
|
{ name: "Menu", id: "menu" },
|
|
|
|
|
{ name: "Experience", id: "experience" },
|
|
|
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
|
|
|
{ name: "Reserve", id: "contact" }
|
|
|
|
|
{ name: "Products", id: "#products" },
|
|
|
|
|
{ name: "Features", id: "#features" },
|
|
|
|
|
{ name: "Gallery", id: "#gallery" }
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Reserve",
|
|
|
|
|
href: "#contact",
|
|
|
|
|
variant: "primary"
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
@@ -48,10 +51,7 @@ export default function LandingPage() {
|
|
|
|
|
logoText="CRIMSON SEOUL"
|
|
|
|
|
description="Experience the pinnacle of Korean culinary artistry. A sanctuary where tradition meets innovation, presenting meticulously crafted dishes in an atmosphere of refined elegance."
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
buttons={[
|
|
|
|
|
{ text: "Reserve a Table", href: "#contact" },
|
|
|
|
|
{ text: "View Menu", href: "#menu" }
|
|
|
|
|
]}
|
|
|
|
|
buttons={[]}
|
|
|
|
|
layoutOrder="default"
|
|
|
|
|
imageSrc="https://img.b2bpic.net/free-photo/gourmet-meal-served-with-wine_23-2148516896.jpg"
|
|
|
|
|
imageAlt="Luxury fine dining experience at Crimson Seoul"
|
|
|
|
|
|