diff --git a/client/src/pages/kontakt.tsx b/client/src/pages/kontakt.tsx index 7e7f4ec..c372300 100644 --- a/client/src/pages/kontakt.tsx +++ b/client/src/pages/kontakt.tsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { Mail, Phone, MapPin, Send, CheckCircle, AlertCircle } from "lucide-react"; +import { Mail, Phone, Send, CheckCircle, AlertCircle } from "lucide-react"; import { SiFacebook, SiInstagram, SiYoutube, SiTiktok } from "react-icons/si"; import Header from "@/components/header"; import Footer from "@/components/footer"; @@ -84,17 +84,6 @@ export default function KontaktPage() { -
-
- -
-
-

Adresse

-

BoldFrame Productions d.o.o.

-

Sokolska ulica 46

-

2000 Maribor, Slowenien

-
-
diff --git a/server/contact-messages.json b/server/contact-messages.json index fe51488..b55dd4d 100644 --- a/server/contact-messages.json +++ b/server/contact-messages.json @@ -1 +1,11 @@ -[] +[ + { + "id": 1772805974560, + "name": "sebastjan", + "email": "sebastjan.artic@folx.tv", + "subject": "Allgemeine Anfrage", + "message": "hallo ", + "createdAt": "2026-03-06T14:06:14.560Z", + "read": false + } +] \ No newline at end of file