24 lines
389 B
JavaScript
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,
|
|
},
|
|
];
|