Update src/app/page.tsx

This commit is contained in:
2026-05-04 21:40:25 +00:00
parent 5d36f37b6d
commit e602a3a962

View File

@@ -69,7 +69,7 @@ export default function LandingPage() {
href: "#features", href: "#features",
}, },
]} ]}
imageSrc="http://img.b2bpic.net/free-vector/futuristic-digital-user-interface-dashboard_53876-115874.jpg" imageSrc="http://img.b2bpic.net/free-vector/futuristic-digital-user-interface-dashboard_53876-115874.jpg?_wi=1"
imageAlt="Sulaiman Trading Platform Interface" imageAlt="Sulaiman Trading Platform Interface"
/> />
</div> </div>
@@ -95,7 +95,7 @@ export default function LandingPage() {
{ {
title: "Ultra-Fast Execution", title: "Ultra-Fast Execution",
description: "Execute trades in milliseconds with our low-latency infrastructure.", description: "Execute trades in milliseconds with our low-latency infrastructure.",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-small-fiber-optic-lights_23-2148241394.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-small-fiber-optic-lights_23-2148241394.jpg?_wi=1",
imageAlt: "Execution speed icon", imageAlt: "Execution speed icon",
}, },
{ {
@@ -200,7 +200,7 @@ export default function LandingPage() {
button: { button: {
text: "Choose Pro", text: "Choose Pro",
}, },
imageSrc: "http://img.b2bpic.net/free-vector/futuristic-digital-user-interface-dashboard_53876-115874.jpg", imageSrc: "http://img.b2bpic.net/free-vector/futuristic-digital-user-interface-dashboard_53876-115874.jpg?_wi=2",
imageAlt: "professional trading station analytics", imageAlt: "professional trading station analytics",
}, },
{ {
@@ -216,7 +216,7 @@ export default function LandingPage() {
button: { button: {
text: "Choose Enterprise", text: "Choose Enterprise",
}, },
imageSrc: "http://img.b2bpic.net/free-photo/blurred-small-fiber-optic-lights_23-2148241394.jpg", imageSrc: "http://img.b2bpic.net/free-photo/blurred-small-fiber-optic-lights_23-2148241394.jpg?_wi=2",
imageAlt: "professional trading station analytics", imageAlt: "professional trading station analytics",
}, },
]} ]}