2 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
2 changed files with 11 additions and 11 deletions

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f6f7f4;
--card: #fffefe;
--foreground: #080908;
--primary-cta: #0e3a29;
--primary-cta-text: #fffefe;
--secondary-cta: #ebeee0;
--secondary-cta-text: #080908;
--accent: #35c18b;
--background-accent: #c6efc6;
--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>