Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 45aab4854a |
@@ -174,18 +174,27 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<SocialProofOne
|
<ContactFaq
|
||||||
title="Kontakt Os"
|
ctaTitle="Kontakt Os Direkte"
|
||||||
description="Vejle Bilservice ApS – dit lokale valg for pålidelig bilservice"
|
ctaDescription="Ring eller mail os for hurtig assistance. Vi er her mandag-fredag 08:00-17:00, lørdag 09:00-13:00."
|
||||||
tag="Kontakt"
|
ctaButton={{ text: "Ring Nu", href: "tel:+4570123456" }}
|
||||||
tagIcon={MapPin}
|
ctaIcon={Phone}
|
||||||
names={[
|
faqs={[
|
||||||
"📍 Vejle Centrum", "📞 +45 70 123 456", "✉️ info@vejlebilservice.dk", "🕐 Man-Fre: 08:00-17:00, Lør: 09:00-13:00"
|
{
|
||||||
|
id: "1", title: "Hvor ligger I?", content: "Vejle Bilservice ApS er beliggende i hjertet af Vejle Centrum. Vi er nemt tilgængelige med gode parkeringsmuligheder."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", title: "Hvad er jeres åbningstider?", content: "Mandag-fredag: 08:00-17:00. Lørdag: 09:00-13:00. Søndag lukket. Akut-assistance tilgængelig efter aftale."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", title: "Hvordan booker jeg en tid?", content: "Du kan booke online, ringe +45 70 123 456, eller sende email til info@vejlebilservice.dk. Vi bestiller dig ind hurtigst muligt."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", title: "Kan jeg få en gratis inspektion?", content: "Ja! Vi tilbyder gerne en gratis inspektion og prisfastsættelse. Kontakt os for at aftale et tidspunkt."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
speed={40}
|
animationType="slide-up"
|
||||||
showCard={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user