Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf1d8c210d | |||
| 189dbe5741 | |||
| faaa838996 | |||
| 284ff5981f | |||
| 603e81b0a0 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-public-sans), sans-serif;
|
||||
font-family: var(--font-archivo), sans-serif;
|
||||
}
|
||||
|
||||
@@ -11,14 +11,14 @@
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #000000;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #E0E0E0;
|
||||
--primary-cta: #FFD700;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #333333;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #8B0000;
|
||||
--background-accent: #106EFB;
|
||||
--accent: #FFD700;
|
||||
--background-accent: #0a0a0a;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user