1 Commits

Author SHA1 Message Date
09e830560d Bob AI: I don't like the hero section can you switch it 2026-02-04 02:10:42 +00:00

View File

@@ -11,6 +11,7 @@ import { Plus } from "lucide-react";
import { useTheme } from "@/providers/themeProvider/ThemeProvider";
import type { ButtonConfig } from "@/components/cardStack/types";
import CardStack from "@/components/cardStack/CardStack";
import SectionTitle from "@/components/sectionTitle/SectionTitle";
type HeroLogoBillboardBackgroundProps = Extract<
HeroBackgroundVariantProps,
@@ -91,12 +92,8 @@ const HeroLogoBillboard = ({
<HeroBackgrounds {...background} />
<div className={cls("w-content-width mx-auto flex flex-col gap-14 md:gap-15 relative z-10", containerClassName)}>
<CardStack>
<SectionTitle title={logoText} className={cls("text-foreground", logoClassName)} />
<div className={cls("w-full flex flex-col items-end gap-6 md:gap-8", logoContainerClassName)}>
<div className="relative w-full flex">
<FillWidthText className={cls("text-foreground", logoClassName)}>
{logoText}
</FillWidthText>
</div>
<div className="relative w-full md:w-1/2">
<TextAnimation
type={theme.defaultTextAnimation}