This commit is contained in:
2025-03-03 21:42:21 +05:30
parent 5162052a3e
commit 87e5fc1a21
2 changed files with 7 additions and 7 deletions

View File

@@ -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}`}