/*@jsxRuntime automatic @jsxImportSource react*/
/*L'héritage*/
const {Fragment: _Fragment, jsx: _jsx, jsxs: _jsxs} = arguments[0];
const {useMDXComponents: _provideComponents} = arguments[0];
function _createMdxContent(props) {
const _components = Object.assign({
p: "p"
}, _provideComponents(), props.components), {Image, BackToTop} = _components;
if (!BackToTop) _missingMdxReference("BackToTop", true);
if (!Image) _missingMdxReference("Image", true);
return _jsxs(_Fragment, {
children: [_jsx("section", {
className: "bg-fiat-blue text-white section-padding",
children: _jsx("div", {
className: "container-custom",
children: _jsx("div", {
className: "max-w-6xl mx-auto",
children: _jsxs("div", {
className: "grid grid-cols-1 lg:grid-cols-2 gap-12 items-center",
children: [_jsxs("div", {
children: [_jsx("div", {
className: "mb-4",
children: _jsx("a", {
href: "/",
className: "text-sm text-white hover:underline",
children: _jsx(_components.p, {
children: "← Retour à l'accueil"
})
})
}), _jsx("h1", {
className: "text-4xl md:text-6xl font-bold mb-6 text-white",
children: "Fiat 124"
}), _jsx("div", {
className: "text-lg md:text-xl leading-relaxed mb-8",
children: _jsx(_components.p, {
children: "La voiture de l'année 1967, symbole de l'excellence automobile italienne.\nUne berline moderne qui a conquis le monde avec son design élégant et sa fiabilité légendaire."
})
}), _jsxs("div", {
className: "flex flex-wrap gap-4",
children: [_jsx("span", {
className: "bg-white rounded-lg px-4 py-2 text-sm font-medium",
style: {
color: '#1E40AF'
},
children: "1966-1974"
}), _jsx("span", {
className: "bg-white rounded-lg px-4 py-2 text-sm font-medium",
style: {
color: '#1E40AF'
},
children: "Berline familiale"
}), _jsx("span", {
className: "bg-white rounded-lg px-4 py-2 text-sm font-medium",
style: {
color: '#1E40AF'
},
children: "Propulsion"
}), _jsx("span", {
className: "bg-white rounded-lg px-4 py-2 text-sm font-medium",
style: {
color: '#1E40AF'
},
children: "Voiture de l'année 1967"
})]
})]
}), _jsx("div", {
className: "relative h-96 bg-fiat-light-blue rounded-lg overflow-hidden",
children: _jsx(Image, {
src: "/images/fiat-124/avant.jpg",
alt: "Fiat 124 vue de face",
fill: true,
className: "object-cover",
priority: true
})
})]
})
})
})
}), "\n", _jsx("section", {
className: "section-padding bg-white",
children: _jsx("div", {
className: "container-custom",
children: _jsxs("div", {
className: "max-w-6xl mx-auto",
children: [_jsx("h2", {
className: "text-center mb-12",
children: "Explorez la Fiat 124"
}), _jsxs("div", {
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6",
children: [_jsx("a", {
href: "/voitures/fiat-124/histoire",
className: "group",
children: _jsxs("div", {
className: "card hover:shadow-xl transition-all duration-300 group-hover:scale-105 h-full flex flex-col",
children: [_jsx("div", {
className: "w-16 h-16 bg-fiat-blue rounded-full flex items-center justify-center mx-auto mb-4",
children: _jsx("span", {
className: "text-2xl",
children: "📚"
})
}), _jsx("h3", {
className: "text-xl font-bold text-center mb-3 group-hover:text-fiat-blue transition-colors",
children: _jsx(_components.p, {
children: "Histoire"
})
}), _jsx("div", {
className: "text-sm text-gray-600 text-center mb-4 flex-grow",
children: _jsx(_components.p, {
children: "De sa présentation en 1966 à son succès mondial, l'histoire complète de la Fiat 124."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-fiat-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Découvrir →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/fiat-124/fiche-technique",
className: "group",
children: _jsxs("div", {
className: "card hover:shadow-xl transition-all duration-300 group-hover:scale-105 h-full flex flex-col",
children: [_jsx("div", {
className: "w-16 h-16 bg-fiat-blue rounded-full flex items-center justify-center mx-auto mb-4",
children: _jsx("span", {
className: "text-2xl",
children: "📊"
})
}), _jsx("h3", {
className: "text-xl font-bold text-center mb-3 group-hover:text-fiat-blue transition-colors",
children: _jsx(_components.p, {
children: "Fiche technique"
})
}), _jsx("div", {
className: "text-sm text-gray-600 text-center mb-4 flex-grow",
children: _jsx(_components.p, {
children: "Dimensions, motorisations, performances et toutes les caractéristiques techniques détaillées."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-fiat-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Consulter →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/fiat-124/galerie",
className: "group",
children: _jsxs("div", {
className: "card hover:shadow-xl transition-all duration-300 group-hover:scale-105 h-full flex flex-col",
children: [_jsx("div", {
className: "w-16 h-16 bg-fiat-blue rounded-full flex items-center justify-center mx-auto mb-4",
children: _jsx("span", {
className: "text-2xl",
children: "📸"
})
}), _jsx("h3", {
className: "text-xl font-bold text-center mb-3 group-hover:text-fiat-blue transition-colors",
children: _jsx(_components.p, {
children: "Galerie"
})
}), _jsx("div", {
className: "text-sm text-gray-600 text-center mb-4 flex-grow",
children: _jsx(_components.p, {
children: "Photos extérieures, intérieures, moteur et tableau de bord en haute qualité."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-fiat-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Voir →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/fiat-124/forum",
className: "group",
children: _jsxs("div", {
className: "card hover:shadow-xl transition-all duration-300 group-hover:scale-105 h-full flex flex-col",
children: [_jsx("div", {
className: "w-16 h-16 bg-fiat-blue rounded-full flex items-center justify-center mx-auto mb-4",
children: _jsx("span", {
className: "text-2xl",
children: "💬"
})
}), _jsx("h3", {
className: "text-xl font-bold text-center mb-3 group-hover:text-fiat-blue transition-colors",
children: _jsx(_components.p, {
children: "Forum"
})
}), _jsx("div", {
className: "text-sm text-gray-600 text-center mb-4 flex-grow",
children: _jsx(_components.p, {
children: "Questions, entraide, restaurations et astuces entre passionnés."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-fiat-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Accéder →"
})
})
})]
})
})]
})]
})
})
}), "\n", "\n", _jsx("section", {
className: "section-padding bg-fiat-blue text-white",
children: _jsx("div", {
className: "container-custom",
children: _jsxs("div", {
className: "max-w-4xl mx-auto text-center",
children: [_jsx("h2", {
className: "text-white",
children: "L'héritage de la Thunderbird"
}), _jsxs("div", {
className: "text-lg leading-relaxed",
children: [_jsx("p", {
className: "mb-6",
children: _jsx(_components.p, {
children: "De son lancement en 1955 à son arrêt en 2005, plus de 4,4 millions d'unités ont été produites.\nLa Thunderbird a non seulement défini le segment des voitures de luxe personnelles, mais elle\nest devenue un symbole de l'élégance automobile américaine."
})
}), _jsx("p", {
children: _jsx(_components.p, {
children: "Son influence se fait encore sentir aujourd'hui dans le design et la philosophie des voitures\nde luxe américaines, et elle reste l'une des voitures les plus emblématiques de l'histoire\nautomobile américaine."
})
})]
})]
})
})
}), "\n", _jsx(BackToTop, {})]
});
}
function MDXContent(props = {}) {
const {wrapper: MDXLayout} = Object.assign({}, _provideComponents(), props.components);
return MDXLayout ? _jsx(MDXLayout, Object.assign({}, props, {
children: _jsx(_createMdxContent, props)
})) : _createMdxContent(props);
}
return {
default: MDXContent
};
function _missingMdxReference(id, component) {
throw new Error("Expected " + (component ? "component" : "object") + " `" + id + "` to be defined: you likely forgot to import, pass, or provide it.");
}