Update src/app/page.tsx

This commit is contained in:
2026-05-08 15:22:21 +00:00
parent 91eab186bd
commit f26868d786

View File

@@ -68,11 +68,11 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg?_wi=1",
imageAlt: "modern saas dashboard digital interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg?_wi=1",
imageAlt: "abstract data visualization network lines",
},
{
@@ -113,7 +113,7 @@ export default function LandingPage() {
description: "Always stay competitive while maximizing your profit margins.",
bentoComponent: "reveal-icon",
icon: TrendingUp,
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-room-with-red-light_250224-287.jpg?_wi=2",
imageAlt: "rocket icon line art",
},
{
@@ -121,7 +121,7 @@ export default function LandingPage() {
description: "Get deep market insights into your sales performance and trends.",
bentoComponent: "reveal-icon",
icon: LineChart,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-futuristic-office_23-2151003753.jpg?_wi=2",
imageAlt: "rocket icon line art",
},
]}