6 Commits

Author SHA1 Message Date
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
2 changed files with 3 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ const FeatureCardTwentyFive = ({
))}
</div>
<div className="mt-5">
<button className="bg-purple-500 text-background px-4 py-2 rounded-theme transition-colors hover:bg-purple-600">
<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>

View File

@@ -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}