6 Commits

Author SHA1 Message Date
11eee3632a Bob AI: add more sapce 2026-02-07 21:30:42 +00:00
05d7cced54 Merge version_21 into main
Merge version_21 into main
2026-02-07 21:28:26 +00:00
67f85cca91 Bob AI: Experience the pinnacle of Korean culinary artistr... 2026-02-07 21:27:52 +00:00
92e5332862 Merge version_20 into main
Merge version_20 into main
2026-02-07 21:25:03 +00:00
02e85272cc Bob AI: I want a different type of navbar I don't like the... 2026-02-07 21:24:29 +00:00
278343061e Merge version_19 into main
Merge version_19 into main
2026-02-07 21:21:12 +00:00
2 changed files with 11 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
"use client" "use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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 HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
@@ -31,15 +31,18 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleApple <NavbarLayoutFloatingInline
brandName="Crimson Seoul" brandName="Crimson Seoul"
navItems={[ navItems={[
{ name: "About", id: "about" }, { name: "Products", id: "#products" },
{ name: "Menu", id: "menu" }, { name: "Features", id: "#features" },
{ name: "Experience", id: "experience" }, { name: "Gallery", id: "#gallery" }
{ name: "Testimonials", id: "testimonials" },
{ name: "Reserve", id: "contact" }
]} ]}
button={{
text: "Reserve",
href: "#contact",
variant: "primary"
}}
/> />
</div> </div>

View File

@@ -87,7 +87,7 @@ const HeroLogoBillboardSplit = ({
return ( return (
<section <section
aria-label={ariaLabel} aria-label={ariaLabel}
className={cls("relative w-full py-10", className)} className={cls("relative w-full py-32", className)}
> >
<HeroBackgrounds {...background} /> <HeroBackgrounds {...background} />
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}> <div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>