added
This commit is contained in:
@@ -77,7 +77,7 @@ const Hero = ({ data }) => {
|
||||
<CarouselContent>
|
||||
{heroData.map((item, index) => (
|
||||
<CarouselItem key={index}>
|
||||
<div className="relative w-full h-[55vh] overflow-hidden">
|
||||
<div className="relative w-full h-[65vh] overflow-hidden">
|
||||
<Image
|
||||
src={item.src || "/placeholder.svg"}
|
||||
alt={`Slide ${index + 1}`}
|
||||
|
||||
Reference in New Issue
Block a user