Skip to content

Commit d8e159d

Browse files
committed
fix: remove 3rd placeholder carousel item from hero section
1 parent a19e245 commit d8e159d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/sections/hero.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ export function Hero() {
4040
</div>
4141
</div>
4242
</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-
</div>
49-
</CarouselItem>
5043
</CarouselContent>
5144
<CarouselPrevious />
5245
<CarouselNext />

0 commit comments

Comments
 (0)