Merge version_1 into main #3
@@ -54,17 +54,17 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg", imageAlt: "Hero 3D Scene"},
|
||||
id: "1", 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", imageAlt: "Hero 3D Scene"},
|
||||
id: "2", 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", imageAlt: "Hero 3D Scene"},
|
||||
id: "3", 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", imageAlt: "Hero 3D Scene"},
|
||||
id: "4", 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", imageAlt: "Hero 3D Scene"},
|
||||
id: "5", 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", imageAlt: "Hero 3D Scene"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128042.jpg?_wi=6", imageAlt: "Hero 3D Scene"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "3", name: "Bot Utilități Fun", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599402.jpg"},
|
||||
{
|
||||
id: "4", name: "Sistem Complex Bot", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg"},
|
||||
id: "4", name: "Sistem Complex Bot", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/glass-plates-white-surface_58702-1532.jpg?_wi=1"},
|
||||
]}
|
||||
title="Portofoliu Proiecte"
|
||||
description="Soluții personalizate pentru servere de Discord la nivel înalt."
|
||||
@@ -112,13 +112,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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"},
|
||||
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?_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"},
|
||||
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?_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"},
|
||||
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?_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"},
|
||||
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?_wi=5"},
|
||||
]}
|
||||
title="Abilități Tehnice"
|
||||
description="Expertiză avansată în dezvoltarea de soluții software pentru Discord."
|
||||
|
||||
Reference in New Issue
Block a user