Update src/app/kontakt/page.tsx
This commit is contained in:
@@ -35,9 +35,7 @@ export default function ContactPage() {
|
||||
brandName="Franke & Twiehaus"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+49591123456",
|
||||
}}
|
||||
text: "Jetzt anrufen", href: "tel:+49591123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -50,13 +48,9 @@ export default function ContactPage() {
|
||||
description="Haben Sie Fragen zu unseren Services oder möchten einen Termin vereinbaren? Wir sind für Sie erreichbar und freuen uns auf Ihre Anfrage. Rufen Sie uns an oder senden Sie eine Nachricht."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+49591123456",
|
||||
},
|
||||
text: "Jetzt anrufen", href: "tel:+49591123456"},
|
||||
{
|
||||
text: "E-Mail schreiben",
|
||||
href: "mailto:info@franke-twiehaus.de",
|
||||
},
|
||||
text: "E-Mail schreiben", href: "mailto:info@franke-twiehaus.de"},
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
@@ -75,32 +69,14 @@ export default function ContactPage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hans Müller",
|
||||
handle: "Bauunternehmen Müller",
|
||||
testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-with-arms-crossed_1098-58.jpg?_wi=3",
|
||||
imageAlt: "Hans Müller",
|
||||
},
|
||||
id: "1", name: "Hans Müller", handle: "Bauunternehmen Müller", testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-with-arms-crossed_1098-58.jpg?_wi=3", imageAlt: "Hans Müller"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Frank Lehmann",
|
||||
handle: "Landwirtschaftsbetrieb Lehmann",
|
||||
testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-greenhouse-worker-working-greenhouse-while-agricultural-engineers-are-using-laptop-see-delivery-status-caucasian-woman-hydroponic-enviroment-with-salad-crates_482257-50578.jpg?_wi=3",
|
||||
imageAlt: "Frank Lehmann",
|
||||
},
|
||||
id: "2", name: "Frank Lehmann", handle: "Landwirtschaftsbetrieb Lehmann", testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-greenhouse-worker-working-greenhouse-while-agricultural-engineers-are-using-laptop-see-delivery-status-caucasian-woman-hydroponic-enviroment-with-salad-crates_482257-50578.jpg?_wi=3", imageAlt: "Frank Lehmann"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Klaus Schmidt",
|
||||
handle: "Schmidt Logistik GmbH",
|
||||
testimonial: "Service, Reparatur und Freundlichkeit des Personals – alles bestens. Sehr empfehlenswert.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=3",
|
||||
imageAlt: "Klaus Schmidt",
|
||||
},
|
||||
id: "3", name: "Klaus Schmidt", handle: "Schmidt Logistik GmbH", testimonial: "Service, Reparatur und Freundlichkeit des Personals – alles bestens. Sehr empfehlenswert.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-talking-partner_1262-1998.jpg?_wi=3", imageAlt: "Klaus Schmidt"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,13 +86,9 @@ export default function ContactPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Franke & Twiehaus"
|
||||
leftLink={{
|
||||
text: "Datenschutz",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Datenschutz", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Impressum",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Impressum", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user