5 Commits

Author SHA1 Message Date
kudinDmitriyUp
f04408bbef Bob AI: Update the secondary button in the Contact section to 'Book a Table', or add an 2026-07-04 07:44:59 +00:00
2323622473 Update theme colors 2026-06-16 16:06:53 +00:00
df1c440f14 Update theme colors 2026-06-16 16:06:34 +00:00
5afaad0143 Update theme colors 2026-06-16 16:06:14 +00:00
ee7adbdbd4 Update theme colors 2026-06-16 16:06:11 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--background: #060000;
--card: #1d0d0d;
--foreground: #ffe6e6;
--primary-cta: #ff3d4a;
--primary-cta-text: #ffffff;
--secondary-cta: #1f0a0a;
--secondary-cta-text: #ffe6e6;
--accent: #7b2d2d;
--background-accent: #b8111f;
/* @layout/border-radius/rounded */
--radius: 0.5rem;

View File

@@ -251,8 +251,8 @@ export default function HomePage() {
href: "tel:+359894554281",
}}
secondaryButton={{
text: "Get Directions",
href: "https://maps.app.goo.gl/...",
text: "Book a Table",
href: "mailto:reservations@galata.bg",
}}
/>
</SectionErrorBoundary>