Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 54b74d267a | |||
| 4847e2159e | |||
| 2644686e40 | |||
| 0ce68666a9 | |||
| 1ea8ae3390 | |||
| 8f5db472ac | |||
| ba1e17e28a |
@@ -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: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user