Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-06-09 10:59:43 +00:00
2 changed files with 11 additions and 9 deletions

View File

@@ -259,6 +259,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Arcus Hausverwaltung"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EtenG4s5hlNW1nohnBgR5heQrL/uploaded-1781002685627-px2jql5e.jpg"
logoAlt="Arcus Hausverwaltung Logo"
copyrightText="© 2024 Arcus Hausverwaltung. Alle Rechte vorbehalten."
socialLinks={[
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--background: #f9faff;
--card: #f5faff;
--foreground: #1a1f2e;
--primary-cta: #3D4A6B;
--primary-cta-text: #f9faff;
--secondary-cta: #e6e9f0;
--secondary-cta-text: #1a1f2e;
--accent: #92A7D2;
--background-accent: #c4cee8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);