/*@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-vw-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-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: "Volkswagen Combi"
}), _jsx("div", {
className: "text-lg md:text-xl leading-relaxed mb-8",
children: _jsx(_components.p, {
children: "Le minibus compact légendaire, symbole de liberté et d'aventure des années 1960-1970.\nAprès la Coccinelle, c'est la deuxième ligne de véhicules présentée par Volkswagen."
})
}), _jsxs("div", {
className: "flex flex-wrap gap-4",
children: [_jsx("span", {
className: "bg-white text-vw-blue rounded-lg px-4 py-2 text-sm font-medium",
children: "1950-2013"
}), _jsx("span", {
className: "bg-white text-vw-blue rounded-lg px-4 py-2 text-sm font-medium",
children: "Type 2"
}), _jsx("span", {
className: "bg-white text-vw-blue rounded-lg px-4 py-2 text-sm font-medium",
children: "Moteur arrière"
}), _jsx("span", {
className: "bg-white text-vw-blue rounded-lg px-4 py-2 text-sm font-medium",
children: "Kombinationenwagen"
})]
})]
}), _jsx("div", {
className: "relative h-96 bg-vw-light-blue/20 rounded-lg overflow-hidden",
children: _jsx(Image, {
src: "/images/volkswagen-combi/avant.JPG",
alt: "Volkswagen Combi",
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 le Combi"
}), _jsxs("div", {
className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6",
children: [_jsx("a", {
href: "/voitures/volkswagen-combi/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-vw-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-vw-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 l'esquisse de Ben Pon en 1947 à la fin de production en 2013, l'épopée du véhicule multi-usage."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-vw-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Découvrir →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/volkswagen-combi/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-vw-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-vw-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: "Moteur arrière refroidi par air, caractéristiques techniques et évolutions des générations T1, T2, T3."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-vw-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Consulter →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/volkswagen-combi/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-vw-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-vw-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 des différentes générations, du T1 \"Split\" au T3, et des versions spéciales comme le Samba."
})
}), _jsx("div", {
className: "text-center",
children: _jsx("span", {
className: "text-vw-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Voir →"
})
})
})]
})
}), _jsx("a", {
href: "/voitures/volkswagen-combi/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-vw-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-vw-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-vw-blue font-semibold text-sm group-hover:underline",
children: _jsx(_components.p, {
children: "Accéder →"
})
})
})]
})
})]
})]
})
})
}), "\n", _jsx("section", {
className: "section-padding bg-vw-off-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: "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-vw-blue mb-2",
children: "63 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-vw-blue mb-2",
children: "1192-1971 cm³"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: "4 cylindres à plat"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-2xl font-bold text-vw-blue mb-2",
children: "90-110 km/h"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: "vitesse maximale"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-2xl font-bold text-vw-blue mb-2",
children: "10-12 L"
}), _jsx("div", {
className: "text-sm text-gray-600",
children: "aux 100 km"
})]
})]
})]
})
})
}), "\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 générations 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-vw-blue mb-3",
children: "T1 (1950-1967)"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Le \"Split\" avec sa face avant caractéristique et ses phares ronds"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-vw-blue mb-3",
children: "T2 (1967-1979)"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Le \"Bay Window\" avec sa grande vitre avant"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-vw-blue mb-3",
children: "T3 (1979-1990)"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Le dernier avec moteur arrière, appelé T25 officiellement"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-vw-blue mb-3",
children: "Samba"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Version minibus luxueuse à 23 fenêtres"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-vw-blue mb-3",
children: "Westfalia"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Aménagement camping-car dès 1950"
})]
}), _jsxs("div", {
className: "card text-center",
children: [_jsx("h3", {
className: "text-xl font-bold text-vw-blue mb-3",
children: "Pick-up"
}), _jsx("div", {
className: "text-sm text-gray-600 mb-2",
children: "Version utilitaire avec benne"
})]
})]
})]
})
})
}), "\n", _jsx("section", {
className: "section-padding bg-vw-off-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: "Le phénomène culturel"
}), _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-vw-blue mb-4",
children: "Symbole des années 60-70"
}), _jsxs("div", {
className: "text-sm text-gray-600 space-y-2",
children: [_jsx("p", {
children: "• Icône de la contre-culture hippie"
}), _jsx("p", {
children: "• Symbole de liberté et d'aventure"
}), _jsx("p", {
children: "• Véhicule des routards et des marginaux"
}), _jsx("p", {
children: "• Représentant de la \"cool attitude\""
})]
})]
}), _jsxs("div", {
className: "card",
children: [_jsx("h3", {
className: "text-xl font-bold text-vw-blue mb-4",
children: "Héritage moderne"
}), _jsxs("div", {
className: "text-sm text-gray-600 space-y-2",
children: [_jsx("p", {
children: "• Regain d'intérêt et phénomène de mode"
}), _jsx("p", {
children: "• Modèles rares très recherchés"
}), _jsx("p", {
children: "• Améliorations modernes (freins à disques, direction assistée)"
}), _jsx("p", {
children: "• Camping-car le plus répandu au monde"
})]
})]
})]
})]
})
})
}), "\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.");
}