Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb24fa785e | |||
| 5a9c010f49 | |||
| 49e420f792 | |||
| efefec707e | |||
| 8718a56f08 | |||
| 625fea253d | |||
| 0b1d1a3420 |
126
src/app/page.tsx
126
src/app/page.tsx
@@ -47,8 +47,8 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Your Journey Starts Here. Drive Your Dream Car Today."
|
||||
description="Discover a diverse selection of new and pre-owned vehicles from Opel, Fiat, Jeep, Alfa Romeo, and Abarth. Experience unparalleled service and find the perfect car for your next adventure."
|
||||
title="Deine Reise startet hier. Fahre bald dein Traumauto! "
|
||||
description="Entdecken Sie eine vielfältige Auswahl an Neu- und Gebrauchtfahrzeugen von Opel, Fiat, Jeep, Alfa Romeo und Abarth. Erleben Sie unvergleichlichen Service und finden Sie das perfekte Auto für Ihr nächstes Abenteuer."
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
@@ -69,8 +69,8 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139058.jpg", imageAlt: "Ferrari 488 GTB" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Explore New Cars", href: "#products" },
|
||||
{ text: "Book a Test Drive", href: "#contact" }
|
||||
{ text: "Neue Autos entdecken", href: "#products" },
|
||||
{ text: "Probefahrt buchen", href: "#contact" }
|
||||
]}
|
||||
tag="Eisner Auto"
|
||||
tagAnimation="slide-up"
|
||||
@@ -79,28 +79,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardTwentyThree
|
||||
title="Comprehensive Services for Your Automotive Needs"
|
||||
description="At Eisner Auto, we provide a full spectrum of services to ensure your vehicle ownership experience is seamless and enjoyable, from purchase to maintenance."
|
||||
title="Umfassende Services für Ihre automobilen Bedürfnisse"
|
||||
description="Bei Eisner Auto bieten wir ein vollständiges Spektrum an Dienstleistungen, um sicherzustellen, dass Ihr Fahrerlebnis nahtlos und angenehm ist – vom Kauf bis zur Wartung."
|
||||
features={[
|
||||
{ id: "sales", title: "New & Used Car Sales", tags: ["New Models", "Pre-Owned"], imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-car-gets-car-keys-rent-purchase-auto-concept-professional-salesperson-work-with-customer-car-dealership-giving-keys-new-car-owner_1150-45771.jpg", imageAlt: "Couple shaking hands with car salesman" },
|
||||
{ id: "financing", title: "Flexible Financing Options", tags: ["Leasing", "Loans"], imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-trip-out-car-window-stretching-out-arm-with-closed-eyes_23-2148150066.jpg", imageAlt: "Person driving a new car" },
|
||||
{ id: "service", title: "Expert Service & Maintenance", tags: ["Repairs", "Inspections"], imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580568.jpg", imageAlt: "Auto mechanic working on engine" }
|
||||
{ id: "sales", title: "Neu- und Gebrauchtwagenverkauf", tags: ["Neue Modelle", "Gebrauchtwagen"], imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-car-gets-car-keys-rent-purchase-auto-concept-professional-salesperson-work-with-customer-car-dealership-giving-keys-new-car-owner_1150-45771.jpg", imageAlt: "Couple shaking hands with car salesman" },
|
||||
{ id: "financing", title: "Flexible Finanzierungsoptionen", tags: ["Leasing", "Darlehen"], imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-trip-out-car-window-stretching-out-arm-with-closed-eyes_23-2148150066.jpg", imageAlt: "Person driving a new car" },
|
||||
{ id: "service", title: "Expertenservice & Wartung", tags: ["Reparaturen", "Inspektionen"], imageSrc: "http://img.b2bpic.net/free-photo/car-being-taking-care-workshop_23-2149580568.jpg", imageAlt: "Auto mechanic working on engine" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Our Services"
|
||||
tag="Unsere Services"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
title="Eisner Auto: Generations of Automotive Excellence"
|
||||
title="Eisner Auto: Generationen automobiler Exzellenz"
|
||||
description={[
|
||||
"For decades, Eisner Auto Klagenfurt has been a trusted name in the automotive industry. We pride ourselves on a rich heritage of providing exceptional vehicles and unparalleled customer service in the Klagenfurt am Wörthersee region.", "As an authorized dealer for Opel, Fiat, Jeep, Alfa Romeo, and Abarth, we offer an extensive range of models to suit every lifestyle and budget. Our commitment to quality, transparency, and customer satisfaction has made us a cornerstone of the local community."
|
||||
"Seit Jahrzehnten ist Eisner Auto Klagenfurt ein vertrauenswürdiger Name in der Automobilbranche. Wir sind stolz auf unsere reiche Tradition, außergewöhnliche Fahrzeuge und unvergleichlichen Kundenservice in der Region Klagenfurt am Wörthersee anzubieten.", "Als autorisierter Händler für Opel, Fiat, Jeep, Alfa Romeo und Abarth bieten wir eine umfangreiche Auswahl an Modellen für jeden Lebensstil und jedes Budget. Unser Engagement für Qualität, Transparenz und Kundenzufriedenheit hat uns zu einem Eckpfeiler der lokalen Gemeinschaft gemacht."
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Our Story", href: "#" }
|
||||
{ text: "Unsere Geschichte", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -118,14 +118,14 @@ export default function LandingPage() {
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
title="Our Diverse Vehicle Collection"
|
||||
description="Explore our wide range of new and pre-owned vehicles. From sporty compacts to robust SUVs, we have the perfect model waiting for you."
|
||||
title="Unsere vielfältige Fahrzeugkollektion"
|
||||
description="Entdecken Sie unsere große Auswahl an Neu- und Gebrauchtfahrzeugen. Von sportlichen Kompaktwagen bis hin zu robusten SUVs haben wir das perfekte Modell für Sie."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Browse Models"
|
||||
tag="Modelle durchsuchen"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "View All Inventory", href: "#" }
|
||||
{ text: "Gesamten Bestand ansehen", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -133,66 +133,66 @@ export default function LandingPage() {
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{ id: "happy-customers", value: "1000+", title: "Satisfied Customers", description: "Our dedication to service has built a loyal community.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-car-mechanic-while-greeting-repair-shop_637285-7726.jpg", imageAlt: "Happy family buying a new car" },
|
||||
{ id: "years-experience", value: "50+", title: "Years in Business", description: "Decades of trusted experience in the automotive world.", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-805.jpg", imageAlt: "Vintage car dealership photo" },
|
||||
{ id: "cars-sold", value: "500+", title: "Cars Sold Annually", description: "Helping hundreds find their perfect vehicle each year.", imageSrc: "http://img.b2bpic.net/free-photo/modern-technology-assembly-cars-plant-automotive-industry-shop-production-assembly-machines-top-view-process-welding-parts-car_645730-588.jpg", imageAlt: "Car factory assembly line" }
|
||||
{ id: "happy-customers", value: "1000+", title: "Zufriedene Kunden", description: "Unsere Servicebereitschaft hat eine treue Gemeinschaft aufgebaut.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-shaking-hands-with-car-mechanic-while-greeting-repair-shop_637285-7726.jpg", imageAlt: "Happy family buying a new car" },
|
||||
{ id: "years-experience", value: "50+", title: "Jahre im Geschäft", description: "Jahrzehntelange vertrauenswürdige Erfahrung in der Automobilwelt.", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-factory-production-cars-modern-automotive-industry-car-being-checked-before-being-painted-hightech-enterprise_645730-805.jpg", imageAlt: "Vintage car dealership photo" },
|
||||
{ id: "cars-sold", value: "500+", title: "Verkaufte Autos jährlich", description: "Helfen jedes Jahr Hunderten, ihr perfektes Fahrzeug zu finden.", imageSrc: "http://img.b2bpic.net/free-photo/modern-technology-assembly-cars-plant-automotive-industry-shop-production-assembly-machines-top-view-process-welding-parts-car_645730-588.jpg", imageAlt: "Car factory assembly line" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Impact & Achievements"
|
||||
description="We are proud of the milestones we've reached and the trust we've built with our customers over the years. These numbers reflect our commitment to excellence."
|
||||
title="Unser Einfluss & Erfolge"
|
||||
description="Wir sind stolz auf die Meilensteine, die wir erreicht haben, und das Vertrauen, das wir im Laufe der Jahre bei unseren Kunden aufgebaut haben. Diese Zahlen spiegeln unser Engagement für Exzellenz wider."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="By the Numbers"
|
||||
tag="In Zahlen"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardEleven
|
||||
groups={[
|
||||
{ id: "sales-service", groupTitle: "Our Dedicated Team", members: [
|
||||
{ id: "maria-musterfrau", title: "Maria Musterfrau", subtitle: "Sales Manager", detail: "Maria ensures every customer finds their ideal car with expert advice and a friendly smile.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130128.jpg", imageAlt: "Maria Musterfrau, Sales Manager" },
|
||||
{ id: "max-mustermann", title: "Max Mustermann", subtitle: "Service Advisor", detail: "Max is your go-to for all maintenance needs, providing clear communication and reliable solutions.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-using-laptop_1170-1319.jpg", imageAlt: "Max Mustermann, Service Advisor" },
|
||||
{ id: "anna-eisner", title: "Anna Eisner", subtitle: "CEO, Eisner Auto", detail: "Leading our team with a vision for future growth and continued customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", imageAlt: "Anna Eisner, CEO" }
|
||||
{ id: "sales-service", groupTitle: "Unser engagiertes Team", members: [
|
||||
{ id: "maria-musterfrau", title: "Maria Musterfrau", subtitle: "Vertriebsleiterin", detail: "Maria sorgt dafür, dass jeder Kunde sein ideales Auto mit fachkundiger Beratung und einem freundlichen Lächeln findet.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130128.jpg", imageAlt: "Maria Musterfrau, Sales Manager" },
|
||||
{ id: "max-mustermann", title: "Max Mustermann", subtitle: "Serviceberater", detail: "Max ist Ihr Ansprechpartner für alle Wartungsbedürfnisse und bietet klare Kommunikation und zuverlässige Lösungen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-using-laptop_1170-1319.jpg", imageAlt: "Max Mustermann, Service Advisor" },
|
||||
{ id: "anna-eisner", title: "Anna Eisner", subtitle: "CEO, Eisner Auto", detail: "Führt unser Team mit einer Vision für zukünftiges Wachstum und anhaltende Kundenzufriedenheit.", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", imageAlt: "Anna Eisner, CEO" }
|
||||
]}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Meet the Eisner Auto Family"
|
||||
description="Our team of passionate automotive experts is here to assist you every step of the way. We believe in personal connections and dedicated service."
|
||||
title="Lernen Sie die Eisner Auto Familie kennen"
|
||||
description="Unser Team aus leidenschaftlichen Automobilexperten steht Ihnen bei jedem Schritt zur Seite. Wir glauben an persönliche Verbindungen und engagierten Service."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
tag="Our People"
|
||||
tag="Unsere Mitarbeiter"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah Müller", handle: "@SarahM", testimonial: "The best car buying experience I've ever had! The team at Eisner Auto was incredibly helpful and professional. I love my new Opel Corsa!", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14545.jpg", imageAlt: "Sarah Müller" },
|
||||
{ id: "2", name: "Thomas Gruber", handle: "@ThomasG", testimonial: "Fantastic service from start to finish. They made financing my Jeep Compass so easy, and the after-sales support is superb.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-traveling-together_23-2149437526.jpg", imageAlt: "Thomas Gruber" },
|
||||
{ id: "3", name: "Lena Wagner", handle: "@LenaW", testimonial: "Eisner Auto provided excellent advice on my Alfa Romeo Stelvio. Their knowledge and passion for cars truly shine through.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-lovely-dog_23-2148320196.jpg", imageAlt: "Lena Wagner" },
|
||||
{ id: "4", name: "Markus Schmidt", handle: "@MarkusS", testimonial: "Highly recommend Eisner Auto! Transparent pricing, no pressure, and a great selection. My Fiat 500 is perfect for city driving.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-smiling-sitting-car-near-sea_176420-2375.jpg", imageAlt: "Markus Schmidt" },
|
||||
{ id: "5", name: "Julia Schneider", handle: "@JuliaS", testimonial: "From test drive to delivery, the process was flawless. The team went above and beyond to ensure I was happy with my new Abarth 595.", imageSrc: "http://img.b2bpic.net/free-photo/car-showroom-agent-suggesting-clients-extra-features-buy-asks-signature_482257-124624.jpg", imageAlt: "Julia Schneider" }
|
||||
{ id: "1", name: "Sarah Müller", handle: "@SarahM", testimonial: "Das beste Auto-Kauferlebnis, das ich je hatte! Das Team von Eisner Auto war unglaublich hilfsbereit und professionell. Ich liebe meinen neuen Opel Corsa!", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14545.jpg", imageAlt: "Sarah Müller" },
|
||||
{ id: "2", name: "Thomas Gruber", handle: "@ThomasG", testimonial: "Fantastischer Service von Anfang bis Ende. Die Finanzierung meines Jeep Compass war so einfach, und der Kundendienst ist hervorragend.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-traveling-together_23-2149437526.jpg", imageAlt: "Thomas Gruber" },
|
||||
{ id: "3", name: "Lena Wagner", handle: "@LenaW", testimonial: "Eisner Auto hat mich hervorragend zu meinem Alfa Romeo Stelvio beraten. Ihr Wissen und ihre Leidenschaft für Autos sind wirklich beeindruckend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-with-lovely-dog_23-2148320196.jpg", imageAlt: "Lena Wagner" },
|
||||
{ id: "4", name: "Markus Schmidt", handle: "@MarkusS", testimonial: "Eisner Auto kann ich sehr empfehlen! Transparente Preise, kein Druck und eine großartige Auswahl. Mein Fiat 500 ist perfekt für die Stadtfahrt.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-smiling-sitting-car-near-sea_176420-2375.jpg", imageAlt: "Markus Schmidt" },
|
||||
{ id: "5", name: "Julia Schneider", handle: "@JuliaS", testimonial: "Von der Probefahrt bis zur Auslieferung war der Prozess makellos. Das Team hat alles getan, um sicherzustellen, dass ich mit meinem neuen Abarth 595 zufrieden war.", imageSrc: "http://img.b2bpic.net/free-photo/car-showroom-agent-suggesting-clients-extra-features-buy-asks-signature_482257-124624.jpg", imageAlt: "Julia Schneider" }
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="What Our Customers Say"
|
||||
description="Hear directly from our happy customers about their experiences with Eisner Auto Klagenfurt. Your satisfaction is our top priority."
|
||||
title="Was unsere Kunden sagen"
|
||||
description="Hören Sie direkt von unseren zufriedenen Kunden über ihre Erfahrungen mit Eisner Auto Klagenfurt. Ihre Zufriedenheit ist unsere oberste Priorität."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Testimonials"
|
||||
tag="Referenzen"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{ id: "faq-1", title: "What brands do you carry at Eisner Auto Klagenfurt?", content: "We are proud to be an authorized dealer for Opel, Fiat, Jeep, Alfa Romeo, and Abarth. We offer a comprehensive selection of new and quality pre-owned vehicles from these brands." },
|
||||
{ id: "faq-2", title: "Can I trade in my old car at your dealership?", content: "Yes, we gladly accept trade-ins! Our expert team will assess your current vehicle and provide a fair market valuation to put towards your new purchase." },
|
||||
{ id: "faq-3", title: "Do you offer financing and leasing options?", content: "Absolutely. We work with various financial partners to provide flexible financing and leasing solutions tailored to your individual needs and budget. Speak to our sales team for details." },
|
||||
{ id: "faq-4", title: "How do I book a test drive?", content: "Booking a test drive is easy! You can call us directly, fill out the contact form on our website, or visit us in person at Südring 332. We'll arrange a convenient time for you." },
|
||||
{ id: "faq-5", title: "What kind of after-sales service do you provide?", content: "Our certified service center offers a full range of maintenance and repair services, including routine check-ups, oil changes, tire services, and more, all performed by factory-trained technicians." }
|
||||
{ id: "faq-1", title: "Welche Marken führt Eisner Auto Klagenfurt?", content: "Wir sind stolz darauf, ein autorisierter Händler für Opel, Fiat, Jeep, Alfa Romeo und Abarth zu sein. Wir bieten eine umfassende Auswahl an Neuwagen und hochwertigen Gebrauchtfahrzeugen dieser Marken." },
|
||||
{ id: "faq-2", title: "Kann ich mein altes Auto bei Ihnen in Zahlung geben?", content: "Ja, wir nehmen gerne Fahrzeuge in Zahlung! Unser Expertenteam bewertet Ihr aktuelles Fahrzeug und bietet Ihnen eine faire Marktbewertung für Ihren Neukauf an." },
|
||||
{ id: "faq-3", title: "Bieten Sie Finanzierungs- und Leasingoptionen an?", content: "Absolut. Wir arbeiten mit verschiedenen Finanzierungspartnern zusammen, um flexible Finanzierungs- und Leasinglösungen anzubieten, die auf Ihre individuellen Bedürfnisse und Ihr Budget zugeschnitten sind. Sprechen Sie mit unserem Verkaufsteam für weitere Details." },
|
||||
{ id: "faq-4", title: "Wie buche ich eine Probefahrt?", content: "Eine Probefahrt zu buchen ist einfach! Sie können uns direkt anrufen, das Kontaktformular auf unserer Website ausfüllen oder uns persönlich am Südring 332 besuchen. Wir vereinbaren dann einen passenden Termin für Sie." },
|
||||
{ id: "faq-5", title: "Welche Art von Kundendienst bieten Sie an?", content: "Unser zertifiziertes Servicecenter bietet eine vollständige Palette von Wartungs- und Reparaturleistungen, einschließlich Routineinspektionen, Ölwechseln, Reifendienst und mehr, alles durchgeführt von werkseitig geschulten Technikern." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find quick answers to common questions about buying a car, financing, servicing, and more at Eisner Auto Klagenfurt."
|
||||
title="Häufig gestellte Fragen"
|
||||
description="Finden Sie schnelle Antworten auf häufig gestellte Fragen zum Autokauf, zur Finanzierung, zum Service und vielem mehr bei Eisner Auto Klagenfurt."
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -202,16 +202,16 @@ export default function LandingPage() {
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Send an Inquiry"
|
||||
description="Eisner Auto Klagenfurt, Südring 332, 9020 Klagenfurt am Wörthersee. We're open Monday-Friday 09:00-18:00 and Saturday 09:00-13:00. Call us at 0463 37238."
|
||||
tag="Kontaktieren Sie uns"
|
||||
title="Besuchen Sie uns oder senden Sie uns eine Anfrage"
|
||||
description="Eisner Auto Klagenfurt, Südring 332, 9020 Klagenfurt am Wörthersee. Wir sind Montag-Freitag von 09:00-18:00 Uhr und Samstag von 09:00-13:00 Uhr für Sie da. Rufen Sie uns an unter 0463 37238."
|
||||
background={{
|
||||
variant: "plain"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="By clicking Send Inquiry, you agree to receive communications from Eisner Auto."
|
||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||
buttonText="Anfrage senden"
|
||||
termsText="Mit dem Klick auf 'Anfrage senden' stimmen Sie zu, Mitteilungen von Eisner Auto zu erhalten."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
@@ -220,25 +220,25 @@ export default function LandingPage() {
|
||||
imageAlt="Modern medical facility interior"
|
||||
logoText="Eisner Auto"
|
||||
columns={[
|
||||
{ title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Team", href: "#team" },
|
||||
{ label: "Careers", href: "#" }
|
||||
{ title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "#about" },
|
||||
{ label: "Unser Team", href: "#team" },
|
||||
{ label: "Karriere", href: "#" }
|
||||
]},
|
||||
{ title: "Vehicles", items: [
|
||||
{ label: "New Cars", href: "#products" },
|
||||
{ label: "Used Cars", href: "#products" },
|
||||
{ label: "Browse All", href: "#products" }
|
||||
{ title: "Fahrzeuge", items: [
|
||||
{ label: "Neuwagen", href: "#products" },
|
||||
{ label: "Gebrauchtwagen", href: "#products" },
|
||||
{ label: "Alle Fahrzeuge", href: "#products" }
|
||||
]},
|
||||
{ title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Service Booking", href: "#" }
|
||||
{ label: "Kontakt", href: "#contact" },
|
||||
{ label: "Service buchen", href: "#" }
|
||||
]}
|
||||
]}
|
||||
copyrightText="© 2024 Eisner Auto. All rights reserved. | Privacy Policy | Terms of Service"
|
||||
copyrightText="© 2024 Eisner Auto. Alle Rechte vorbehalten. | Datenschutz | Nutzungsbedingungen"
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user