diff --git a/src/app/page.tsx b/src/app/page.tsx index 15b362d..d31f0be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -55,13 +47,9 @@ export default function LandingPage() { description="Los perros calientes más brutales de Tunja 🌭🔥" buttons={[ { - text: "Pedir por WhatsApp", - href: "https://wa.me/573103553703", - }, + text: "Pedir por WhatsApp", href: "https://wa.me/573103553703"}, { - text: "Ver menú", - href: "#menu", - }, + text: "Ver menú", href: "#menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/sonoran-hot-dog-traditional-mexican-hot-dog-wooden-table_123827-35769.jpg?_wi=1" /> @@ -84,23 +72,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - brand: "Dogzilla", - name: "Perro Clásico", - price: "$7.000", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dogs-with-mustard-pickles_23-2148768196.jpg?_wi=1", - }, + id: "p1", brand: "Dogzilla", name: "Perro Clásico", price: "$7.000", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-dogs-with-mustard-pickles_23-2148768196.jpg?_wi=1"}, { - id: "p2", - brand: "Dogzilla", - name: "Perro Dogzilla", - price: "$10.500", - rating: 5, - reviewCount: "250", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-dog-staying-car-trunk_23-2148699890.jpg?_wi=1", - }, + id: "p2", brand: "Dogzilla", name: "Perro Dogzilla", price: "$10.500", rating: 5, + reviewCount: "250", imageSrc: "http://img.b2bpic.net/free-photo/smiley-dog-staying-car-trunk_23-2148699890.jpg?_wi=1"}, ]} title="Nuestro Menú" description="Elige tu combinación favorita." @@ -109,196 +85,76 @@ export default function LandingPage() {
@@ -307,14 +163,8 @@ export default function LandingPage() { diff --git a/src/app/styles/base.css b/src/app/styles/base.css index 3112a53..aa7fd03 100644 --- a/src/app/styles/base.css +++ b/src/app/styles/base.css @@ -11,7 +11,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-roboto), sans-serif; + font-family: var(--font-montserrat), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -24,5 +24,5 @@ h3, h4, h5, h6 { - font-family: var(--font-roboto), sans-serif; + font-family: var(--font-montserrat), sans-serif; } diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d59fac4..e5e6c79 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --background: #fbfaff; + --card: #f7f5ff; + --foreground: #0f0022; + --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #fde047; + --accent: #d8cef5; + --background-accent: #c4a8f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);