"use client"; import Image from "next/image"; export default function HeaderFeaturedHomes() { const images = [ "/images/featured-properties-17-480x287.jpg", "/images/featured-properties-17-480x287.jpg", "/images/featured-properties-17-480x287.jpg", "/images/featured-properties-17-480x287.jpg", "/images/featured-properties-17-480x287.jpg", "/images/featured-properties-17-480x287.jpg", ]; return (
{images.map((src, index) => (
{`Gallery
))}
); }