cibus-industries/data/projects.js
2025-07-14 18:29:02 +05:30

149 lines
3.5 KiB
JavaScript

export const projectItems = [
{
id: 1,
imgSrc: "/assets/img/project/06.jpg",
title: "General Construction",
location: "4648 Rocky, New York",
number: "01",
},
{
id: 2,
imgSrc: "/assets/img/project/07.jpg",
title: "General Construction",
location: "4648 Rocky, New York",
number: "02",
},
{
id: 3,
imgSrc: "/assets/img/project/08.jpg",
title: "General Construction",
location: "4648 Rocky, New York",
number: "03",
},
{
id: 4,
imgSrc: "/assets/img/project/06.jpg",
title: "General Construction",
location: "4648 Rocky, New York",
number: "01",
},
{
id: 5,
imgSrc: "/assets/img/project/07.jpg",
title: "General Construction",
location: "4648 Rocky, New York",
number: "02",
},
{
id: 6,
imgSrc: "/assets/img/project/08.jpg",
title: "General Construction",
location: "4648 Rocky, New York",
number: "03",
},
];
export const projects = [
{
id: 7,
images: ["/assets/img/project/09.jpg", "/assets/img/project/09.jpg"],
title: "Mission",
delay: ".2s",
},
{
id: 8,
images: ["/assets/img/project/10.jpg", "/assets/img/project/10.jpg"],
title: "Vission",
delay: ".4s",
},
{
id: 9,
images: ["/assets/img/project/11.jpg", "/assets/img/project/11.jpg"],
title: "Core Values",
delay: ".6s",
},
// {
// id: 10,
// images: ["/assets/img/project/12.jpg", "/assets/img/project/12.jpg"],
// title: "Combine Electricity",
// description:
// "There are many variations of a passages of Lorem Ipsum available.",
// delay: ".2s",
// },
// {
// id: 11,
// images: ["/assets/img/project/13.jpg", "/assets/img/project/13.jpg"],
// title: "Bridge Trangle Core",
// description:
// "There are many variations of a passages of Lorem Ipsum available.",
// delay: ".4s",
// },
// {
// id: 12,
// images: ["/assets/img/project/14.jpg", "/assets/img/project/14.jpg"],
// title: "General Construction",
// description:
// "There are many variations of a passages of Lorem Ipsum available.",
// delay: ".6s",
// },
// {
// id: 13,
// images: ["/assets/img/project/15.jpg", "/assets/img/project/15.jpg"],
// title: "Contemporary Villa",
// description:
// "There are many variations of a passages of Lorem Ipsum available.",
// delay: ".2s",
// },
// {
// id: 14,
// images: ["/assets/img/project/16.jpg", "/assets/img/project/16.jpg"],
// title: "Rubix Carabil Tower",
// description:
// "There are many variations of a passages of Lorem Ipsum available.",
// delay: ".4s",
// },
// {
// id: 15,
// images: ["/assets/img/project/17.jpg", "/assets/img/project/17.jpg"],
// title: "Combine Electricity",
// description:
// "There are many variations of a passages of Lorem Ipsum available.",
// delay: ".6s",
// },
];
export const projects2 = [
{
id: 16,
title: "Building Renovation",
bgClass: "",
delay: "",
},
{
id: 17,
title: "Building Renovation",
bgClass: "bg-1",
delay: ".2s",
},
{
id: 18,
title: "Building Renovation",
bgClass: "bg-2 active",
delay: ".4s",
},
{
id: 19,
title: "Building Renovation",
bgClass: "bg-3",
delay: ".6s",
},
{
id: 20,
title: "Building Renovation",
bgClass: "bg-4",
delay: ".8s",
},
];
export const allProjects = [...projectItems, ...projects, projects2];