From 726f5d0ff8e825b583e34f5244101fe97bc0aff3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 11:41:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 718e37a..3500351 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { handle: "@ristorante-italia", testimonial: "Finalmente un sito veloce e bello!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-laptop-screen_23-2149416719.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homepage-seen-laptop-screen_23-2149416719.jpg?_wi=1", imageAlt: "laptop mockup dark mode web design", }, { @@ -77,7 +77,7 @@ export default function LandingPage() { handle: "@studio-design", testimonial: "OnePageWeb ha capito subito il nostro stile.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/device-with-copy-space-table-with-food_23-2150917856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/device-with-copy-space-table-with-food_23-2150917856.jpg?_wi=1", imageAlt: "laptop mockup dark mode web design", }, { @@ -85,7 +85,7 @@ export default function LandingPage() { handle: "@fitness-lab", testimonial: "Le conversioni sono aumentate del 40%.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg?_wi=1", imageAlt: "laptop mockup dark mode web design", }, { @@ -93,7 +93,7 @@ export default function LandingPage() { handle: "@beauty-salon", testimonial: "Un servizio impeccabile e rapido.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-125052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-125052.jpg?_wi=1", imageAlt: "laptop mockup dark mode web design", }, { @@ -101,7 +101,7 @@ export default function LandingPage() { handle: "@art-gallery", testimonial: "Design fantastico, molto professionale.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-young-woman-sitting-table-cafe-working-laptop_1098-20175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-young-woman-sitting-table-cafe-working-laptop_1098-20175.jpg?_wi=1", imageAlt: "laptop mockup dark mode web design", }, ]} @@ -111,7 +111,7 @@ export default function LandingPage() { href: "#contatti", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/homepage-seen-laptop-screen_23-2149416719.jpg" + imageSrc="http://img.b2bpic.net/free-photo/homepage-seen-laptop-screen_23-2149416719.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/job-search-concept-find-your-career-online-website_169016-39046.jpg", @@ -172,7 +172,7 @@ export default function LandingPage() { description="OnePageWeb è una web agency nata per aiutare i piccoli imprenditori locali a farsi trovare online. Niente tecnicismi, niente perdite di tempo." subdescription="Solo siti belli, veloci e che portano clienti." icon={Sparkles} - imageSrc="http://img.b2bpic.net/free-photo/device-with-copy-space-table-with-food_23-2150917856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/device-with-copy-space-table-with-food_23-2150917856.jpg?_wi=2" mediaAnimation="blur-reveal" /> @@ -194,19 +194,19 @@ export default function LandingPage() { id: "p2", name: "FitBody Studio", price: "Palestra", - imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/physical-activity-stats-around-person_23-2150163387.jpg?_wi=2", }, { id: "p3", name: "Arch. Studio", price: "Studio", - imageSrc: "http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-125052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-office-workspace-equipped-digital-design-photo-editing_482257-125052.jpg?_wi=2", }, { id: "p4", name: "Caffè Centrale", price: "Bar", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-young-woman-sitting-table-cafe-working-laptop_1098-20175.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-young-woman-sitting-table-cafe-working-laptop_1098-20175.jpg?_wi=2", }, { id: "p5", -- 2.49.1