72 lines
1.6 KiB
TypeScript
72 lines
1.6 KiB
TypeScript
export const contentArray = {
|
|
data: [
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Beautiful Sunset",
|
|
text: "A stunning view"
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Majestic Mountain",
|
|
text: "A towering snow forests."
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Urban Skyline",
|
|
text: "A breathtaking panorama."
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Tropical Paradise",
|
|
text: "A pristine white"
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Enchanted Forest",
|
|
text: "A mystical scene mist hanging in the air."
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Urban Skyline",
|
|
text: "A breathtaking panorama."
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Tropical Paradise",
|
|
text: "A pristine white"
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Enchanted Forest",
|
|
text: "A mystical scene mist hanging in the air."
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Urban Skyline",
|
|
text: "A breathtaking panorama."
|
|
},
|
|
{
|
|
id: 1,
|
|
image: "/Document/documentCard.png",
|
|
title: "Tropical Paradise",
|
|
text: "A pristine white"
|
|
}
|
|
],
|
|
meta: {
|
|
current_page: 1,
|
|
per_page: 3,
|
|
total: 10,
|
|
}
|
|
};
|
|
|
|
|
|
|