7 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
45bb2bd6e6 Update src/app/styles/variables.css 2026-06-10 21:26:08 +00:00
c5851a2991 Merge version_2 into main
Merge version_2 into main
2026-06-10 21:24:32 +00:00
a4732d6a4d Merge version_2 into main
Merge version_2 into main
2026-06-10 21:23:46 +00:00
3 changed files with 16 additions and 10 deletions

View File

@@ -278,6 +278,12 @@ export default function LandingPage() {
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: [
{
@@ -294,4 +300,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -24,5 +24,5 @@ h3,
h4,
h5,
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: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #106EFB;
--primary-cta-text: #fcf6ec;
--secondary-cta: #000000;
--secondary-cta-text: #2e2521;
--accent: #535353;
--background-accent: #106EFB;
--card: #1a1a1a;
--foreground: #E0E0E0;
--primary-cta: #FFD700;
--primary-cta-text: #000000;
--secondary-cta: #333333;
--secondary-cta-text: #ffffff;
--accent: #FFD700;
--background-accent: #0a0a0a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);