Created
March 19, 2024 11:36
-
-
Save Mif2006/4f1b6b0eaf6bd7af16eec80c0d613df4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SpaceCity1 from "../assets/SpaceCity1.jpg"; | |
import SpaceCity5 from "../assets/SpaceCity5.jpeg"; | |
import SpaceCity6 from "../assets/SpaceCity6.jpeg"; | |
import SpaceCity7 from "../assets/SpaceCity7.jpeg"; | |
import SpaceCity9 from "../assets/SpaceCity9.jpeg"; | |
export const Projects = [ | |
{ | |
name: "Star Wars", | |
src: SpaceCity6, | |
description: | |
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", | |
}, | |
{ | |
name: "Space", | |
src: SpaceCity1, | |
description: | |
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", | |
}, | |
{ | |
name: "Matrix", | |
src: SpaceCity9, | |
description: | |
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", | |
}, | |
{ | |
name: "Component", | |
src: SpaceCity5, | |
description: | |
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", | |
}, | |
{ | |
name: "Unicorn", | |
src: SpaceCity7, | |
description: | |
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.", | |
}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment