1 Commits

Author SHA1 Message Date
51524a24c5 Bob AI: change border radius to pill style 2026-02-06 12:45:37 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ export default function LandingPage() {
<ThemeProvider <ThemeProvider
defaultButtonVariant="expand-hover" defaultButtonVariant="expand-hover"
defaultTextAnimation="background-highlight" defaultTextAnimation="background-highlight"
borderRadius="sharp" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="mediumLarge" sizing="mediumLarge"
background="none" background="none"

View File

@@ -137,7 +137,7 @@ const HeroSplitDualMedia = ({
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}> <div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}>
<div className="w-full md:w-1/2"> <div className="w-full md:w-1/2">
<TextBox <TextBox
title="Yo, Bob!" title={title}
description={description} description={description}
tag={tag} tag={tag}
tagIcon={tagIcon} tagIcon={tagIcon}
@@ -152,7 +152,7 @@ const HeroSplitDualMedia = ({
center={true} center={true}
/> />
<TextBox <TextBox
title="Yo, Bob!" title={title}
description={description} description={description}
tag={tag} tag={tag}
tagIcon={tagIcon} tagIcon={tagIcon}