8 Commits

Author SHA1 Message Date
415c63c6a3 Merge version_4 into main
Merge version_4 into main
2026-04-15 13:18:38 +00:00
c2099484d2 Update src/app/page.tsx 2026-04-15 13:18:35 +00:00
e4d7e88bfa Merge version_3 into main
Merge version_3 into main
2026-04-15 13:15:48 +00:00
dbd7c04a85 Update src/app/page.tsx 2026-04-15 13:15:45 +00:00
412ae474fe Merge version_3 into main
Merge version_3 into main
2026-04-15 13:15:11 +00:00
d74a1b610b Update src/app/styles/variables.css 2026-04-15 13:15:08 +00:00
c29ab910e6 Update src/app/page.tsx 2026-04-15 13:15:07 +00:00
7a2c6a4e4e Merge version_2 into main
Merge version_2 into main
2026-04-15 13:10:17 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -187,7 +187,7 @@ export default function LandingPage() {
{
value: "5/5", label: "Atmosphere"},
]}
title="Todo Riquísimo"
title="Deliciously Recommended by Locals"
description="Hear why our community loves us. 100% recommended by every guest."
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #d4af37;
--background: #2c2621;
--card: #3e362e;
--foreground: #f5f2e9;
--primary-cta: #992f2f;
--primary-cta-text: #000000;
--secondary-cta: #ffffff;
--secondary-cta: #5e4b3e;
--secondary-cta-text: #0a0a0a;
--accent: #b8860b;
--background-accent: #2a1a0a;
--accent: #d4af37;
--background-accent: #211a15;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);