From e44b878a1dd2820d9d4930f724381201f25013ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 23:11:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cd4669f..7c73de4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,22 +49,23 @@ export default function LandingPage() { { text: "Scopri di più", href: "#about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/traveller-explore-rugged-landscape-iceland_346278-228.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/traveller-explore-rugged-landscape-iceland_346278-228.jpg" imageAlt="Paesaggio affascinante di una destinazione italiana" mediaAnimation="blur-reveal" imagePosition="right" + background={{ variant: "plain" }} testimonials={[ { name: "Marco V.", handle: "Viaggiatore esperto", testimonial: "Le migliori guide di viaggio che abbia mai letto. Autentiche e ricche di dettagli che nessun altro condivide.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" }, { name: "Giulia M.", handle: "Fotografa di viaggio", testimonial: "Finalmente qualcuno che parla di viaggio come si deve: con passione e onestà. Non è marketing, è pura esperienza.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" }, { name: "Paolo R.", handle: "Blogger di turismo", testimonial: "Un blog che ispira e guida. Le storie sono scritte con lo stile di amici che condividono i loro segreti.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-young-caucasian-man-with-beard-relaxing-open-air-surrounded-by-beautiful-mountain-setting-rainforest_273609-1855.jpg" } ]} testimonialRotationInterval={5000} @@ -159,7 +160,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/traveller-explore-rugged-landscape-iceland_346278-228.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/traveller-explore-rugged-landscape-iceland_346278-228.jpg" imageAlt="Paesaggio che ispira l'avventura" mediaAnimation="blur-reveal" mediaPosition="right" -- 2.49.1