import Image from 'next/image'; import styles from './GallerySection.module.css'; const images = [ '/images/hero-dosa.png', '/images/south-indian-thali.png', '/images/sambar.png', '/images/crispy-masala.png', '/images/hero-dosa.png', '/images/story-heritage.png' ]; export default function GallerySection() { return (
{/*

📸 Follow Our Journey

*/} 📸 Gallery

Our Culinary Gallery

{images.map((src, index) => (
{`Gallery
))}
View on Instagram
); }