@carforyou/header-footer
Advanced tools
Comparing version
@@ -255,6 +255,6 @@ import React, { Fragment, useContext, useEffect, useState } from "react"; | ||
(features.showLoanDisclaimer || features.showLeasingDisclaimer) && (React.createElement("section", { className: "py-20 lg:py-15 border-t border-grey-4 flex flex-row flex-wrap" }, | ||
features.showLoanDisclaimer && (React.createElement("div", { className: "w-12/12 lg:w-auto mb-15 lg:mb-0" }, t("footer.sections.loan.text"))), | ||
features.showLeasingDisclaimer && (React.createElement("div", { className: "w-12/12 lg:w-auto mb-15 lg:mb-0" }, t("footer.sections.leasing.text")))))))); | ||
features.showLoanDisclaimer && (React.createElement("div", { className: "w-12/12 lg:w-auto mb-15 lg:mb-0" }, features.showLoanDisclaimer)), | ||
features.showLeasingDisclaimer && (React.createElement("div", { className: "w-12/12 lg:w-auto mb-15 lg:mb-0" }, features.showLeasingDisclaimer))))))); | ||
}; | ||
export const Footer = withAppProvider(BareFooter); | ||
export default BareFooter; |
@@ -42,8 +42,2 @@ export default { | ||
}, | ||
"loan": { | ||
"text": "* Die oben angegebenen Kreditkonditionen sind eine unverbindliche Schätzung auf der Grundlage eines festen Zinssatzes von 4,4% mit einer Laufzeit von 60 Monaten und einer festen Anzahlung von 15% des Fahrzeugpreises. Die tatsächlichen Kreditkonditionen können davon abweichen. Weder die CAR FOR YOU AG noch der Verkäufer oder ein dritter Kreditgeber sind in irgendeiner Weise durch den angegebenen Kostenvoranschlag verpflichtet oder gebunden." | ||
}, | ||
"leasing": { | ||
"text": "* Bei der Leasingrate handelt es sich um einen auf Marktdaten basierenden, unverbindlichen Schätzwert von CAR FOR YOU AG. Es handelt sich um keine Angabe des Verkäufers. Die CAR FOR YOU AG übernimmt keinerlei Gewähr für die Aktualität oder Korrektheit der angegebenen Leasingrate. Die effektive Leasingrate kann von der durch CAR FOR YOU AG angegebenen Leasingrate abweichen. Weder die CAR FOR YOU AG noch der Verkäufer sind durch die Angabe der Leasingrate in irgendeiner Weise verpflichtet oder gebunden. Bitte beachten Sie, dass CAR FOR YOU AG einen festen Zinssatz von 4.9% mit einer Laufzeit von 48 Monaten und einer Anzahlung von 15% des Fahrzeugpreises für die Leasing-Berechnung anwendet." | ||
}, | ||
"market": { | ||
@@ -50,0 +44,0 @@ "links": { |
@@ -42,8 +42,2 @@ export default { | ||
}, | ||
"loan": { | ||
"text": "* The loan conditions indicated above are a non-binding estimate based on a fixed interest rate of 4.4% with a 60 months period and a fixed downpayment of 15% of the car's price. The effective loan conditions may differ from that. Neither CAR FOR YOU AG nor the seller or any third party loan provider are obligated or bound in any way by the indicated estimate." | ||
}, | ||
"leasing": { | ||
"text": "* The lease rate is a non-binding estimate based on market data provided by CAR FOR YOU AG. It is not an indication of the seller. CAR FOR YOU AG assumes no responsibility for the timeliness or accuracy of the indicated lease rate. The effective lease rate may differ from the lease rate indicated by CAR FOR YOU AG. Neither CAR FOR YOU AG nor the seller are obligated or bound in any way by the provided leasing rate. Consider that CAR FOR YOU AG uses a fix rate of 4.9% with a 48 months period and a fix downpayment of 15% of car's price." | ||
}, | ||
"market": { | ||
@@ -50,0 +44,0 @@ "links": { |
@@ -42,8 +42,2 @@ export default { | ||
}, | ||
"loan": { | ||
"text": "* Les conditions de prêt indiquées ci-dessus sont une estimation non contractuelle basée sur un taux d'intérêt fixe de 4,4 % sur une période de 60 mois et avec un acompte fixe de 15 % du prix de la voiture. Les conditions de prêt effectives peuvent différer. Ni CAR FOR YOU AG, ni le vendeur ou un tiers fournisseur de prêt ne sont engagés ou liés de quelque manière que ce soit par l'estimation indiquée." | ||
}, | ||
"leasing": { | ||
"text": "* Le taux de leasing est une estimation sans engagement de CAR FOR YOU AG basée sur les données du marché. Il ne s'agit pas d'une indication du vendeur. CAR FOR YOU AG n'assume aucune responsabilité quant au caractère actuel ou à l'exactitude du taux de location indiqué. Le taux de leasing réel peut différer du taux de leasing indiqué par CAR FOR YOU AG. Ni CAR FOR YOU AG ni le vendeur ne sont obligés ou liés de quelque manière que ce soit par le taux de leasing indiqué. N’oubliez pas que CAR FOR YOU AG utilise un taux d’intérêt fixe de 4,9% pour une période de 48 mois et un acompte fixe de 15% du prix de la voiture." | ||
}, | ||
"market": { | ||
@@ -50,0 +44,0 @@ "links": { |
@@ -42,8 +42,2 @@ export default { | ||
}, | ||
"loan": { | ||
"text": "* Le condizioni di prestito indicate sopra sono una stima non vincolante basata su un tasso d'interesse fisso del 4,4% con un periodo di 60 mesi e un anticipo fisso del 15% del prezzo dell'auto. Le condizioni di prestito effettive possono differire da queste. Né CAR FOR YOU AG, né il venditore o un terzo fornitore di prestiti sono obbligati o vincolati in alcun modo dal preventivo indicato." | ||
}, | ||
"leasing": { | ||
"text": "* La tariffa di leasing si basa su una valutazione non vincolante di CAR FOR YOU AG, basata su dati di mercato. Non c'è alcuna possibilità di influenzare gli acquirenti. La CAR FOR YOU AG non concede alcuna garanzia per l'attualità o la correttezza del contratto di locazione. L'effettivo contratto di locazione può essere modificato dal contratto di locazione di CAR FOR YOU AG. Né CAR FOR YOU AG né il venditore sono in alcun modo obbligati o vincolati dalla dichiarazione del tasso di leasing. Vogliate tener presente che CAR FOR YOU AG applica un tasso d'interesse fisso del 4,9% con una durata di 48 mesi e un acconto del 15% del prezzo del veicolo per il calcolo del leasing" | ||
}, | ||
"market": { | ||
@@ -50,0 +44,0 @@ "links": { |
@@ -34,3 +34,3 @@ import React, { ComponentType, FC } from "react"; | ||
features?: { | ||
[key: string]: boolean; | ||
[key: string]: boolean | string; | ||
}; | ||
@@ -37,0 +37,0 @@ mobileMenuElements?: MenuElementProps[]; |
@@ -42,8 +42,2 @@ declare const _default: { | ||
}; | ||
loan: { | ||
text: string; | ||
}; | ||
leasing: { | ||
text: string; | ||
}; | ||
market: { | ||
@@ -50,0 +44,0 @@ links: { |
@@ -42,8 +42,2 @@ declare const _default: { | ||
}; | ||
loan: { | ||
text: string; | ||
}; | ||
leasing: { | ||
text: string; | ||
}; | ||
market: { | ||
@@ -50,0 +44,0 @@ links: { |
@@ -42,8 +42,2 @@ declare const _default: { | ||
}; | ||
loan: { | ||
text: string; | ||
}; | ||
leasing: { | ||
text: string; | ||
}; | ||
market: { | ||
@@ -50,0 +44,0 @@ links: { |
@@ -42,8 +42,2 @@ declare const _default: { | ||
}; | ||
loan: { | ||
text: string; | ||
}; | ||
leasing: { | ||
text: string; | ||
}; | ||
market: { | ||
@@ -50,0 +44,0 @@ links: { |
import 'react'; | ||
export { H as HeaderTheme } from './base-e5625504.js'; | ||
export { H as HeaderTheme } from './base-041876f5.js'; | ||
import 'classnames'; | ||
import './appContext.js-6f557f86.js'; | ||
import './shared-889af795.js'; | ||
export { e as Header } from './header-3532063b.js'; | ||
import './appContext.js-6fc7a3e5.js'; | ||
import './shared-67f1f1ce.js'; | ||
export { e as Header } from './header-d2fd1830.js'; | ||
import '@carforyou/components'; | ||
export { F as Footer } from './footer-aef8e6b0.js'; | ||
export { F as Footer } from './footer-51d2fd95.js'; | ||
export { H as HeaderWithTitle } from './withTitle-4a774aa1.js'; | ||
import './section-d8d69645.js'; | ||
import './section-c57f10dd.js'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@carforyou/header-footer", | ||
"description": "CAR FOR YOU Header / Footer", | ||
"version": "7.6.0-car-9047-7c00c7214b801cdc0593d150cbff32402e069927.1", | ||
"version": "7.6.0-car-9047-7c00c7214b801cdc0593d150cbff32402e069927.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
646237
-3.71%6364
-1.99%