Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-11 11:02:28 +00:00

View File

@@ -172,12 +172,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Ready to get started?"
description="Drop us a message and we'll be in touch to schedule your car's transformation."
title="Visit or Contact Us"
description="Located in the heart of Dieburg. Reach out for appointments, quotes, or inquiries."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "phone", type: "tel", placeholder: "Phone Number" },
{ name: "address", type: "text", placeholder: "Industriestraße 16, 64807 Dieburg", className: "opacity-50" },
{ name: "phone", type: "tel", placeholder: "0163 7039840" },
]}
textarea={{ name: "message", placeholder: "Tell us about your vehicle and needs", rows: 4 }}
imageSrc="http://img.b2bpic.net/free-photo/barber-shop-desk-with-copy-space_23-2148256978.jpg"
@@ -187,8 +188,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Industriestraße 16" }, { label: "64807 Dieburg" }, { label: "0163 7039840", href: "tel:01637039840" }] },
{ items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "Contact", href: "#contact" }] },
{ items: [{ label: "Industriestraße 16" }, { label: "64807 Dieburg" }, { label: "0163 7039840", href: "tel:01637039840" }, { label: "hello@blackhorsedetailing.de", href: "mailto:hello@blackhorsedetailing.de" }] },
{ items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] },
]}
logoText="Black Horse Detailing"
/>
@@ -196,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}