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

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fbfaff;
--card: #ffffff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
--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>