Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6f3583fa4 | |||
| e8c03d6514 | |||
| 6ff20bf13a | |||
| 233b6495c6 | |||
| 77f8d99958 | |||
| 4d053c0f5c |
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Support", title: "24/7 Support", subtitle: "Immer erreichbar", description: "Rund um die Uhr stehen wir Ihnen bei Notfällen zur Seite.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-service-illustration_24877-52389.jpg" },
|
||||
{ tag: "Support", title: "24/7 Notdienst", subtitle: "Immer erreichbar", description: "Rund um die Uhr stehen wir Ihnen bei Notfällen zur Seite.", imageSrc: "http://img.b2bpic.net/free-vector/call-center-service-illustration_24877-52389.jpg" },
|
||||
{ tag: "Telefon", title: "Telefon-Service", subtitle: "Direkter Kontakt", description: "Persönliche Beratung und schnelle Hilfe am Telefon.", imageSrc: "http://img.b2bpic.net/free-photo/blue-phone-icon-communication-support_187299-46705.jpg" },
|
||||
{ tag: "Termin", title: "Terminvergabe", subtitle: "Schnell & Unkompliziert", description: "Kurzfristige Termine nach Ihren Wünschen.", imageSrc: "http://img.b2bpic.net/free-photo/png-menstruation-female-problems-concept-isolated-white-background_185193-162370.jpg" },
|
||||
]}
|
||||
@@ -78,7 +78,7 @@ export default function LandingPage() {
|
||||
description="Was unsere Kunden über uns sagen."
|
||||
testimonials={[
|
||||
{ id: "t1", title: "Sehr zufrieden", quote: "Schnelle Hilfe beim Stromausfall, absolut professionell.", name: "Max Mustermann", role: "Privatkunde", imageSrc: "http://img.b2bpic.net/free-photo/man-with-arms-crossed-working-warehouse_23-2148923083.jpg?_wi=1" },
|
||||
{ id: "t2", title: "Top Service", quote: "Zuverlässige Installation, klare Kommunikation.", name: "Erika Musterfrau", role: "Gewerbekunde", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-repair-garage_107420-95937.jpg" },
|
||||
{ id: "t2", title: "Top Service", quote: "Zuverlässige Installation, klare Kommunikation.", name: "Erika Musterfrau", role: "Gewerbekunde", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-mechanic-garage_107420-95937.jpg" },
|
||||
{ id: "t3", title: "Jederzeit wieder", quote: "Der Notdienst war innerhalb von 30 Minuten da.", name: "Lukas Schneider", role: "Privatkunde", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772847.jpg" },
|
||||
{ id: "t4", title: "Großartige Arbeit", quote: "Sauber gearbeitet und sehr freundliches Team.", name: "Julia Weiss", role: "Immobilienbesitzerin", imageSrc: "http://img.b2bpic.net/free-photo/man-working-warehouse_23-2148923085.jpg?_wi=1" },
|
||||
]}
|
||||
@@ -92,7 +92,7 @@ export default function LandingPage() {
|
||||
sideDescription="Antworten auf Ihre Fragen rund um Elektroinstallationen."
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "q1", title: "Bieten Sie auch Notdienste an?", content: "Ja, wir bieten einen 24/7 Notdienst für Berlin an." },
|
||||
{ id: "q1", title: "Bieten Sie auch Notdienste an?", content: "Ja, wir sind 24/7 für Sie da – rufen Sie uns jederzeit an, um direkt Hilfe bei Ihrem Notfall zu erhalten." },
|
||||
{ id: "q2", title: "Wie schnell können Sie vor Ort sein?", content: "Je nach Dringlichkeit und Standort sind wir meist innerhalb einer Stunde bei Ihnen." },
|
||||
{ id: "q3", title: "Welche Gebiete decken Sie ab?", content: "Wir sind primär im Stadtgebiet Berlin tätig." },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user