From 1248bbb365c47b9528ff7a1bb5ce003175e38613 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 19:09:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb3dfca..07d81c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,13 +91,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "App Mobile", description: "Sviluppo nativo e cross-platform su iOS e Android, con focus estremo sulla UX.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg", imageAlt: "App UI" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg", imageAlt: "App UI" } + title: "App Mobile", description: "Sviluppo nativo e cross-platform su iOS e Android, con focus estremo sulla UX.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg?_wi=1", imageAlt: "App UI" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg?_wi=2", imageAlt: "App UI" } }, { id: 2, - title: "Siti Web", description: "Landing page, siti aziendali ed e-commerce ad alte prestazioni e ottimizzati SEO.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-set_23-2148638382.jpg", imageAlt: "Web UI" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-set_23-2148638382.jpg", imageAlt: "Web UI" } + title: "Siti Web", description: "Landing page, siti aziendali ed e-commerce ad alte prestazioni e ottimizzati SEO.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-set_23-2148638382.jpg?_wi=1", imageAlt: "Web UI" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-set_23-2148638382.jpg?_wi=2", imageAlt: "Web UI" } } ]} /> @@ -110,9 +110,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "StudyPlanner", price: "Live", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg" }, - { id: "p2", name: "FinanceFlow", price: "Live", imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-set_23-2148638382.jpg" }, - { id: "p3", name: "Custom SaaS Tool", price: "In Work", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg" }, + { id: "p1", name: "StudyPlanner", price: "Live", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg?_wi=3" }, + { id: "p2", name: "FinanceFlow", price: "Live", imageSrc: "http://img.b2bpic.net/free-vector/voice-translator-app-set_23-2148638382.jpg?_wi=3" }, + { id: "p3", name: "Custom SaaS Tool", price: "In Work", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-freelancer-working-with-touchpad_1262-16086.jpg?_wi=4" }, ]} title="I nostri progetti recenti" description="Soluzioni software scalabili che portano risultati reali." -- 2.49.1