Merge version_1 into main #1
@@ -7,35 +7,31 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Fahrzeuge",
|
||||
id: "/inventory",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Über uns", id: "/about" },
|
||||
{ name: "Fahrzeuge", id: "/inventory" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
brandName="AZ Rhein-Neckar"
|
||||
button={{ text: "Kontakt", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -44,9 +40,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Leidenschaft für Luxusfahrzeuge"
|
||||
description={[
|
||||
"Seit unserer Gründung ist das Automobilzentrum Rhein-Neckar Ihr kompetenter Ansprechpartner für exklusive Fahrzeuge.",
|
||||
"Unser Team von Experten steht Ihnen bei Kauf, Verkauf und individueller Beschaffung zur Seite. Unser Ziel: Ihnen das perfekte Fahrerlebnis zu ermöglichen.",
|
||||
]}
|
||||
"Seit unserer Gründung ist das Automobilzentrum Rhein-Neckar Ihr kompetenter Ansprechpartner für exklusive Fahrzeuge.", "Unser Team von Experten steht Ihnen bei Kauf, Verkauf und individueller Beschaffung zur Seite. Unser Ziel: Ihnen das perfekte Fahrerlebnis zu ermöglichen."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -57,12 +51,7 @@ export default function LandingPage() {
|
||||
title="Unsere Expertise"
|
||||
description="Jahrelange Erfahrung im Bereich Luxusautomobile."
|
||||
names={[
|
||||
"Technischer Service",
|
||||
"Individualisierung",
|
||||
"Wertermittlung",
|
||||
"Sicherer Ankauf",
|
||||
"Exklusive Logistik",
|
||||
]}
|
||||
"Technischer Service", "Individualisierung", "Wertermittlung", "Sicherer Ankauf", "Exklusive Logistik"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,25 +59,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Standort",
|
||||
items: [
|
||||
title: "Standort", items: [
|
||||
{
|
||||
label: "Wiesenstraße 76, 68519 Viernheim",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wiesenstraße 76, 68519 Viernheim", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "+49 (0)6204 9862650",
|
||||
href: "tel:+4962049862650",
|
||||
},
|
||||
label: "+49 (0)6204 9862650", href: "tel:+4962049862650"},
|
||||
{
|
||||
label: "info@autozrn.de",
|
||||
href: "mailto:info@autozrn.de",
|
||||
},
|
||||
label: "info@autozrn.de", href: "mailto:info@autozrn.de"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,35 +7,31 @@ import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Fahrzeuge",
|
||||
id: "/inventory",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Über uns", id: "/about" },
|
||||
{ name: "Fahrzeuge", id: "/inventory" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
brandName="AZ Rhein-Neckar"
|
||||
button={{ text: "Kontakt", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,16 +42,10 @@ export default function LandingPage() {
|
||||
description="Besuchen Sie uns in Viernheim oder schreiben Sie uns eine Nachricht."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "E-Mail",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "E-Mail", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/modern-architectural-shot-of-a-high-end--1774779829227-faec70ff.png"
|
||||
@@ -67,14 +57,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Diskretion ist unser oberstes Gebot – kontaktieren Sie unser Team direkt."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+4962049862650",
|
||||
},
|
||||
text: "Jetzt anrufen", href: "tel:+4962049862650"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,25 +70,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Standort",
|
||||
items: [
|
||||
title: "Standort", items: [
|
||||
{
|
||||
label: "Wiesenstraße 76, 68519 Viernheim",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wiesenstraße 76, 68519 Viernheim", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "+49 (0)6204 9862650",
|
||||
href: "tel:+4962049862650",
|
||||
},
|
||||
label: "+49 (0)6204 9862650", href: "tel:+4962049862650"},
|
||||
{
|
||||
label: "info@autozrn.de",
|
||||
href: "mailto:info@autozrn.de",
|
||||
},
|
||||
label: "info@autozrn.de", href: "mailto:info@autozrn.de"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,35 +7,31 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function InventoryPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Fahrzeuge",
|
||||
id: "/inventory",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Über uns", id: "/about" },
|
||||
{ name: "Fahrzeuge", id: "/inventory" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
brandName="AZ Rhein-Neckar"
|
||||
button={{ text: "Kontakt", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -47,23 +43,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lamborghini Aventador",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/side-view-shot-of-a-modern-black-lamborg-1774779829825-20051103.png",
|
||||
},
|
||||
id: "p1", name: "Lamborghini Aventador", price: "Auf Anfrage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/side-view-shot-of-a-modern-black-lamborg-1774779829825-20051103.png"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Rolls Royce Cullinan",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/elegant-white-rolls-royce-cullinan-in-lu-1774779829175-cf7addaf.png",
|
||||
},
|
||||
id: "p2", name: "Rolls Royce Cullinan", price: "Auf Anfrage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/elegant-white-rolls-royce-cullinan-in-lu-1774779829175-cf7addaf.png"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Ferrari F8 Tributo",
|
||||
price: "Auf Anfrage",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/close-up-portrait-of-a-powerful-red-ferr-1774779829573-90d7a419.png",
|
||||
},
|
||||
id: "p3", name: "Ferrari F8 Tributo", price: "Auf Anfrage", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/close-up-portrait-of-a-powerful-red-ferr-1774779829573-90d7a419.png"},
|
||||
]}
|
||||
title="Unsere aktuellen Fahrzeuge"
|
||||
description="Wir bieten handverlesene Luxusfahrzeuge."
|
||||
@@ -79,26 +63,12 @@ export default function LandingPage() {
|
||||
description="Wählen Sie das passende Modell für Ihre Ansprüche."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Standard",
|
||||
price: "Auf Anfrage",
|
||||
subtitle: "Klassische Vermittlung",
|
||||
features: [
|
||||
"Besichtigung",
|
||||
"Probefahrt",
|
||||
"Zulassungsservice",
|
||||
],
|
||||
id: "p1", badge: "Standard", price: "Auf Anfrage", subtitle: "Klassische Vermittlung", features: [
|
||||
"Besichtigung", "Probefahrt", "Zulassungsservice"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Premium",
|
||||
price: "Auf Anfrage",
|
||||
subtitle: "Full-Service Paket",
|
||||
features: [
|
||||
"Inklusive Aufbereitung",
|
||||
"Versicherungsservice",
|
||||
"Privatlieferung",
|
||||
],
|
||||
id: "p2", badge: "Premium", price: "Auf Anfrage", subtitle: "Full-Service Paket", features: [
|
||||
"Inklusive Aufbereitung", "Versicherungsservice", "Privatlieferung"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -108,25 +78,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Standort",
|
||||
items: [
|
||||
title: "Standort", items: [
|
||||
{
|
||||
label: "Wiesenstraße 76, 68519 Viernheim",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wiesenstraße 76, 68519 Viernheim", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "+49 (0)6204 9862650",
|
||||
href: "tel:+4962049862650",
|
||||
},
|
||||
label: "+49 (0)6204 9862650", href: "tel:+4962049862650"},
|
||||
{
|
||||
label: "info@autozrn.de",
|
||||
href: "mailto:info@autozrn.de",
|
||||
},
|
||||
label: "info@autozrn.de", href: "mailto:info@autozrn.de"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -16,29 +16,25 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Fahrzeuge",
|
||||
id: "/inventory",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Über uns", id: "/about" },
|
||||
{ name: "Fahrzeuge", id: "/inventory" },
|
||||
{ name: "Kontakt", id: "/contact" },
|
||||
]}
|
||||
brandName="AZ Rhein-Neckar"
|
||||
button={{ text: "Kontakt", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -48,9 +44,7 @@ export default function LandingPage() {
|
||||
description="Ihr exklusiver Partner für Luxusfahrzeuge, Supersportwagen und Hypercars."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Traumfahrzeug entdecken",
|
||||
href: "/inventory",
|
||||
},
|
||||
text: "Jetzt Traumfahrzeug entdecken", href: "/inventory"},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/ein-atemberaubendes-hochaufl-sendes-foto-1774779830200-5f92a6c1.png"
|
||||
imageAlt="Luxus Sportwagen"
|
||||
@@ -62,13 +56,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Automobilzentrum Rhein-Neckar"
|
||||
description={[
|
||||
"Das Automobilzentrum Rhein-Neckar steht für Leidenschaft, Expertise und höchste Ansprüche im Premium-Automobilsegment. Wir bieten Ihnen eine handverlesene Auswahl außergewöhnlicher Fahrzeuge und einen Service, der keine Kompromisse kennt.",
|
||||
]}
|
||||
"Das Automobilzentrum Rhein-Neckar steht für Leidenschaft, Expertise und höchste Ansprüche im Premium-Automobilsegment. Wir bieten Ihnen eine handverlesene Auswahl außergewöhnlicher Fahrzeuge und einen Service, der keine Kompromisse kennt."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Mehr über uns erfahren",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Mehr über uns erfahren", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,31 +67,19 @@ export default function LandingPage() {
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Handverlesene Premium-Fahrzeuge",
|
||||
description: "Streng selektierte Qualität.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/ein-hochwertiges-detailfoto-von-luxusaut-1774779831238-c04a426e.png",
|
||||
},
|
||||
id: "f1", title: "Handverlesene Premium-Fahrzeuge", description: "Streng selektierte Qualität.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/ein-hochwertiges-detailfoto-von-luxusaut-1774779831238-c04a426e.png"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Persönlicher Service",
|
||||
description: "Diskrete und individuelle Betreuung.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/ein-professioneller-berater-im-anzug-zei-1774779830804-4a8a411b.png",
|
||||
},
|
||||
id: "f2", title: "Persönlicher Service", description: "Diskrete und individuelle Betreuung.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/ein-professioneller-berater-im-anzug-zei-1774779830804-4a8a411b.png"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Internationale Beschaffung",
|
||||
description: "Zugriff auf exklusive Modelle weltweit.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/ein-globaler-logistik-kontext-mit-digita-1774779829498-a821e007.png",
|
||||
},
|
||||
id: "f3", title: "Internationale Beschaffung", description: "Zugriff auf exklusive Modelle weltweit.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcE8WAyoV8IyFEoMkDRsnnaDH9/ein-globaler-logistik-kontext-mit-digita-1774779829498-a821e007.png"},
|
||||
]}
|
||||
title="Warum wir?"
|
||||
description="Exzellenz im Segment der Luxusautos."
|
||||
textboxLayout="split"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -111,12 +90,7 @@ export default function LandingPage() {
|
||||
title="Unsere Partner"
|
||||
description="Wir arbeiten mit den weltweit führenden Logistik- und Finanzpartnern zusammen."
|
||||
names={[
|
||||
"Global Luxury Logistics",
|
||||
"Premium Financing Group",
|
||||
"Elite Automotive Sourcing",
|
||||
"Royal Heritage Transport",
|
||||
"Viernheim Auto Finance",
|
||||
]}
|
||||
"Global Luxury Logistics", "Premium Financing Group", "Elite Automotive Sourcing", "Royal Heritage Transport", "Viernheim Auto Finance"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -124,14 +98,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Vereinbaren Sie noch heute Ihren exklusiven Besichtigungstermin in unserem Showroom."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Termin anfragen",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Jetzt Termin anfragen", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -140,25 +111,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Standort",
|
||||
items: [
|
||||
title: "Standort", items: [
|
||||
{
|
||||
label: "Wiesenstraße 76, 68519 Viernheim",
|
||||
href: "#",
|
||||
},
|
||||
label: "Wiesenstraße 76, 68519 Viernheim", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "+49 (0)6204 9862650",
|
||||
href: "tel:+4962049862650",
|
||||
},
|
||||
label: "+49 (0)6204 9862650", href: "tel:+4962049862650"},
|
||||
{
|
||||
label: "info@autozrn.de",
|
||||
href: "mailto:info@autozrn.de",
|
||||
},
|
||||
label: "info@autozrn.de", href: "mailto:info@autozrn.de"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user