Update src/app/projects/page.tsx

This commit is contained in:
2026-03-10 15:15:17 +00:00
parent fbdab37396
commit 336df0bb86

View File

@@ -47,7 +47,7 @@ export default function ProjectsPage() {
name: "Complesso Residenziale Milano Centro",
price: "€2.5M",
variant: "100 unità abitative • 2019-2021",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-architecture_170165-2.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-building-architecture_170165-2.jpg?_wi=2",
imageAlt: "Residential complex Milan downtown"
},
{
@@ -55,7 +55,7 @@ export default function ProjectsPage() {
name: "Capannone Industriale Bergamo",
price: "€1.2M",
variant: "5.000 mq • 2020-2022",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1911.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1911.jpg?_wi=2",
imageAlt: "Industrial warehouse Bergamo"
},
{
@@ -63,7 +63,7 @@ export default function ProjectsPage() {
name: "Ristrutturazione Villa Brescia",
price: "€800K",
variant: "Restauro completo • 2021-2022",
imageSrc: "http://img.b2bpic.net/free-photo/cameron-gallery-catherine-park_1398-2848.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cameron-gallery-catherine-park_1398-2848.jpg?_wi=2",
imageAlt: "Villa restoration Brescia"
},
{
@@ -71,7 +71,7 @@ export default function ProjectsPage() {
name: "Centro Commerciale Monza",
price: "€3.1M",
variant: "8.000 mq • 2022-2024",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall_74190-4696.jpg?_wi=2",
imageAlt: "Commercial center Monza"
}
]}
@@ -96,7 +96,7 @@ export default function ProjectsPage() {
tag: "Residenziale",
avatarSrc: "http://img.b2bpic.net/free-photo/entrepreneur-imagines-positive-result-work_1163-5439.jpg",
avatarAlt: "Andrea Rossi",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-residential-building-city_23-2148798616.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-residential-building-city_23-2148798616.jpg?_wi=2",
imageAlt: "completed residential building project exterior"
},
{
@@ -108,7 +108,7 @@ export default function ProjectsPage() {
tag: "Industriale",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg",
avatarAlt: "Maria Ferretti",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1940.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1940.jpg?_wi=2",
imageAlt: "finished industrial warehouse building project"
},
{
@@ -120,7 +120,7 @@ export default function ProjectsPage() {
tag: "Ristrutturazione",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-suffering-from-schizophrenia_23-2149332551.jpg",
avatarAlt: "Giovanni Marchesi",
imageSrc: "http://img.b2bpic.net/free-photo/panorama-chateau-vartely-winery-sunset-with-green-garden_1268-15701.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/panorama-chateau-vartely-winery-sunset-with-green-garden_1268-15701.jpg?_wi=2",
imageAlt: "restored historic villa exterior completed"
},
{
@@ -132,7 +132,7 @@ export default function ProjectsPage() {
tag: "Commerciale",
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg",
avatarAlt: "Francesca Bianchi",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-model-with-shopping-bag_23-2147669857.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-model-with-shopping-bag_23-2147669857.jpg?_wi=2",
imageAlt: "completed shopping mall commercial center"
},
{
@@ -144,7 +144,7 @@ export default function ProjectsPage() {
tag: "Partnership",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-working-as-real-estate-agent_23-2151065019.jpg",
avatarAlt: "Paolo Gallo",
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205463.jpg?_wi=2",
imageAlt: "construction site teamwork partnership"
},
{
@@ -156,7 +156,7 @@ export default function ProjectsPage() {
tag: "Pubblico",
avatarSrc: "http://img.b2bpic.net/free-photo/professional-woman-stylish-suit-office-with-tablet-device_23-2150167751.jpg",
avatarAlt: "Elena Rossi",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-glimpse-into-bangkok-urban-landscape_482257-123954.jpg?_wi=2",
imageAlt: "public building community space completed"
}
]}