'use client'; import React from "react"; import {motion} from "framer-motion"; import {useThemeColors} from "@/utils/useThemeColors"; const timeline = [ { date: "Oktober 2024", title: "Projektgründung", description: "Entwicklung der Idee und erste Umsetzungsschritte – inspiriert durch Technik und Nachhaltigkeit.", current: false, }, { date: "Mai 2025", title: "Go-Live", description: "Offizieller Start mit Kundenprojekten und einem umfassenden Full-Service-Angebot.", current: true, }, ]; const AboutTimeline3 = () => { const colors = useThemeColors(); return (