3 Commits

Author SHA1 Message Date
bd1e4ba05a Update src/app/styles/variables.css 2026-06-09 10:59:39 +00:00
536780faae Update src/app/page.tsx 2026-06-09 10:59:39 +00:00
683907be42 Merge version_1 into main
Merge version_1 into main
2026-06-09 10:56:32 +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);