@carforyou/header-footer
Advanced tools
Comparing version
@@ -68,6 +68,6 @@ 'use strict'; | ||
"information": { | ||
"title": "Sich Informieren", | ||
"title": "Sich informieren", | ||
"links": { | ||
"mbg": "Geld-Zurück-Garantie", | ||
"whatsMyCarWorth": "Was ist dein Auto wert?", | ||
"whatsMyCarWorth": "Was ist mein Auto wert?", | ||
"priceCheck": "Preischeck", | ||
@@ -141,3 +141,3 @@ "faq": "FAQ", | ||
"contactAndSupport": { | ||
"title": "Contact & Support", | ||
"title": "Contact & support", | ||
"mondayToFriday": "Lundi au vendredi", | ||
@@ -157,6 +157,6 @@ "to": "à" | ||
"information": { | ||
"title": "Informer", | ||
"title": "S'informer", | ||
"links": { | ||
"mbg": "Garantie de remboursement gratuite", | ||
"whatsMyCarWorth": "Quelle est la valeur de votre voiture ?", | ||
"whatsMyCarWorth": "Quelle est la valeur de ma voiture ?", | ||
"priceCheck": "Contrôle des prix", | ||
@@ -168,3 +168,3 @@ "faq": "FAQ", | ||
"dealer": { | ||
"title": "Pour Garagistes", | ||
"title": "Pour garagistes", | ||
"links": { | ||
@@ -175,3 +175,3 @@ "dealerHub": "Portail des garages", | ||
"news": "News", | ||
"360Tool": "360° Tool" | ||
"360Tool": "Outil 360°" | ||
} | ||
@@ -232,5 +232,5 @@ }, | ||
"contactAndSupport": { | ||
"title": "Kontakt & Support", | ||
"mondayToFriday": "Lunedì al venerdì", | ||
"to": "alle" | ||
"title": "Contatto & supporto", | ||
"mondayToFriday": "Dal lunedì al venerdì", | ||
"to": "-" | ||
}, | ||
@@ -243,8 +243,8 @@ "market": { | ||
"favourites": "I tuoi preferiti", | ||
"listings": "I vostri annunci", | ||
"login": "Accedere" | ||
"listings": "I toui annunci", | ||
"login": "Accedi" | ||
} | ||
}, | ||
"information": { | ||
"title": "Informare", | ||
"title": "Informazioni Utili", | ||
"links": { | ||
@@ -259,3 +259,3 @@ "mbg": "Garanzia di rimborso gratuito", | ||
"dealer": { | ||
"title": "Per Concessionari", | ||
"title": "Per i garagisti", | ||
"links": { | ||
@@ -266,7 +266,7 @@ "dealerHub": "Portale per garagisti", | ||
"news": "News", | ||
"360Tool": "360° Tool" | ||
"360Tool": "Strumento 360°" | ||
} | ||
}, | ||
"company": { | ||
"title": "Compagnia", | ||
"title": "Chi siamo", | ||
"links": { | ||
@@ -341,3 +341,3 @@ "team": "Team", | ||
"mbg": "Money-back guarantee", | ||
"whatsMyCarWorth": "What's your car worth?", | ||
"whatsMyCarWorth": "What's my car worth?", | ||
"priceCheck": "Price check", | ||
@@ -349,5 +349,5 @@ "faq": "FAQ", | ||
"dealer": { | ||
"title": "For Dealerships", | ||
"title": "For dealers", | ||
"links": { | ||
"dealerHub": "Dealer Portal", | ||
"dealerHub": "Dealer portal", | ||
"advantages": "Your benefits", | ||
@@ -729,3 +729,2 @@ "register": "Registration", | ||
const jobsUrl = () => "https://jobs.carforyou.ch/"; | ||
const blogUrl = () => "https://privat.carforyou.ch/blog/"; | ||
const loginUrl = (dealerhubRootUrl, language) => url(dealerhubRootUrl, language, "/login"); | ||
@@ -1204,3 +1203,3 @@ const createListingUrl = (dealerhubRootUrl, language) => url(dealerhubRootUrl, language, "/listings/type/lookup"); | ||
className: "mb-8 md:mb-0" | ||
}, "13:30 ", t("footer.sections.contactAndSupport.to"), " 17:00")), React__default.createElement("div", { | ||
}, "13:30 ", t("footer.sections.contactAndSupport.to"), " 17:30")), React__default.createElement("div", { | ||
className: "w-6/12 md:w-12/12" | ||
@@ -1280,5 +1279,2 @@ }, React__default.createElement("a", { | ||
href: url(listingsRootUrl, language, "/content/faq") | ||
}, | ||
blog: { | ||
href: blogUrl() | ||
} | ||
@@ -1285,0 +1281,0 @@ } |
import React, { useContext, useState, useEffect, Fragment, } from "react"; | ||
import { url, wasistmeinautowertUrl, blogUrl, loginUrl, garagenUrl, threeSixtyToolUrl, teamUrl, jobsUrl, facebookUrl, instagramUrl, linkedInUrl, } from "../../lib/urlHelper"; | ||
import { url, wasistmeinautowertUrl, loginUrl, garagenUrl, threeSixtyToolUrl, teamUrl, jobsUrl, facebookUrl, instagramUrl, linkedInUrl, } from "../../lib/urlHelper"; | ||
import AppContext from "../appContext"; | ||
@@ -44,3 +44,2 @@ import LogoWhite from "../icons/logoWhite"; | ||
faq: { href: url(listingsRootUrl, language, "/content/faq") }, | ||
blog: { href: blogUrl() }, | ||
} }), | ||
@@ -47,0 +46,0 @@ React.createElement(Section, { name: "dealer", links: { |
@@ -21,3 +21,3 @@ import React, { useContext } from "react"; | ||
t("footer.sections.contactAndSupport.to"), | ||
" 17:00")), | ||
" 17:30")), | ||
React.createElement("div", { className: "w-6/12 md:w-12/12" }, | ||
@@ -24,0 +24,0 @@ React.createElement("a", { className: "block mb-8 md:mb-5", href: "tel:+41435881000" }, |
@@ -55,6 +55,6 @@ export default { | ||
"information": { | ||
"title": "Sich Informieren", | ||
"title": "Sich informieren", | ||
"links": { | ||
"mbg": "Geld-Zurück-Garantie", | ||
"whatsMyCarWorth": "Was ist dein Auto wert?", | ||
"whatsMyCarWorth": "Was ist mein Auto wert?", | ||
"priceCheck": "Preischeck", | ||
@@ -61,0 +61,0 @@ "faq": "FAQ", |
@@ -58,3 +58,3 @@ export default { | ||
"mbg": "Money-back guarantee", | ||
"whatsMyCarWorth": "What's your car worth?", | ||
"whatsMyCarWorth": "What's my car worth?", | ||
"priceCheck": "Price check", | ||
@@ -66,5 +66,5 @@ "faq": "FAQ", | ||
"dealer": { | ||
"title": "For Dealerships", | ||
"title": "For dealers", | ||
"links": { | ||
"dealerHub": "Dealer Portal", | ||
"dealerHub": "Dealer portal", | ||
"advantages": "Your benefits", | ||
@@ -71,0 +71,0 @@ "register": "Registration", |
@@ -40,3 +40,3 @@ export default { | ||
"contactAndSupport": { | ||
"title": "Contact & Support", | ||
"title": "Contact & support", | ||
"mondayToFriday": "Lundi au vendredi", | ||
@@ -56,6 +56,6 @@ "to": "à" | ||
"information": { | ||
"title": "Informer", | ||
"title": "S'informer", | ||
"links": { | ||
"mbg": "Garantie de remboursement gratuite", | ||
"whatsMyCarWorth": "Quelle est la valeur de votre voiture ?", | ||
"whatsMyCarWorth": "Quelle est la valeur de ma voiture ?", | ||
"priceCheck": "Contrôle des prix", | ||
@@ -67,3 +67,3 @@ "faq": "FAQ", | ||
"dealer": { | ||
"title": "Pour Garagistes", | ||
"title": "Pour garagistes", | ||
"links": { | ||
@@ -74,3 +74,3 @@ "dealerHub": "Portail des garages", | ||
"news": "News", | ||
"360Tool": "360° Tool" | ||
"360Tool": "Outil 360°" | ||
} | ||
@@ -77,0 +77,0 @@ }, |
@@ -40,5 +40,5 @@ export default { | ||
"contactAndSupport": { | ||
"title": "Kontakt & Support", | ||
"mondayToFriday": "Lunedì al venerdì", | ||
"to": "alle" | ||
"title": "Contatto & supporto", | ||
"mondayToFriday": "Dal lunedì al venerdì", | ||
"to": "-" | ||
}, | ||
@@ -51,8 +51,8 @@ "market": { | ||
"favourites": "I tuoi preferiti", | ||
"listings": "I vostri annunci", | ||
"login": "Accedere" | ||
"listings": "I toui annunci", | ||
"login": "Accedi" | ||
} | ||
}, | ||
"information": { | ||
"title": "Informare", | ||
"title": "Informazioni Utili", | ||
"links": { | ||
@@ -67,3 +67,3 @@ "mbg": "Garanzia di rimborso gratuito", | ||
"dealer": { | ||
"title": "Per Concessionari", | ||
"title": "Per i garagisti", | ||
"links": { | ||
@@ -74,7 +74,7 @@ "dealerHub": "Portale per garagisti", | ||
"news": "News", | ||
"360Tool": "360° Tool" | ||
"360Tool": "Strumento 360°" | ||
} | ||
}, | ||
"company": { | ||
"title": "Compagnia", | ||
"title": "Chi siamo", | ||
"links": { | ||
@@ -81,0 +81,0 @@ "team": "Team", |
{ | ||
"name": "@carforyou/header-footer", | ||
"description": "CAR FOR YOU Header / Footer", | ||
"version": "1.2.0-new-footer-c8135b1deaa73b0ae6ccaaad3b4dcdfb156b290b.1", | ||
"version": "1.2.0-new-footer-c8135b1deaa73b0ae6ccaaad3b4dcdfb156b290b.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
442501
-0.13%4023
-0.17%