6 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
19e83a1348 Update theme colors 2026-05-11 11:00:29 +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
2 changed files with 15 additions and 14 deletions

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"
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #106EFB;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);