5 Commits

Author SHA1 Message Date
81443e4218 Update src/app/styles/variables.css 2026-04-07 14:02:39 +00:00
c392e47693 Update src/app/page.tsx 2026-04-07 14:02:39 +00:00
c65f967b8b Merge version_1 into main
Merge version_1 into main
2026-04-07 13:57:43 +00:00
ebddfce710 Merge version_1 into main
Merge version_1 into main
2026-04-07 13:57:16 +00:00
5873ed6120 Merge version_1 into main
Merge version_1 into main
2026-04-07 13:56:45 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -132,8 +132,8 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{ variant: "plain" }}
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
tag="Visit Us"
title="Reserve Your Table Today"
description="Join us for an authentic journey through North African flavors. Book now to secure your spot."
@@ -154,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #fbf9f4;
--card: #f4efe9;
--foreground: #2d241d;
--primary-cta: #1e6056;
--card: #f7f2ea;
--foreground: #1c1c1c;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #2d241d;
--secondary-cta: #e8bea8;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #d4b483;
--accent: #0a7039;
--background-accent: #e8cfa8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);