Compare commits
31 Commits
version_7
...
version_24
| Author | SHA1 | Date | |
|---|---|---|---|
| 22e4eb2e06 | |||
| 0a9c549ba1 | |||
| cc934bfe26 | |||
| ca5242eadb | |||
| fb8f96453f | |||
| 11eee3632a | |||
| 05d7cced54 | |||
| 67f85cca91 | |||
| 92e5332862 | |||
| 02e85272cc | |||
| 278343061e | |||
| 1f4f1ddd8f | |||
| d767e62b9c | |||
| df59074dc1 | |||
| 72b127a41b | |||
| b8a2dc1d2b | |||
| 096450d59a | |||
| 9ab8d34fc4 | |||
| f74ad77af9 | |||
| 53afbfa1d9 | |||
| f5e3d49c66 | |||
| 731a53e31f | |||
| 026b71b0b8 | |||
| a4f73a2ec0 | |||
| 4345f747b0 | |||
| 42497229d7 | |||
| 2c9bfb461c | |||
| 59f5b88a7a | |||
| 4c03643865 | |||
| d24ea2dc75 | |||
| 77bea668f6 |
@@ -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"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #fffafa;;
|
||||
--card: #f0fff0;;
|
||||
--card: #ff0000;;
|
||||
--foreground: "Inter", sans-serif;;
|
||||
--primary-cta: #800080;;
|
||||
--secondary-cta: "Inter", sans-serif;;
|
||||
@@ -11,7 +11,7 @@
|
||||
--background-accent: #20b2aa;; */
|
||||
|
||||
--background: #ffffff;;
|
||||
--card: #f0fff0;;
|
||||
--card: #ff0000;;
|
||||
--foreground: "Inter", sans-serif;;
|
||||
--primary-cta: #800080;;
|
||||
--secondary-cta: "Inter", sans-serif;;
|
||||
|
||||
@@ -160,6 +160,11 @@ const FeatureCardTwentyFive = ({
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
<div className="mt-5">
|
||||
<button className={cls("bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-dark", textBoxButtonClassName)}>
|
||||
Take a Look at Dishes
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
|
||||
@@ -87,7 +87,7 @@ const HeroLogoBillboardSplit = ({
|
||||
return (
|
||||
<section
|
||||
aria-label={ariaLabel}
|
||||
className={cls("relative w-full py-hero-page-padding", className)}
|
||||
className={cls("relative w-full py-48 pb-32", className)}
|
||||
>
|
||||
<HeroBackgrounds {...background} />
|
||||
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>
|
||||
@@ -120,7 +120,7 @@ const HeroLogoBillboardSplit = ({
|
||||
</div>
|
||||
|
||||
{frameStyle === "browser" ? (
|
||||
<div className={cls("w-full overflow-hidden rounded-theme-capped card", mediaWrapperClassName)}>
|
||||
<div className={cls("w-full overflow-hidden rounded-theme-capped card mt-4", mediaWrapperClassName)}>
|
||||
<div className={cls("relative z-1 bg-background border-b border-foreground/10 px-4 py-3 flex items-center gap-4", browserBarClassName)}>
|
||||
<div className="flex items-center gap-2">
|
||||
<div className="h-3 w-auto aspect-square rounded-theme bg-accent" />
|
||||
@@ -145,7 +145,7 @@ const HeroLogoBillboardSplit = ({
|
||||
</div>
|
||||
</div>
|
||||
) : (
|
||||
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4", mediaWrapperClassName)}>
|
||||
<div className={cls("w-full overflow-hidden rounded-theme-capped card p-4 mt-4", mediaWrapperClassName)}>
|
||||
<MediaContent
|
||||
imageSrc={imageSrc}
|
||||
videoSrc={videoSrc}
|
||||
|
||||
Reference in New Issue
Block a user