From b8d68a13504c11cb6a340516da3bf21534dad4b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa?= Date: Thu, 31 Jul 2025 14:44:45 +0200 Subject: [PATCH] iguales page --- assets/css/main.css | 3 + components/HeroPages.vue | 2 +- components/Quote.vue | 61 +++++++++++++ components/TextWithIconAndButton.vue | 4 +- data/es/iguales.json | 132 +++++++++++++++++++++++++++ pages/[langcode]/iguales.vue | 56 +++++++++--- public/img/clipboard-list.png | Bin 0 -> 1432 bytes public/img/formas-cita-cierre.png | Bin 0 -> 1630 bytes public/img/formas-cita.png | Bin 0 -> 1698 bytes public/img/hero-iguales-formas.png | Bin 0 -> 9926 bytes public/img/meeting.png | Bin 0 -> 307062 bytes public/img/people.png | Bin 0 -> 352391 bytes public/img/route.png | Bin 0 -> 2304 bytes public/img/search-check.png | Bin 0 -> 2097 bytes public/svg/scale.svg | 3 + 15 files changed, 247 insertions(+), 14 deletions(-) create mode 100644 components/Quote.vue create mode 100644 data/es/iguales.json create mode 100644 public/img/clipboard-list.png create mode 100644 public/img/formas-cita-cierre.png create mode 100644 public/img/formas-cita.png create mode 100644 public/img/hero-iguales-formas.png create mode 100644 public/img/meeting.png create mode 100644 public/img/people.png create mode 100644 public/img/route.png create mode 100644 public/img/search-check.png create mode 100644 public/svg/scale.svg diff --git a/assets/css/main.css b/assets/css/main.css index 1a3fddd..07443e7 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -8,6 +8,7 @@ --color-consumo-base: #F28C8C; --color-consumo-light: #F6B1B1; --color-consumo-extra-light: #FAD1D1; + --color-iguales-dark: #682B8E; --color-iguales-base: #C98EEF; --color-iguales-light: #DAB2F4; --color-iguales-extra-light: #E9D2F9; @@ -47,7 +48,9 @@ /* Spacing */ --spacing-32: 2rem; /* 32px */ + --spacing-38: 9.5rem; /* 154px */ --spacing-10.2: 10.25rem; /* 164px */ + --spacing-69: 17.375rem; /* 278px */ --spacing-20.1: 20.168rem; /* 322px */ --spacing-20.3: 20.313rem; /* 326px */ --spacing-20.9: 20.938rem; /* 335px */ diff --git a/components/HeroPages.vue b/components/HeroPages.vue index 3c5fb7f..ceb97ee 100644 --- a/components/HeroPages.vue +++ b/components/HeroPages.vue @@ -1,7 +1,7 @@ + + \ No newline at end of file diff --git a/components/TextWithIconAndButton.vue b/components/TextWithIconAndButton.vue index 3df3098..14d987a 100644 --- a/components/TextWithIconAndButton.vue +++ b/components/TextWithIconAndButton.vue @@ -1,7 +1,7 @@