8 Commits

Author SHA1 Message Date
a70f0c2ae5 Merge version_3 into main
Merge version_3 into main
2026-03-10 20:25:49 +00:00
54b74d267a Update src/app/page.tsx 2026-03-10 20:25:44 +00:00
4847e2159e Merge version_2 into main
Merge version_2 into main
2026-03-10 17:24:30 +00:00
2644686e40 Update src/app/styles/variables.css 2026-03-10 17:24:10 +00:00
0ce68666a9 Update src/app/page.tsx 2026-03-10 17:24:01 +00:00
1ea8ae3390 Merge version_1 into main
Merge version_1 into main
2026-03-10 16:02:46 +00:00
8f5db472ac Merge version_1 into main
Merge version_1 into main
2026-03-10 14:49:58 +00:00
ba1e17e28a Merge version_1 into main
Merge version_1 into main
2026-03-10 14:39:00 +00:00
2 changed files with 16 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { Zap, DollarSign, Sparkles, Heart } from 'lucide-react';
import { Zap, DollarSign, Sparkles, Heart, Mail, Phone, MapPin, Clock } from 'lucide-react';
export default function LandingPage() {
return (
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ icon: Zap, label: "Schnelle Termine", value: "24-48h" },
{ icon: DollarSign, label: "Faire Preise", value: "transparent" },
{ icon: Sparkles, label: "Saubere Arbeit", value: "100%" },
{ icon: Heart, label: "Persönlicher Service", value: "immer" }
{ icon: Heart, label: "24/7 Notfallerreichbar", value: "immer" }
]}
/>
</div>
@@ -230,6 +230,13 @@ export default function LandingPage() {
{ label: "📍 Berlin", href: "#" },
{ label: "🕐 Mo-Fr: 7:00-18:00 Uhr", href: "#" }
]
},
{
title: "Rechtliches", items: [
{ label: "Datenschutz", href: "#" },
{ label: "Impressum", href: "#" },
{ label: "AGB", href: "#" }
]
}
]}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--background: #1a1a1a;
--card: #2d2d2d;
--foreground: #f5f5f5;
--primary-cta: #d4af37;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #ffffff;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #e63946;
--accent: #d4af37;
--background-accent: #3a3a3a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);