Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fa87ccfadc | |||
| d25f8a0d84 | |||
| 315cab346f |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user