We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19e245 commit d8e159dCopy full SHA for d8e159d
src/components/sections/hero.tsx
@@ -40,13 +40,6 @@ export function Hero() {
40
</div>
41
42
</CarouselItem>
43
- <CarouselItem>
44
- <div className="p-1">
45
- <div className="flex h-96 items-center justify-center p-6">
46
- <span className="text-4xl font-semibold text-center">Third Slide Placeholder</span>
47
- </div>
48
49
- </CarouselItem>
50
</CarouselContent>
51
<CarouselPrevious />
52
<CarouselNext />
0 commit comments