{/* Header Section */}
{/* Holiday Selection Section */}
{/* Gallery Section */}
)}
{isError && (
)}
{!isLoading && !isError && (
{/* Placeholder gallery items */}
{[…Array(9)].map((_, index) => (
))}
)}
Our Photo Room Gallery
Our special place for photoshoots of your pets during their visit.
Explore our galleries by holiday
{holidayData.map((holiday) => {
const Icon = holiday.icon;
return (
{holiday.name}
);
})}
{selectedHoliday ? `${holidayData.find((h) => h.id === selectedHoliday)?.name} Gallery` : ‘All Galleries’}
{isLoading && (Loading…
Error: Failed to load gallery. Please try again later.