Merge version_1 into main #2
170
src/app/page.tsx
170
src/app/page.tsx
@@ -24,8 +24,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Unternehmen",
|
||||
items: [
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "about" },
|
||||
{ label: "Leistungen", href: "services" },
|
||||
{ label: "Fahrzeuge", href: "vehicles" },
|
||||
@@ -33,8 +32,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Prinzenstraße 67, 47475 Kamp-Lintfort", href: "#" },
|
||||
{ label: "Telefon: 02842 3380", href: "tel:028423380" },
|
||||
{ label: "Termin buchen", href: "contact" },
|
||||
@@ -42,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Öffnungszeiten",
|
||||
items: [
|
||||
title: "Öffnungszeiten", items: [
|
||||
{ label: "Montag - Freitag: 08:00 - 17:00", href: "#" },
|
||||
{ label: "Samstag: geschlossen", href: "#" },
|
||||
{ label: "Sonntag: geschlossen", href: "#" },
|
||||
@@ -70,9 +67,7 @@ export default function HomePage() {
|
||||
brandName="Autohaus Minrath"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Termin vereinbaren",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
text: "Termin vereinbaren", href: "/kontakt"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -82,7 +77,7 @@ export default function HomePage() {
|
||||
description="Entdecken Sie unsere umfassende Auswahl an Volkswagen Fahrzeugen und erstklassige Reparatur- und Wartungsdienste. Wir sind Ihr kompetenter Ansprechpartner für Qualität und Zuverlässigkeit."
|
||||
tag="Volkswagen Vertragshändler"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-couple-walking-together-town_1303-11893.jpg"
|
||||
imageAlt="Autohaus Minrath Showroom"
|
||||
buttons={[
|
||||
@@ -102,7 +97,7 @@ export default function HomePage() {
|
||||
{ value: "25+", title: "Jahre Erfahrung" },
|
||||
{ value: "1000+", title: "Zufriedene Kunden" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-buying-car_1303-13540.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-buying-car_1303-13540.jpg"
|
||||
imageAlt="Autohaus Minrath Team"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
@@ -118,13 +113,9 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Inspektion & Diagnose",
|
||||
description:
|
||||
"Professionelle Fahrzeugdiagnose mit modernster Ausrüstung. Wir überprüfen alle wichtigen Systeme und erstellen detaillierte Berichte für Ihre Sicherheit.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1145.jpg?_wi=1",
|
||||
},
|
||||
id: "1", title: "Inspektion & Diagnose", description:
|
||||
"Professionelle Fahrzeugdiagnose mit modernster Ausrüstung. Wir überprüfen alle wichtigen Systeme und erstellen detaillierte Berichte für Ihre Sicherheit.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop_1170-1145.jpg"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Computergestützte Diagnose" },
|
||||
{ icon: CheckCircle, text: "Detaillierte Inspektionsberichte" },
|
||||
@@ -133,13 +124,9 @@ export default function HomePage() {
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Wartung & Pflege",
|
||||
description:
|
||||
"Regelmäßige Wartung erhält die Lebensdauer Ihres Fahrzeugs. Unser Team führt alle Wartungsarbeiten gemäß Herstellervorgaben durch.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1677.jpg?_wi=1",
|
||||
},
|
||||
id: "2", title: "Wartung & Pflege", description:
|
||||
"Regelmäßige Wartung erhält die Lebensdauer Ihres Fahrzeugs. Unser Team führt alle Wartungsarbeiten gemäß Herstellervorgaben durch.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-examining-car-engine_1170-1677.jpg"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Ölwechsel & Filter" },
|
||||
{ icon: CheckCircle, text: "Bremsenwartung" },
|
||||
@@ -148,13 +135,9 @@ export default function HomePage() {
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Reparatur & Ersatzteile",
|
||||
description:
|
||||
"Hochwertige Reparaturen mit Originalersatzteilen. Wir garantieren Qualität und Zuverlässigkeit bei allen Reparaturarbeiten.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-his-coworker-communicating-auto-repair-shop_637285-4237.jpg?_wi=1",
|
||||
},
|
||||
id: "3", title: "Reparatur & Ersatzteile", description:
|
||||
"Hochwertige Reparaturen mit Originalersatzteilen. Wir garantieren Qualität und Zuverlässigkeit bei allen Reparaturarbeiten.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-his-coworker-communicating-auto-repair-shop_637285-4237.jpg"},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Originalersatzteile" },
|
||||
{ icon: CheckCircle, text: "Fachmännische Reparatur" },
|
||||
@@ -177,28 +160,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Volkswagen Golf - Benzin, 130 PS",
|
||||
price: "€24.900",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/car-rent-instagram-social-media-post-banner_505751-6003.jpg?_wi=1",
|
||||
imageAlt: "VW Golf Kompaktfahrzeug",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "Volkswagen Golf - Benzin, 130 PS", price: "€24.900", imageSrc: "http://img.b2bpic.net/free-psd/car-rent-instagram-social-media-post-banner_505751-6003.jpg", imageAlt: "VW Golf Kompaktfahrzeug", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Volkswagen Passat - Diesel, 150 PS",
|
||||
price: "€31.500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-talking-phone_1303-23559.jpg?_wi=1",
|
||||
imageAlt: "VW Passat Mittelklasse",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "Volkswagen Passat - Diesel, 150 PS", price: "€31.500", imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-talking-phone_1303-23559.jpg", imageAlt: "VW Passat Mittelklasse", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Volkswagen Tiguan - Benzin, 180 PS",
|
||||
price: "€39.800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg?_wi=1",
|
||||
imageAlt: "VW Tiguan SUV",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "Volkswagen Tiguan - Benzin, 180 PS", price: "€39.800", imageSrc: "http://img.b2bpic.net/free-photo/just-married-scene-with-car_23-2149539995.jpg", imageAlt: "VW Tiguan SUV", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -215,28 +183,16 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "4",
|
||||
description:
|
||||
"Moderne Serviceplätze mit vollständiger computergestützter Diagnostik und Reparaturausrüstung",
|
||||
},
|
||||
id: "1", value: "4", description:
|
||||
"Moderne Serviceplätze mit vollständiger computergestützter Diagnostik und Reparaturausrüstung"},
|
||||
{
|
||||
id: "2",
|
||||
value: "24h",
|
||||
description:
|
||||
"Schnelle Reparaturzeiten - Die meisten Arbeiten werden innerhalb von 24 Stunden durchgeführt",
|
||||
},
|
||||
id: "2", value: "24h", description:
|
||||
"Schnelle Reparaturzeiten - Die meisten Arbeiten werden innerhalb von 24 Stunden durchgeführt"},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
description:
|
||||
"Qualitätsgarantie auf alle durchgeführten Reparaturen und Wartungsarbeiten",
|
||||
},
|
||||
id: "3", value: "100%", description:
|
||||
"Qualitätsgarantie auf alle durchgeführten Reparaturen und Wartungsarbeiten"},
|
||||
{
|
||||
id: "4",
|
||||
value: "Mo-Fr",
|
||||
description: "Öffnungszeiten: Montag bis Freitag 08:00 - 17:00 Uhr",
|
||||
},
|
||||
id: "4", value: "Mo-Fr", description: "Öffnungszeiten: Montag bis Freitag 08:00 - 17:00 Uhr"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -251,71 +207,23 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Klaus Weber, Geschäftsführer",
|
||||
date: "Date: 15 November 2024",
|
||||
title: "Exzellenter Service und professionelle Beratung!",
|
||||
quote:
|
||||
"Ich bin seit Jahren Kunde bei Autohaus Minrath und bin immer begeistert von der Professionalität und Freundlichkeit des Teams. Die Reparaturarbeiten sind immer zuverlässig und die Preise sind fair.",
|
||||
tag: "Zufriedener Kunde",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg",
|
||||
},
|
||||
id: "1", name: "Klaus Weber, Geschäftsführer", date: "Date: 15 November 2024", title: "Exzellenter Service und professionelle Beratung!", quote:
|
||||
"Ich bin seit Jahren Kunde bei Autohaus Minrath und bin immer begeistert von der Professionalität und Freundlichkeit des Teams. Die Reparaturarbeiten sind immer zuverlässig und die Preise sind fair.", tag: "Zufriedener Kunde", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Petra Müller, Unternehmerin",
|
||||
date: "Date: 08 November 2024",
|
||||
title: "Mein neuer Volkswagen - perfekt!",
|
||||
quote:
|
||||
"Die Beratung beim Fahrzeugkauf war ausgezeichnet. Das Team hat sich Zeit genommen, um mir alle Optionen zu erklären. Ich fahre jetzt einen wunderschönen Tiguan!",
|
||||
tag: "Fahrzeugkauf",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1632.jpg",
|
||||
},
|
||||
id: "2", name: "Petra Müller, Unternehmerin", date: "Date: 08 November 2024", title: "Mein neuer Volkswagen - perfekt!", quote:
|
||||
"Die Beratung beim Fahrzeugkauf war ausgezeichnet. Das Team hat sich Zeit genommen, um mir alle Optionen zu erklären. Ich fahre jetzt einen wunderschönen Tiguan!", tag: "Fahrzeugkauf", avatarSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1632.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1632.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Thomas Schneider, Handwerksmeister",
|
||||
date: "Date: 02 November 2024",
|
||||
title: "Zuverlässig, schnell und kompetent",
|
||||
quote:
|
||||
"Für meine Geschäftsflotte ist Autohaus Minrath meine erste Wahl. Die Wartungsarbeiten werden zuverlässig durchgeführt und die Kommunikation ist hervorragend.",
|
||||
tag: "Geschäftskunde",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg",
|
||||
},
|
||||
id: "3", name: "Thomas Schneider, Handwerksmeister", date: "Date: 02 November 2024", title: "Zuverlässig, schnell und kompetent", quote:
|
||||
"Für meine Geschäftsflotte ist Autohaus Minrath meine erste Wahl. Die Wartungsarbeiten werden zuverlässig durchgeführt und die Kommunikation ist hervorragend.", tag: "Geschäftskunde", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-young-office-worker-glasses-suit-smiling-camera-looking-happy-white_1258-173667.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Andrea Hoffmann, Privatkundin",
|
||||
date: "Date: 26 Oktober 2024",
|
||||
title: "Service wie man ihn sich wünscht",
|
||||
quote:
|
||||
"Das Team ist unglaublich hilfsbereit und kompetent. Mein Golf läuft nach der Wartung wie neu. Ich empfehle Autohaus Minrath gerne weiter!",
|
||||
tag: "Wartung",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg",
|
||||
},
|
||||
id: "4", name: "Andrea Hoffmann, Privatkundin", date: "Date: 26 Oktober 2024", title: "Service wie man ihn sich wünscht", quote:
|
||||
"Das Team ist unglaublich hilfsbereit und kompetent. Mein Golf läuft nach der Wartung wie neu. Ich empfehle Autohaus Minrath gerne weiter!", tag: "Wartung", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael Berg, Manager",
|
||||
date: "Date: 20 Oktober 2024",
|
||||
title: "Transparenz und Qualität",
|
||||
quote:
|
||||
"Was mich besonders beeindruckt, ist die Transparenz. Man weiß immer, was gemacht wird und warum. Sehr empfehlenswert für alle VW-Besitzer!",
|
||||
tag: "Reparatur",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg",
|
||||
},
|
||||
id: "5", name: "Michael Berg, Manager", date: "Date: 20 Oktober 2024", title: "Transparenz und Qualität", quote:
|
||||
"Was mich besonders beeindruckt, ist die Transparenz. Man weiß immer, was gemacht wird und warum. Sehr empfehlenswert für alle VW-Besitzer!", tag: "Reparatur", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-showing-double-thumbs-up-blouse-cardigan-looking-merry-front-view_176474-109472.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Daniela Fischer, Ärztin",
|
||||
date: "Date: 14 Oktober 2024",
|
||||
title: "Der beste Platz für mein Auto",
|
||||
quote:
|
||||
"Ich vertraue Autohaus Minrath mein Fahrzeug an. Das Team ist freundlich, die Werkstatt ist modern und die Ergebnisse sind immer hervorragend.",
|
||||
tag: "Kundenbeziehung",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_23-2149122066.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_23-2149122066.jpg",
|
||||
},
|
||||
id: "6", name: "Daniela Fischer, Ärztin", date: "Date: 14 Oktober 2024", title: "Der beste Platz für mein Auto", quote:
|
||||
"Ich vertraue Autohaus Minrath mein Fahrzeug an. Das Team ist freundlich, die Werkstatt ist modern und die Ergebnisse sind immer hervorragend.", tag: "Kundenbeziehung", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_23-2149122066.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-home_23-2149122066.jpg"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -330,7 +238,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-businesswoman-with-smartphone-notebook_23-2148692470.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-businesswoman-with-smartphone-notebook_23-2148692470.jpg"
|
||||
imageAlt="modern workshop appointment booking"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -349,4 +257,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user