This commit is contained in:
Iliyan Angelov
2025-11-21 01:20:51 +02:00
parent a38ab4fa82
commit 6f85b8cf17
242 changed files with 7154 additions and 14492 deletions

View File

@@ -40,9 +40,9 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
return (
<>
{/* Main Gallery */}
{}
<div className="grid grid-cols-4 gap-2 h-96">
{/* Main Image */}
{}
<div
className="col-span-4 md:col-span-3 relative
overflow-hidden rounded-lg cursor-pointer
@@ -67,12 +67,12 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
opacity-0 group-hover:opacity-100
transition-opacity"
>
Xem nh lớn
View large image
</span>
</div>
</div>
{/* Thumbnail Grid */}
{}
<div
className="hidden md:flex flex-col gap-2
col-span-1"
@@ -99,7 +99,7 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
justify-center"
>
<span className="text-white font-semibold">
+{safeImages.length - 4} nh
+{safeImages.length - 4} images
</span>
</div>
)}
@@ -108,7 +108,7 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
</div>
</div>
{/* Modal Lightbox */}
{}
{isModalOpen && (
<div
className="fixed inset-0 z-50 bg-black