'use client'; import {motion} from 'framer-motion'; import {useThemeColors} from '@/utils/useThemeColors'; const About = () => { const colors = useThemeColors(); return (
{/* Text */}
Wir sind Rhein-Software – Ihr Partner für digitale Produkte und individuelle Softwarelösungen. Wir entwickeln skalierbare, wartbare Anwendungen mit klarem Fokus: Technik, die begeistert – von der Architektur bis zum Go-Live. Ob Start-up oder etabliertes Unternehmen: Wir begleiten Sie mit einem flexiblen Netzwerk, klarer Kommunikation und hohem Qualitätsanspruch – agil, lösungsorientiert und nah am Projekt.
{/* CTA Button */} {/**/} {/* */} {/* Mehr über uns */} {/* */} {/**/}
); }; export default About;