Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-10 17:24:34 +00:00
2 changed files with 15 additions and 8 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 (
@@ -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);