Remove address from the contact page

Remove the MapPin icon import and address details from the contact page component (client/src/pages/kontakt.tsx). Update server/contact-messages.json to include a new contact message entry.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: 79325a7c-6a80-46e4-adfb-d690b3c2501a
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/koutl3W
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
sebastjanartic 2026-03-06 14:07:14 +00:00
parent 72e4df3fe1
commit 573e111b53
2 changed files with 12 additions and 13 deletions

View File

@ -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() {
</div>
</a>
<div className="flex items-start gap-3">
<div className="w-10 h-10 rounded-lg bg-primary/10 flex items-center justify-center flex-shrink-0">
<MapPin className="w-5 h-5 text-primary" />
</div>
<div>
<p className="text-xs text-muted-foreground">Adresse</p>
<p className="text-foreground font-medium" data-testid="text-kontakt-address">BoldFrame Productions d.o.o.</p>
<p className="text-muted-foreground text-sm">Sokolska ulica 46</p>
<p className="text-muted-foreground text-sm">2000 Maribor, Slowenien</p>
</div>
</div>
</div>
<div className="pt-2">

View File

@ -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
}
]