Kontakt: dodaj fiksni telefon, mobil in faks
This commit is contained in:
parent
3fdf54ff55
commit
9de740168a
@ -1,5 +1,5 @@
|
||||
import { useState } from "react";
|
||||
import { Mail, Phone, Send, CheckCircle, AlertCircle } from "lucide-react";
|
||||
import { Mail, Phone, Send, CheckCircle, AlertCircle, Smartphone, Printer } from "lucide-react";
|
||||
import { SiFacebook, SiInstagram, SiYoutube, SiTiktok } from "react-icons/si";
|
||||
import Header from "@/components/header";
|
||||
import Footer from "@/components/footer";
|
||||
@ -57,7 +57,7 @@ export default function KontaktPage() {
|
||||
|
||||
<div className="space-y-4">
|
||||
<a
|
||||
href="tel:+491725675800"
|
||||
href="tel:+4974719429966"
|
||||
className="flex items-start gap-3 group"
|
||||
data-testid="link-kontakt-phone"
|
||||
>
|
||||
@ -66,10 +66,34 @@ export default function KontaktPage() {
|
||||
</div>
|
||||
<div>
|
||||
<p className="text-xs text-muted-foreground">Telefon</p>
|
||||
<p className="text-foreground font-medium group-hover:text-primary transition-colors" data-testid="text-kontakt-phone">+49 172 567 58 00</p>
|
||||
<p className="text-foreground font-medium group-hover:text-primary transition-colors" data-testid="text-kontakt-phone">+49 7471 9429966</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="tel:+491725675800"
|
||||
className="flex items-start gap-3 group"
|
||||
data-testid="link-kontakt-mobile"
|
||||
>
|
||||
<div className="w-10 h-10 rounded-lg bg-primary/10 flex items-center justify-center flex-shrink-0 group-hover:bg-primary/20 transition-colors">
|
||||
<Smartphone className="w-5 h-5 text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<p className="text-xs text-muted-foreground">Mobil</p>
|
||||
<p className="text-foreground font-medium group-hover:text-primary transition-colors" data-testid="text-kontakt-mobile">+49 172 5675800</p>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<div className="flex items-start gap-3" data-testid="block-kontakt-fax">
|
||||
<div className="w-10 h-10 rounded-lg bg-primary/10 flex items-center justify-center flex-shrink-0">
|
||||
<Printer className="w-5 h-5 text-primary" />
|
||||
</div>
|
||||
<div>
|
||||
<p className="text-xs text-muted-foreground">Fax</p>
|
||||
<p className="text-foreground font-medium" data-testid="text-kontakt-fax">+49 7471 9429990</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<a
|
||||
href="mailto:office@folx.tv"
|
||||
className="flex items-start gap-3 group"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user