/*@jsxRuntime automatic @jsxImportSource react*/
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-panhard-green 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-gray-300 hover: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: "Austin Mini"
}), _jsx("div", {
className: "text-lg md:text-xl leading-relaxed mb-8",
children: _jsx(_components.p, {
children: "La révolution automobile compacte conçue par Alec Issigonis. Symbole du Swinging London\net icône de mode des années 1960."
})
}), _jsxs("div", {
className: "flex flex-wrap gap-4",
children: [_jsx("span", {
className: "bg-white text-panhard-green rounded-lg px-4 py-2 text-sm font-medium",
children: "1959-2000"
}), _jsx("span", {
className: "bg-white text-panhard-green rounded-lg px-4 py-2 text-sm font-medium",
children: "Moteur transversal"
}), _jsx("span", {
className: "bg-white text-panhard-green rounded-lg px-4 py-2 text-sm font-medium",
children: "Traction avant"
}), _jsx("span", {
className: "bg-white text-panhard-green rounded-lg px-4 py-2 text-sm font-medium",
children: "Monte-Carlo"
})]
})]
}), _jsx("div", {
className: "relative h-96 bg-gray-200 rounded-lg overflow-hidden",
children: _jsx(Image, {
src: "/images/austin-mini/avantr.jpg",
alt: "Austin Mini 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 Mini"
}), _jsxs("div", {
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6",
children: [_jsx("a", {
href: "/voitures/austin-mini/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-panhard-green 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-panhard-green 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 la crise de Suez à l'ère BMW, l'épopée d'une voiture révolutionnaire qui a marqué l'histoire."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-panhard-green font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Découvrir →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/austin-mini/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-panhard-green 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-panhard-green 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: "Moteur transversal avant, traction, roues de 10 pouces et innovations techniques révolutionnaires."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-panhard-green font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Consulter →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/austin-mini/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-panhard-green 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-panhard-green 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 des différentes versions, des Cooper S aux modèles spéciaux des années 60-70."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-panhard-green font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Voir →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/austin-mini/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-panhard-green 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-panhard-green 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-panhard-green font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Accéder →"
})
})
})]
})
})]
})]
})
})
}), "\n", _jsx("section", {
className: "section-padding bg-gray-50",
children: _jsx("div", {
className: "container-custom",
children: _jsxs("div", {
className: "max-w-6xl mx-auto",
children: [_jsx("h2", {
className: "text-center mb-12",
children: "En bref"
}), _jsxs("div", {
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6",
children: [_jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-2xl font-bold text-panhard-green mb-2",
children: "41 ans"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: "de production"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-2xl font-bold text-panhard-green mb-2",
children: "850-1275 cm³"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: "4 cylindres transversal"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-2xl font-bold text-panhard-green mb-2",
children: "147 km/h"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: "vitesse maximale (Cooper)"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-2xl font-bold text-panhard-green mb-2",
children: "620 kg"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: "poids à vide"
})]
})]
})]
})
})
}), "\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: "Les versions emblématiques"
}), _jsxs("div", {
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6",
children: [_jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Morris Mini Minor"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "La version originale Morris sortie en 1959"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Austin Seven"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "La version Austin contemporaine de la Morris"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Mini Cooper"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Version sportive développée par John Cooper"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Mini Cooper S"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Version haute performance, victorieuse à Monte-Carlo"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Mini Clubman"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Redesign des années 70 avec nouvelle carrosserie"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Riley Elf / Wolseley Hornet"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Versions avec coffre plus grand (1961-1969)"
})]
})]
})]
})
})
}), "\n", _jsx("section", {
className: "section-padding bg-gray-50",
children: _jsx("div", {
className: "container-custom",
children: _jsxs("div", {
className: "max-w-6xl mx-auto",
children: [_jsx("h2", {
className: "text-center mb-12",
children: "Révolution technique et culturelle"
}), _jsxs("div", {
className: "grid grid-cols-1 md:grid-cols-2 gap-8",
children: [_jsxs("div", {
className: "card",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-4",
children: "Innovation technique"
}), _jsxs("div", {
className: "text-sm text-gray-600 space-y-2",
children: [_jsx("p", {
children: "• Moteur transversal avant révolutionnaire"
}), _jsx("p", {
children: "• Boîte de vitesses sous le moteur"
}), _jsx("p", {
children: "• Roues de 10 pouces aux quatre coins"
}), _jsx("p", {
children: "• 80% de longueur dédiée aux occupants"
}), _jsx("p", {
children: "• Suspensions Hydrolastic innovantes"
})]
})]
}), _jsxs("div", {
className: "card",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-4",
children: "Phénomène culturel"
}), _jsxs("div", {
className: "text-sm text-gray-600 space-y-2",
children: [_jsx("p", {
children: "• Symbole du Swinging London"
}), _jsx("p", {
children: "• Voiture des Beatles et célébrités"
}), _jsx("p", {
children: "• Icône de mode jeune et sexy"
}), _jsx("p", {
children: "• Présente dans \"L'or se barre\" (1969)"
}), _jsx("p", {
children: "• Accessoire de mode coloré"
})]
})]
})]
})]
})
})
}), "\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: "Palmarès sportif légendaire"
}), _jsxs("div", {
className: "grid grid-cols-1 md:grid-cols-3 gap-6",
children: [_jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Monte-Carlo 1964"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Première victoire de Paddy Hopkirk"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Monte-Carlo 1965"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Victoire de Timo Mäkinen"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-panhard-green mb-3",
children: "Monte-Carlo 1967"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Victoire de Rauno Aaltonen"
})]
})]
}), _jsx("div", {
className: "text-center mt-8",
children: _jsxs("div", {
className: "card inline-block",
children: [_jsx("h4", {
className: "font-bold text-panhard-green mb-2",
children: "Le \"Monte-Fiasco\" de 1966"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: _jsx(_components.p, {
children: "Disqualification controversée après la victoire pour \"éclairage non-conforme\""
})
})]
})
})]
})
})
}), "\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.");
}