import React from "react"; import Image from "next/image"; const FullStack = () => { return (

💻 Full-Stack Entwicklung

Wir entwickeln skalierbare Backends, performante Frontends und native Apps – genau auf deine Anforderungen zugeschnitten. Dabei setzen wir auf neueste und modernste Technologien, um flexible und zukunftssichere Lösungen zu schaffen.

{/* Technology Logos Section */}

🔧 Tech Stack

Programmiersprachen und Frameworks, die wir für unsere Lösungen einsetzen.
{/* Tech Stack Logos */} {[ {src: "/images/flutter_logo.png", label: "Flutter", width: 30, height: 30}, {src: "/images/dart_logo.png", label: "Dart", width: 40, height: 40}, {src: "/images/java_logo.png", label: "Java", width: 40, height: 40}, {src: "/images/nextjs_logo.png", label: "NextJS", width: 40, height: 40}, ].map(({src, label, width, height}) => (
{label} {label}
))}
image
); }; export default FullStack;