export const innerPages = [ { id: 1, title: "Services Modern", href: "/services", src: "/assets/img/demos/dc1.jpg", srcSet: "/assets/img/demos/dc1@2x.jpg 2x", width: 400, height: 313, className: "services", }, { id: 2, title: "Services Concept", href: "/services2", src: "/assets/img/demos/dc2.jpg", srcSet: "/assets/img/demos/dc2@2x.jpg 2x", width: 400, height: 350, className: "services", }, { id: 3, title: "About Modern", href: "/about", src: "/assets/img/demos/dc3.jpg", srcSet: "/assets/img/demos/dc3@2x.jpg 2x", width: 400, height: 410, className: "about", }, { id: 4, title: "Contact with Facts", href: "/contact", src: "/assets/img/demos/dc5.jpg", srcSet: "/assets/img/demos/dc5@2x.jpg 2x", width: 400, height: 400, className: "contact", }, { id: 5, title: "About Concept", href: "/about2", src: "/assets/img/demos/dc4.jpg", srcSet: "/assets/img/demos/dc4@2x.jpg 2x", width: 400, height: 403, className: "about", }, { id: 6, title: "Contact Minimalist", href: "/contact2", src: "/assets/img/demos/dc6.jpg", srcSet: "/assets/img/demos/dc6@2x.jpg 2x", width: 400, height: 295, className: "contact", }, { id: 7, title: "Contact Modern", href: "/contact3", src: "/assets/img/demos/dc7.jpg", srcSet: "/assets/img/demos/dc7@2x.jpg 2x", width: 400, height: 395, className: "contact", }, { id: 8, title: "Pricing", href: "/pricing", src: "/assets/img/demos/dc8.jpg", srcSet: "/assets/img/demos/dc8@2x.jpg 2x", width: 400, height: 357, className: "pricing", }, { id: 9, title: "Projects with Tiles", href: "/projects", src: "/assets/img/demos/dc9.jpg", srcSet: "/assets/img/demos/dc9@2x.jpg 2x", width: 400, height: 405, className: "projects", }, { id: 10, title: "Projects Masonry", href: "/projects4", src: "/assets/img/demos/dc12.jpg", srcSet: "/assets/img/demos/dc12@2x.jpg 2x", width: 400, height: 413, className: "projects", }, { id: 11, title: "Projects Masonry Large", href: "/projects3", src: "/assets/img/demos/dc11.jpg", srcSet: "/assets/img/demos/dc11@2x.jpg 2x", width: 400, height: 338, className: "projects", }, { id: 12, title: "Projects Overflow", href: "/projects2", src: "/assets/img/demos/dc10.jpg", srcSet: "/assets/img/demos/dc10@2x.jpg 2x", width: 400, height: 315, className: "projects", }, ];