Update src/app/contact/page.tsx

This commit is contained in:
2026-03-11 13:36:12 +00:00
parent d6d4f6ebbe
commit f1a7e67c4b

View File

@@ -43,13 +43,9 @@ export default function ContactPage() {
description="Our dedicated support team is ready to help you navigate our services and answer your questions about Canton Schwyz administration and resources."
buttons={[
{
text: "Contact Hotline",
href: "tel:+41418191124",
},
text: "Contact Hotline", href: "tel:+41418191124"},
{
text: "Email Support",
href: "mailto:info@sz.ch",
},
text: "Email Support", href: "mailto:info@sz.ch"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -63,81 +59,51 @@ export default function ContactPage() {
{
items: [
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Job Portal",
href: "/jobs",
},
label: "Job Portal", href: "/jobs"},
{
label: "Permits",
href: "/permits",
},
label: "Permits", href: "/permits"},
],
},
{
items: [
{
label: "Current Topics",
href: "/news",
},
label: "Current Topics", href: "/news"},
{
label: "Newsletter",
href: "/newsletter",
},
label: "Newsletter", href: "/newsletter"},
{
label: "Press",
href: "/press",
},
label: "Press", href: "/press"},
],
},
{
items: [
{
label: "Directory",
href: "/directory",
},
label: "Directory", href: "/directory"},
{
label: "Gazette",
href: "/gazette",
},
label: "Gazette", href: "/gazette"},
{
label: "Laws",
href: "/laws",
},
label: "Laws", href: "/laws"},
],
},
{
items: [
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
label: "LinkedIn", href: "https://linkedin.com"},
],
},
{
items: [
{
label: "Impressum",
href: "/impressum",
},
label: "Impressum", href: "/impressum"},
{
label: "Datenschutz",
href: "/privacy",
},
label: "Datenschutz", href: "/privacy"},
{
label: "Nutzungshinweise",
href: "/terms",
},
label: "Nutzungshinweise", href: "/terms"},
],
},
]}