7 Commits

Author SHA1 Message Date
e286ad4916 Merge version_2 into main
Merge version_2 into main
2026-03-11 08:27:43 +00:00
2237add335 Update theme colors 2026-03-11 08:27:37 +00:00
821117efe2 Merge version_2 into main
Merge version_2 into main
2026-03-11 08:25:25 +00:00
267f39d3de Update src/app/page.tsx 2026-03-11 08:25:21 +00:00
ffd53168d3 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:24:05 +00:00
509dd012dd Merge version_1 into main
Merge version_1 into main
2026-03-11 08:23:41 +00:00
3b3fb619d5 Merge version_1 into main
Merge version_1 into main
2026-03-11 08:22:50 +00:00
2 changed files with 15 additions and 10 deletions

View File

@@ -179,6 +179,11 @@ export default function LandingPage() {
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={false}
buttons={[
{ text: "Reserve Now", href: "contact" },
{ text: "View Hours", href: "contact" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -243,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #ff93e4;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);