t10015/data/gallery.js
2025-08-21 15:58:23 +08:00

24 lines
389 B
JavaScript

export const cardData = [
{
id: 1,
imageSrc: "/assets/img/photos/fs1.jpg",
title: "Wedding",
width: 400,
height: 430,
},
{
id: 2,
imageSrc: "/assets/img/photos/fs2.jpg",
title: "Couples",
width: 400,
height: 430,
},
{
id: 3,
imageSrc: "/assets/img/photos/fs3.jpg",
title: "Engagement",
width: 400,
height: 430,
},
];