Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 415c63c6a3 | |||
| c2099484d2 | |||
| e4d7e88bfa | |||
| dbd7c04a85 | |||
| 412ae474fe | |||
| d74a1b610b | |||
| c29ab910e6 | |||
| 7a2c6a4e4e |
@@ -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>
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user