6 Commits

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

View File

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

View File

@@ -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-10", className)}
>
<HeroBackgrounds {...background} />
<div className={cls("w-content-width mx-auto flex flex-col gap-6 md:gap-15 relative z-10", containerClassName)}>