From 5902301f2c8f96a1ad0a887f8727df2cf3a061cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:41:14 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 131 +++++++----------------------------------- 1 file changed, 20 insertions(+), 111 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9002ee5..a6f2e8f 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -14,27 +14,22 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -122,17 +73,7 @@ export default function LandingPage() { title="Storie di Guarigione" description="Clienti che hanno ritrovato l'equilibrio." testimonials={[ - { - id: "t1", - name: "Giulia", - date: "Set 2024", - title: "Un nuovo inizio", - quote: "Grazie all'approccio di BIO NATURALMED mi sento finalmente rinata.", - tag: "Posturale", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-composition_23-2148997005.jpg?_wi=2", - imageAlt: "Smiling face of African American girl looking away", - }, + { id: "t1", name: "Giulia", date: "Set 2024", title: "Un nuovo inizio", quote: "Grazie all'approccio di BIO NATURALMED mi sento finalmente rinata.", tag: "Posturale", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-face-african-american-girl-looking-away_1262-3098.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sustainability-concept-composition_23-2148997005.jpg", imageAlt: "Smiling face of African American girl looking away" } ]} /> @@ -141,40 +82,8 @@ export default function LandingPage() { -- 2.49.1 From e98da185cc30b4174260887df428f464e0552a14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:41:14 +0000 Subject: [PATCH 2/4] Update src/app/contatti/page.tsx --- src/app/contatti/page.tsx | 79 +++++++++------------------------------ 1 file changed, 17 insertions(+), 62 deletions(-) diff --git a/src/app/contatti/page.tsx b/src/app/contatti/page.tsx index 2752f83..16d9034 100644 --- a/src/app/contatti/page.tsx +++ b/src/app/contatti/page.tsx @@ -13,27 +13,22 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > -- 2.49.1 From 8cbe98a734f93de2c1f2a54817456a51a48d82a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:41:14 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 161 ++++++++--------------------------------------- 1 file changed, 27 insertions(+), 134 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f9e1cec..fc2f134 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,27 +16,22 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -161,26 +104,8 @@ export default function LandingPage() { title="Dal Nostro Blog" description="Approfondimenti sul mondo della naturopatia e del benessere naturale." blogs={[ - { - id: "b1", - category: "Naturopatia", - title: "I benefici degli oli naturali", - excerpt: "Scopri come integrare gli oli essenziali nella tua routine.", - imageSrc: "http://img.b2bpic.net/free-photo/weed-leaves-oil-product-still-life_23-2151651097.jpg", - authorName: "Elena Bianchi", - authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", - date: "10 Ott 2024", - }, - { - id: "b2", - category: "Lifestyle", - title: "Routine per una postura corretta", - excerpt: "Piccoli esercizi per migliorare la tua salute quotidiana.", - imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-stretching-arms_23-2148795209.jpg", - authorName: "Marco Sereni", - authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg", - date: "15 Ott 2024", - }, + { id: "b1", category: "Naturopatia", title: "I benefici degli oli naturali", excerpt: "Scopri come integrare gli oli essenziali nella tua routine.", imageSrc: "http://img.b2bpic.net/free-photo/weed-leaves-oil-product-still-life_23-2151651097.jpg", authorName: "Elena Bianchi", authorAvatar: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", date: "10 Ott 2024" }, + { id: "b2", category: "Lifestyle", title: "Routine per una postura corretta", excerpt: "Piccoli esercizi per migliorare la tua salute quotidiana.", imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-stretching-arms_23-2148795209.jpg", authorName: "Marco Sereni", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-wedding-planner_23-2150328524.jpg", date: "15 Ott 2024" } ]} /> @@ -189,40 +114,8 @@ export default function LandingPage() { -- 2.49.1 From e3c9fc41ebcf5cfd492e3d8641419f7c10e1fcd8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:41:15 +0000 Subject: [PATCH 4/4] Update src/app/servizi/page.tsx --- src/app/servizi/page.tsx | 110 +++++++-------------------------------- 1 file changed, 19 insertions(+), 91 deletions(-) diff --git a/src/app/servizi/page.tsx b/src/app/servizi/page.tsx index 2c874ac..396ed64 100644 --- a/src/app/servizi/page.tsx +++ b/src/app/servizi/page.tsx @@ -14,27 +14,22 @@ export default function LandingPage() { defaultButtonVariant="shift-hover" defaultTextAnimation="reveal-blur" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > @@ -103,16 +72,7 @@ export default function LandingPage() { title="Prezzi Sedute" description="Trasparenza e qualità." plans={[ - { - id: "s1", - badge: "Singola", - price: "70€", - subtitle: "Sessione standard", - features: [ - "Consulenza", - "Follow-up", - ], - }, + { id: "s1", badge: "Singola", price: "70€", subtitle: "Sessione standard", features: ["Consulenza", "Follow-up"] } ]} /> @@ -121,40 +81,8 @@ export default function LandingPage() { -- 2.49.1