Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 09e830560d |
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user