Update src/app/page.tsx
This commit is contained in:
@@ -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