Created
October 5, 2023 12:31
-
-
Save Mif2006/dca848a922bef727f30138e2a248e650 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 { | |
RxCrop, | |
RxDesktop, | |
RxPencil2, | |
RxReader, | |
RxRocket, | |
RxAccessibility, | |
} from "react-icons/rx"; | |
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 SpaceCity8 from "../assets/SpaceCity8.jpeg"; | |
import SpaceCity9 from "../assets/SpaceCity9.jpeg"; | |
export const ServiceData = [ | |
{ | |
icon: RxCrop, | |
title: "Development", | |
content: "Lorem ipsum dolor sit /amet, consectetur adipiscing elit.", | |
backgroundImage: SpaceCity9, | |
}, | |
{ | |
icon: RxPencil2, | |
title: "Branding", | |
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | |
backgroundImage: SpaceCity1, | |
}, | |
{ | |
icon: RxDesktop, | |
title: "Design", | |
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | |
backgroundImage: SpaceCity6, | |
}, | |
{ | |
icon: RxReader, | |
title: "Seo", | |
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | |
backgroundImage: SpaceCity7, | |
}, | |
{ | |
icon: RxAccessibility, | |
title: "Management", | |
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | |
backgroundImage: SpaceCity5, | |
}, | |
{ | |
icon: RxRocket, | |
title: "Production", | |
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit.", | |
backgroundImage: SpaceCity8, | |
}, | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thank you