1 Commits

Author SHA1 Message Date
0b5b1de0ee Bob AI: change card style to glass 2026-02-06 12:59:48 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
contentWidth="compact"
sizing="mediumLarge"
background="none"
cardStyle="elevated"
cardStyle="glass"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
headingFontWeight="bold"

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="w-full md:w-1/2">
<TextBox
title="Yo, Bob!"
title={title}
description={description}
tag={tag}
tagIcon={tagIcon}
@@ -152,7 +152,7 @@ const HeroSplitDualMedia = ({
center={true}
/>
<TextBox
title="Yo, Bob!"
title={title}
description={description}
tag={tag}
tagIcon={tagIcon}