"use client"; import { Card, CardHeader, CardFooter, Image } from "@heroui/react"; import { fontSans, fontCursive } from "@/config/fonts"; const images = [ { src: "/Images/1.jpg", alt: "In tuition back in 2016", description: "One of our first pictures together.", width: 1200, height: 800, label: "2016", }, { src: "/Images/2.jpg", alt: "Getting slightly close together", description: "Tried makeing a film together back then, but it was a flop.", width: 1200, height: 800, label: "2016", }, { src: "/Images/3.jpg", alt: "Our College Days", description: "Hazy, but beautiful memories.", width: 1200, height: 800, label: "2016", }, { src: "/Images/4.jpg", alt: "Our College Excursion", description: "Something happened that day, did not know it was love.", width: 1200, height: 800, label: "2016", }, { src: "/Images/5.jpg", alt: "Getting back from the Excursion", description: "I may have fallen for her till then.", width: 1200, height: 800, label: "2016", }, { src: "/Images/6.jpg", alt: "In Kolakham", description: "This picture has so many stories attatched to it. Maybe one day.", width: 1200, height: 800, label: "2016", }, { src: "/Images/7.jpg", alt: "Last few days of college", description: "We were still not sure about our feelings.", width: 1200, height: 800, label: "2017", }, { src: "/Images/8.jpg", alt: "College ended in a blink", description: "We were sure about our feelings, but not about our future.", width: 1200, height: 800, label: "2017", }, { src: "/Images/9.jpg", alt: "University Days", description: "The days of our lives were getting busier, but we were still together.", width: 1200, height: 800, label: "2018", }, { src: "/Images/9b.jpg", alt: "We were sure about our future", description: "We knew now a common path leads to the destination.", width: 1200, height: 800, label: "2018", }, { src: "/Images/11.jpg", alt: "Eventually, the university days ended", description: "We grew together, and so did our love.", width: 1200, height: 800, label: "2019", }, { src: "/Images/12.jpg", alt: "We never counted the days", description: "We just lived them.", width: 1200, height: 800, label: "2020", }, { src: "/Images/13.jpg", alt: "Our FoodyCouple days", description: "Belive us or not, we were famous online for a while.", width: 1200, height: 800, label: "2021", }, { src: "/Images/14.jpg", alt: "Our exploration days began", description: "We had entered a new phase of the relationship, one which gets pleased by the mountains and seas.", width: 1200, height: 800, label: "2021", }, { src: "/Images/15.jpg", alt: "The buzz of the city", description: "Kolkata, a major city that nourishes our love.", width: 1200, height: 800, label: "2022", }, { src: "/Images/16.jpg", alt: "Ahh, the mountains", description: "Another part of the story begins here.", width: 1200, height: 800, label: "2023", }, { src: "/Images/17.jpg", alt: "We were full blown mountain-holics", description: "Once we started, we could not stop.", width: 1200, height: 800, label: "2024", }, { src: "/Images/18.jpg", alt: "The Proposal", description: "After all the adventures, we finally decided to take the next step.", width: 1200, height: 800, label: "2025", }, ]; const pwImages = Array.from({ length: 57 }, (_, i) => { const num = String(i + 1).padStart(3, "0"); return { src: `/pw/${num}.jpg`, alt: `Memory ${num}`, description: `A cherished moment number ${num}.`, width: 1200, height: 800, label: "Pre-Wedding", }; }); export default function Gallery() { return (

This is our journey from 2016 into the unfolding future. Fueled by a quiet juvenoia, we found ourselves drawn more to the nostalgia of the past than the immediacy of the present — choosing frames that echo where we began rather than where we stand.

{/* Pre-Wedding Video */}

Our Pre-Wedding Video