Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd1a4a3adf | |||
| 0e1093d5a3 | |||
| b836ba3302 | |||
| e5f847c07b | |||
| 337d7fd267 | |||
| ea14fd9fe4 | |||
| c640e4a301 |
@@ -39,6 +39,8 @@ export default function LandingPage() {
|
||||
name: "Productos", id: "#products"},
|
||||
{
|
||||
name: "Testimonios", id: "#testimonials"},
|
||||
{
|
||||
name: "Preguntas Frecuentes", id: "#faq"},
|
||||
{
|
||||
name: "Contacto", id: "#contact"},
|
||||
]}
|
||||
@@ -227,11 +229,11 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Jamones", href: "#products"},
|
||||
{
|
||||
label: "Paletas", href: "##products"},
|
||||
label: "Paletas", href: "#products"},
|
||||
{
|
||||
label: "Embutidos", href: "##products"},
|
||||
label: "Embutidos", href: "#products"},
|
||||
{
|
||||
label: "Estuches", href: "##products"},
|
||||
label: "Estuches", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #ff8c42;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #ff7b05;
|
||||
--background-accent: #106efb;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user