You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
289 B
JavaScript
9 lines
289 B
JavaScript
var _Home = {};
|
|
|
|
_Home.carousel_images = [
|
|
{src: 'images/carousel1-960.jpg', description: 'Stylish Frames'},
|
|
{src: 'images/carousel2-960.jpg', description: 'Piazza Optical'},
|
|
{src: 'images/carousel3-960.jpg', description: 'Professional Optical Equipment'}
|
|
];
|
|
|
|
export default _Home; |