Compare commits
4 Commits
version_3_
...
version_5_
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e255227fa | ||
| ee6aac1882 | |||
|
|
3cf6ff5510 | ||
| 4357f91715 |
@@ -2,6 +2,7 @@ import Button from "@/components/ui/Button";
|
||||
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import TiltedCarousel from "@/components/ui/TiltedCarousel";
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
type HeroBillboardTiltedCarouselProps = {
|
||||
tag: string;
|
||||
@@ -27,8 +28,6 @@ const HeroBillboardTiltedCarousel = ({
|
||||
>
|
||||
<HeroBackgroundSlot />
|
||||
<div className="flex flex-col items-center gap-2 w-content-width mx-auto text-center">
|
||||
<span className="px-3 py-1 mb-1 text-sm card rounded">{tag}</span>
|
||||
|
||||
<TextAnimation
|
||||
text={title}
|
||||
variant="fade-blur"
|
||||
@@ -37,6 +36,10 @@ const HeroBillboardTiltedCarousel = ({
|
||||
className="text-6xl font-medium text-balance"
|
||||
/>
|
||||
|
||||
|
||||
|
||||
<span className="px-3 py-1 mb-1 text-sm card rounded">{tag}</span>
|
||||
|
||||
<TextAnimation
|
||||
text={description}
|
||||
variant="fade-blur"
|
||||
@@ -49,6 +52,8 @@ const HeroBillboardTiltedCarousel = ({
|
||||
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
|
||||
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<TiltedCarousel items={items} />
|
||||
|
||||
Reference in New Issue
Block a user