--- import type { ComponentProps } from "astro/types"; import ServicesCard from "./ServicesCard.astro"; import Image1 from "../../assets/img/services/1.jpg"; import Image2 from "../../assets/img/services/2.jpg"; import Image3 from "../../assets/img/services/3.jpg"; const services: Array> = [ { title: "Innovative Solutions", image: { src: Image1, alt: "A picture showing an abstract form in teal", }, items: [ "Modern Websites", "Specialized Web Applications", "Cross-platform Mobile Apps", ], }, { title: "Tailored Designs", image: { src: Image2, alt: "A picture showing an abstract form in blue/purple", }, items: ["Webdesign", "App Design", "Brand/Identity Design"], }, { title: "Flexible Projects", image: { src: Image3, alt: "A picture showing an abstract form in red", }, items: ["Digital Sovereignty", "Freelancing", "Consulting"], }, ]; ---

Our Services.

Together as partners, we will tackle your digital challenge and turn your vision into reality.