diff --git a/src/app/page.tsx b/src/app/page.tsx index af2f95a..30652c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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 ( @@ -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: "#" } + ] } ]} /> diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c5af178..bd1196a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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);