7 Commits

Author SHA1 Message Date
bd1a4a3adf Merge version_2 into main
Merge version_2 into main
2026-06-03 12:22:49 +00:00
0e1093d5a3 Update src/app/page.tsx 2026-06-03 12:22:43 +00:00
b836ba3302 Merge version_2 into main
Merge version_2 into main
2026-06-03 12:22:20 +00:00
e5f847c07b Update src/app/styles/variables.css 2026-06-03 12:22:17 +00:00
337d7fd267 Update src/app/page.tsx 2026-06-03 12:22:16 +00:00
ea14fd9fe4 Merge version_1 into main
Merge version_1 into main
2026-06-02 22:06:13 +00:00
c640e4a301 Merge version_1 into main
Merge version_1 into main
2026-06-02 22:05:20 +00:00
2 changed files with 12 additions and 10 deletions

View File

@@ -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"},
],
},
{

View File

@@ -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);