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"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
title="Ready to get started?" title="Visit or Contact Us"
description="Drop us a message and we'll be in touch to schedule your car's transformation." description="Located in the heart of Dieburg. Reach out for appointments, quotes, or inquiries."
inputs={[ inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true }, { name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", 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 }} 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" 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"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ items: [{ label: "Industriestraße 16" }, { label: "64807 Dieburg" }, { label: "0163 7039840", href: "tel:01637039840" }] }, { 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: "Contact", href: "#contact" }] }, { items: [{ label: "Home", href: "#home" }, { label: "Services", href: "#services" }, { label: "Pricing", href: "#pricing" }, { label: "Contact", href: "#contact" }] },
]} ]}
logoText="Black Horse Detailing" logoText="Black Horse Detailing"
/> />

View File

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