From 95a1d95ba58ffc830227b5c9dfa2b80a5ac5fb3d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 09:12:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 691d1fc..db42ab1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,32 +66,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg?_wi=1", imageAlt: "Hero 3D Scene", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg?_wi=2", imageAlt: "Hero 3D Scene", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg?_wi=3", imageAlt: "Hero 3D Scene", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg?_wi=4", imageAlt: "Hero 3D Scene", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg?_wi=5", imageAlt: "Hero 3D Scene", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg?_wi=6", imageAlt: "Hero 3D Scene", }, ]} @@ -141,7 +141,7 @@ export default function LandingPage() { id: "4", name: "Sistem Complex Bot", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg?_wi=1", }, ]} title="Portofoliu Proiecte" @@ -158,22 +158,22 @@ export default function LandingPage() { { title: "Python", description: "Expertiză în dezvoltarea de boți eficienți, folosind biblioteci avansate.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg?_wi=2", }, { title: "Node.js", description: "Soluții scalabile asincrone pentru performanță maximă.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg?_wi=3", }, { title: "Discord API", description: "Integrare completă și manipulare avansată a evenimentelor Discord.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg?_wi=4", }, { title: "Debug & Optimizare", description: "Analiză profundă a codului și optimizarea resurselor serverului.", - imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg?_wi=5", }, ]} title="Abilități Tehnice" -- 2.49.1