5 Commits

Author SHA1 Message Date
1aa0ce004f Update src/app/page.tsx 2026-05-11 11:02:25 +00:00
13eef19bb5 Merge version_2 into main
Merge version_2 into main
2026-05-11 11:00:32 +00:00
0e1f90bfb8 Merge version_1 into main
Merge version_1 into main
2026-05-11 10:57:29 +00:00
bfc77abda1 Merge version_1 into main
Merge version_1 into main
2026-05-11 10:56:52 +00:00
6e31bfe4d2 Merge version_1 into main
Merge version_1 into main
2026-05-11 10:56:22 +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"
/>