Update src/app/profili/[slug]/page.tsx
This commit is contained in:
@@ -63,7 +63,7 @@ export default function ProfileDetailPage({ params }: { params: { slug: string }
|
||||
subdescription: "Marco ha abbandonato una carriera stabile per vivere il suo sogno di esplorare il pianeta. Attraverso i suoi occhi, scopriamo come la vera avventura inizia quando decidiamo di lasciare la zona di comfort.",
|
||||
tag: "Traveler",
|
||||
category: "travelers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-man-wearing-sunglasses-climbing-mountains-looking-away-holding-blue-backpack_197531-4395.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-man-wearing-sunglasses-climbing-mountains-looking-away-holding-blue-backpack_197531-4395.jpg?_wi=3",
|
||||
imageAlt: "Marco profile photo",
|
||||
};
|
||||
|
||||
@@ -74,7 +74,7 @@ export default function ProfileDetailPage({ params }: { params: { slug: string }
|
||||
subdescription: "Luna crede che l'arte sia il linguaggio universale della comunicazione umana. I suoi progetti raccontano storie di vulnerabilità, forza e bellezza attraverso colori e forme.",
|
||||
tag: "Creative",
|
||||
category: "creatives",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406003.jpg?_wi=3",
|
||||
imageAlt: "Luna profile photo",
|
||||
};
|
||||
} else if (params.slug === "alex-gamer") {
|
||||
@@ -84,7 +84,7 @@ export default function ProfileDetailPage({ params }: { params: { slug: string }
|
||||
subdescription: "Alex rappresenta la nuova generazione di atleti digitali. La sua dedizione al gioco competitive è accompagnata da una passione genuina nel creare comunità positive intorno al gaming.",
|
||||
tag: "Gamer",
|
||||
category: "gamers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149005180.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149005180.jpg?_wi=3",
|
||||
imageAlt: "Alex profile photo",
|
||||
};
|
||||
}
|
||||
@@ -146,21 +146,21 @@ export default function ProfileDetailPage({ params }: { params: { slug: string }
|
||||
id: "profile-1",
|
||||
name: "Marco - Il Vagabondo Digitale",
|
||||
price: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-man-wearing-sunglasses-climbing-mountains-looking-away-holding-blue-backpack_197531-4395.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adorable-man-wearing-sunglasses-climbing-mountains-looking-away-holding-blue-backpack_197531-4395.jpg?_wi=4",
|
||||
imageAlt: "Marco profile photo",
|
||||
},
|
||||
{
|
||||
id: "profile-2",
|
||||
name: "Luna - Artista Visiva",
|
||||
price: "Creative",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-trendy-hairstyle_23-2149406003.jpg?_wi=4",
|
||||
imageAlt: "Luna profile photo",
|
||||
},
|
||||
{
|
||||
id: "profile-3",
|
||||
name: "Alex - Gamer Professionista",
|
||||
price: "Gamer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149005180.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-playing-videogame_23-2149005180.jpg?_wi=4",
|
||||
imageAlt: "Alex profile photo",
|
||||
},
|
||||
]}
|
||||
@@ -173,7 +173,7 @@ export default function ProfileDetailPage({ params }: { params: { slug: string }
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-people-using-smartphones_53876-20881.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-people-using-smartphones_53876-20881.jpg?_wi=4"
|
||||
imageAlt="community people diverse global connection"
|
||||
logoText="Nexroit"
|
||||
copyrightText="© 2025 Nexroit | Enciclopedia dei Sogni Umani"
|
||||
|
||||
Reference in New Issue
Block a user