3 Commits

Author SHA1 Message Date
fa87ccfadc Update theme colors 2026-04-27 05:15:02 +00:00
d25f8a0d84 Update src/app/page.tsx 2026-04-27 05:06:06 +00:00
315cab346f Merge version_1 into main
Merge version_1 into main
2026-04-27 04:48:11 +00:00
2 changed files with 11 additions and 10 deletions

View File

@@ -156,6 +156,7 @@ export default function LandingPage() {
{ id: "q2", title: "Können Sie alle Marken bedienen?", content: "Wir unterstützen über 50 führende Fahrzeugmarken." },
{ id: "q3", title: "Haben Sie eine Garantie?", content: "Ja, wir bieten eine 12-monatige Garantie auf alle Arbeiten." },
]}
buttons={[{ text: "Book Your Appointment Now", href: "#contact" }]}
title="Häufige Fragen"
description="Alles was Sie über unsere Services wissen sollten."
faqsAnimation="slide-up"
@@ -197,4 +198,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--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);