Update src/app/page.tsx

This commit is contained in:
2026-05-04 00:05:58 +00:00
parent d10607bbe5
commit 5eba27ae58

View File

@@ -72,11 +72,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-51519.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-51519.jpg?_wi=1",
imageAlt: "Code Interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg?_wi=1",
imageAlt: "Data Connection",
},
{
@@ -225,14 +225,14 @@ export default function LandingPage() {
id: "t2",
name: "Jordan Key",
role: "Senior Dev",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-51519.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-51519.jpg?_wi=2",
imageAlt: "Computer and keyboard on a wooden table at night top view",
},
{
id: "t3",
name: "Sam Taylor",
role: "Cloud Ops",
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg?_wi=2",
imageAlt: "Computer and keyboard on a wooden table at night top view",
},
]}