Update src/app/page.tsx

This commit is contained in:
2026-06-10 07:43:29 +00:00
parent d89b055a64
commit 7265f67fee

View File

@@ -96,17 +96,17 @@ export default function LandingPage() {
carouselItems={[
{
id: "carousel-item-1",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg?_wi=1",
imageAlt: "Abstract financial network",
},
{
id: "carousel-item-2",
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg?_wi=1",
imageAlt: "Financial analytics dashboard",
},
{
id: "carousel-item-3",
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg?_wi=1",
imageAlt: "Secure data flow",
},
{
@@ -187,7 +187,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-as-businessman-looks-some-graphics-smartphone-screen-office-background_482257-32837.jpg?_wi=2",
imageAlt: "personalized finance app UI",
},
{
@@ -212,7 +212,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/3d-network-data-communications-background-with-low-poly-plexus-design_1048-17879.jpg?_wi=2",
imageAlt: "personalized finance app UI",
},
{
@@ -237,7 +237,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-background-gradient-blue_53876-124646.jpg?_wi=2",
imageAlt: "personalized finance app UI",
},
]}