24 Commits

Author SHA1 Message Date
ca5242eadb Bob AI: Change only the top vertical distance of the hero ... 2026-02-07 21:36:19 +00:00
fb8f96453f Merge version_22 into main
Merge version_22 into main
2026-02-07 21:31:17 +00:00
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
1f4f1ddd8f Bob AI: No the buttons still have sharp corners, I want th... 2026-02-07 21:20:38 +00:00
d767e62b9c Merge version_17 into main
Merge version_17 into main
2026-02-07 21:17:53 +00:00
df59074dc1 Bob AI: Change the borders of cards and buttons to have sh... 2026-02-07 21:17:18 +00:00
72b127a41b Merge version_15 into main
Merge version_15 into main
2026-02-07 21:01:55 +00:00
b8a2dc1d2b Bob AI: Decrease the vertical padding space between the he... 2026-02-07 21:01:21 +00:00
096450d59a Merge version_14 into main
Merge version_14 into main
2026-02-07 20:55:33 +00:00
9ab8d34fc4 Bob AI: Decrease the space between the first section of th... 2026-02-07 20:54:59 +00:00
f74ad77af9 Merge version_13 into main
Merge version_13 into main
2026-02-07 20:52:22 +00:00
53afbfa1d9 Bob AI: match the style of the buttons and the button type... 2026-02-07 20:51:48 +00:00
f5e3d49c66 Merge version_12 into main
Merge version_12 into main
2026-02-07 20:46:14 +00:00
731a53e31f Bob AI: Okay, now make sure the buttons that you just adde... 2026-02-07 20:45:40 +00:00
026b71b0b8 Merge version_11 into main
Merge version_11 into main
2026-02-07 20:44:02 +00:00
a4f73a2ec0 Bob AI: Make the buttons inside of the cards purple 2026-02-07 20:43:28 +00:00
4345f747b0 Merge version_10 into main
Merge version_10 into main
2026-02-07 20:41:04 +00:00
42497229d7 Bob AI: You added the text to the cards but not an actual ... 2026-02-07 20:40:29 +00:00
2c9bfb461c Merge version_9 into main
Merge version_9 into main
2026-02-07 20:28:49 +00:00
3 changed files with 16 additions and 13 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';
@@ -21,7 +21,7 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="shift-hover" defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="soft" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="mediumLarge" sizing="mediumLarge"
background="circleGradient" background="circleGradient"
@@ -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

@@ -161,9 +161,9 @@ const FeatureCardTwentyFive = ({
))} ))}
</div> </div>
<div className="mt-5"> <div className="mt-5">
<a href="#dishes" className="bg-primary text-background px-4 py-2 rounded-theme transition-colors hover:bg-primary-hover"> <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 Take a Look at Dishes
</a> </button>
</div> </div>
</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-hero-page-padding", className)} className={cls("relative w-full py-48 pb-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)}>
@@ -120,7 +120,7 @@ const HeroLogoBillboardSplit = ({
</div> </div>
{frameStyle === "browser" ? ( {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={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="flex items-center gap-2">
<div className="h-3 w-auto aspect-square rounded-theme bg-accent" /> <div className="h-3 w-auto aspect-square rounded-theme bg-accent" />
@@ -145,7 +145,7 @@ const HeroLogoBillboardSplit = ({
</div> </div>
</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 <MediaContent
imageSrc={imageSrc} imageSrc={imageSrc}
videoSrc={videoSrc} videoSrc={videoSrc}