Update src/app/kontakt/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Dienstleistungen",
|
||||
items: [
|
||||
title: "Dienstleistungen", items: [
|
||||
{ label: "Unfallgutachten", href: "/dienstleistungen" },
|
||||
{ label: "Wertermittlung", href: "/dienstleistungen" },
|
||||
{ label: "Oldtimer-Gutachten", href: "/dienstleistungen" },
|
||||
@@ -28,8 +27,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "/uber-uns" },
|
||||
{ label: "Unser Team", href: "/uber-uns" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/kontakt" },
|
||||
{ label: "Tel: 030 - 123 456 789", href: "tel:+493012345789" },
|
||||
{ label: "Email: info@kfz-gutachter-berlin.de", href: "mailto:info@kfz-gutachter-berlin.de" },
|
||||
@@ -46,8 +43,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -64,9 +60,7 @@ export default function ContactPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Jetzt anfragen",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
text: "Jetzt anfragen", href: "/kontakt"}}
|
||||
brandName="KFZ Gutachter Berlin"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,7 +73,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="circleGradient"
|
||||
background="aurora"
|
||||
cardStyle="outline"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -96,26 +90,18 @@ export default function ContactPage() {
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Telefonisch",
|
||||
description: "Tel: 030 - 123 456 789 | Montag-Freitag, 9:00-18:00 Uhr | Samstag nach Vereinbarung",
|
||||
},
|
||||
title: "Telefonisch", description: "Tel: 030 - 123 456 789 | Montag-Freitag, 9:00-18:00 Uhr | Samstag nach Vereinbarung"},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Per E-Mail",
|
||||
description: "Email: info@kfz-gutachter-berlin.de | Wir antworten in der Regel innerhalb von 24 Stunden",
|
||||
},
|
||||
title: "Per E-Mail", description: "Email: info@kfz-gutachter-berlin.de | Wir antworten in der Regel innerhalb von 24 Stunden"},
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Persönlich",
|
||||
description: "Besuchen Sie unser Büro in Berlin-Mitte. Termine nach Vereinbarung.",
|
||||
},
|
||||
title: "Persönlich", description: "Besuchen Sie unser Büro in Berlin-Mitte. Termine nach Vereinbarung."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Schnelle Verfügbarkeit",
|
||||
description: "Notfälle und Eilaufträge können auch außerhalb der regulären Geschäftszeiten bearbeitet werden.",
|
||||
},
|
||||
title: "Schnelle Verfügbarkeit", description: "Notfälle und Eilaufträge können auch außerhalb der regulären Geschäftszeiten bearbeitet werden."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-smiling-businesspeople-sitting-together-business-meeting_23-2147923338.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/confident-smiling-businesspeople-sitting-together-business-meeting_23-2147923338.jpg"
|
||||
imageAlt="Kontaktinformationen"
|
||||
imagePosition="right"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user