From b7bb664c9507ee001ad413066fc457e615ad1a7c Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Wed, 26 Aug 2026 10:46:46 +0200 Subject: [PATCH] Add landing page content and a courses page, restyle both Turn the home page into a single-column feature: a lead image, the opening statement as the page's sole h1, a second image, and the body copy, with the existing latest-articles section still below. Add a new static page for the crypto courses pitch ("come difendersi dal corralito"), styled like an article with a cover image and a contact CTA (email + Telegram) instead of the referenced but nonexistent contact form. Link the new page from the header nav and footer. --- frontend/app/layouts/default.vue | 2 + .../pages/come-difendersi-dal-corralito.vue | 132 ++++++++++++++++++ frontend/app/pages/index.vue | 102 +++++++++++++- frontend/public/eurozona-crisi.jpg | Bin 0 -> 413345 bytes frontend/public/protesta-bancaria.jpg | Bin 0 -> 89874 bytes 5 files changed, 231 insertions(+), 5 deletions(-) create mode 100644 frontend/app/pages/come-difendersi-dal-corralito.vue create mode 100644 frontend/public/eurozona-crisi.jpg create mode 100644 frontend/public/protesta-bancaria.jpg diff --git a/frontend/app/layouts/default.vue b/frontend/app/layouts/default.vue index 353bf2f..1fc6979 100644 --- a/frontend/app/layouts/default.vue +++ b/frontend/app/layouts/default.vue @@ -30,6 +30,7 @@ const { data: categories } = await useFetch('/api/categories', { {{ category.name }} +
  • Come difendersi dal corralito
  • @@ -67,6 +68,7 @@ const { data: categories } = await useFetch('/api/categories', {
    • Home
    • Tutti gli articoli
    • +
    • Come difendersi dal corralito
    diff --git a/frontend/app/pages/come-difendersi-dal-corralito.vue b/frontend/app/pages/come-difendersi-dal-corralito.vue new file mode 100644 index 0000000..fe2b09c --- /dev/null +++ b/frontend/app/pages/come-difendersi-dal-corralito.vue @@ -0,0 +1,132 @@ + + + + + diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index 2cdd914..ddcca80 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -33,6 +33,45 @@ useSeoMeta({