4 Commits

Author SHA1 Message Date
189dbe5741 Update src/app/styles/variables.css 2026-06-10 21:47:42 +00:00
faaa838996 Update src/app/styles/base.css 2026-06-10 21:47:41 +00:00
284ff5981f Update src/app/page.tsx 2026-06-10 21:47:41 +00:00
603e81b0a0 Merge version_3 into main
Merge version_3 into main
2026-06-10 21:26:14 +00:00
3 changed files with 15 additions and 9 deletions

View File

@@ -278,6 +278,12 @@ export default function LandingPage() {
label: "Reservieren", href: "#reservieren"}, label: "Reservieren", href: "#reservieren"},
], ],
}, },
{
title: "Öffnungszeiten", items: [
{ label: "Mo - Sa: 11:30 - 22:00 Uhr" },
{ label: "So: 12:00 - 21:00 Uhr" }
]
},
{ {
title: "Social Media", items: [ title: "Social Media", items: [
{ {

View File

@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-public-sans), sans-serif; font-family: var(--font-archivo), sans-serif;
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #000000; --background: #000000;
--card: #0c0c0c; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #E0E0E0;
--primary-cta: #106EFB; --primary-cta: #FFD700;
--primary-cta-text: #ffffff; --primary-cta-text: #000000;
--secondary-cta: #000000; --secondary-cta: #333333;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #8B0000; --accent: #FFD700;
--background-accent: #106EFB; --background-accent: #0a0a0a;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);