Update src/app/page.tsx

This commit is contained in:
2026-06-10 16:11:42 +00:00
parent 872122ea4b
commit 906c80908e

View File

@@ -78,17 +78,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "carousel-item-1",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg?_wi=1",
imageAlt: "Futuristic server room",
},
{
id: "carousel-item-2",
imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg?_wi=1",
imageAlt: "Global data network",
},
{
id: "carousel-item-3",
imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg?_wi=1",
imageAlt: "IT professionals collaborating",
},
{
@@ -165,7 +165,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/data-center-with-server-racks-corridor-room-3d-render-digital-data-cloud-technology_482257-27722.jpg?_wi=2",
imageAlt: "cloud data storage abstract",
},
{
@@ -190,7 +190,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/city-architecture-landscape-digital-art_23-2151065641.jpg?_wi=2",
imageAlt: "cloud data storage abstract",
},
{
@@ -215,7 +215,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/executive-manager-analyzing-marketing-statistics-working-late-night-project-strategy-startup-office-businessman-planning-business-investment-help-increase-company-profit_482257-63809.jpg?_wi=2",
imageAlt: "cloud data storage abstract",
},
]}