mns-website/src/data/Docs.ts
Moaz Dawalibi 69fd134af4 done
2024-08-03 15:20:02 +03:00

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,
}
};