Update src/app/page.tsx

This commit is contained in:
2026-04-15 13:37:04 +00:00
parent 507481ad17
commit 6490e7cc04

View File

@@ -74,17 +74,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128059.jpg?_wi=1",
imageAlt: "Modding Station",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/river-landscape-illustration-pixel-art-style_23-2151793132.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/river-landscape-illustration-pixel-art-style_23-2151793132.jpg?_wi=1",
imageAlt: "Digital Landscape",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg?_wi=1",
imageAlt: "Coding IDE",
},
{
@@ -148,7 +148,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269912.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128059.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-fantasy-scene_23-2151128059.jpg?_wi=2",
imageAlt: "game editing icon",
},
{
@@ -163,7 +163,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/executive-workspace-features-digital-dashboard-with-financial-charts_482257-123845.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/river-landscape-illustration-pixel-art-style_23-2151793132.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/river-landscape-illustration-pixel-art-style_23-2151793132.jpg?_wi=2",
imageAlt: "game editing icon",
},
{
@@ -178,7 +178,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/pc-data-center-managing-network-resources-using-node-tree-software_482257-126003.jpg",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/financial-software-ui-pc-screen-apartment-office-desk_482257-122945.jpg?_wi=2",
imageAlt: "game editing icon",
},
]}