deploy
Some checks failed
Build & Deploy MB Grid Solutions / build-and-deploy (push) Failing after 27s

This commit is contained in:
2026-01-29 15:18:38 +01:00
parent 5a5f96f15c
commit c3a2114064
5 changed files with 78 additions and 20 deletions

View File

@@ -1,11 +1,10 @@
'use client';
import { CheckCircle, Mail, MapPin, Send } from 'lucide-react';
import React, { useState } from 'react';
import { Button } from './Button';
import { Counter } from './Counter';
import { Reveal } from './Reveal';
import { TechBackground } from './TechBackground';
import { Counter } from './Counter';
import { Button } from './Button';
export default function Contact() {
const [submitted, setSubmitted] = useState(false);
@@ -97,7 +96,7 @@ export default function Contact() {
<div className="relative z-10">
<h4 className="text-slate-400 font-bold text-xs uppercase tracking-widest mb-2">Anschrift</h4>
<p className="text-white text-xl font-bold leading-relaxed">
MB Grid Solutions GmbH<br />
MB Grid Solutions & Services GmbH<br />
Raiffeisenstraße 22<br />
73630 Remshalden
</p>