4 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
2 changed files with 3 additions and 3 deletions

View File

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

View File

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