From 2d3cb3ac9195eedaae4e37bef63e8bf5a0b15079 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:10:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8342920..30aa6d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Start Trading", href: "#dashboard" }, { text: "Learn More", href: "#about" } ]} - imageSrc="/placeholders/placeholder1.webp?_wi=1" + imageSrc="/placeholders/placeholder1.webp" imageAlt="Trading dashboard interface" /> @@ -74,7 +74,7 @@ export default function LandingPage() { id: "4", title: "News Tab", content: "Stay informed with a live news feed featuring market insights and company updates. Filter by source or sentiment. Secondary panel displays sentiment distribution showing bullish, neutral, and bearish sentiment percentages." } ]} - imageSrc="/placeholders/placeholder1.webp?_wi=2" + imageSrc="/placeholders/placeholder1.webp" imageAlt="Dashboard feature showcase" mediaPosition="right" useInvertedBackground={false} @@ -93,10 +93,11 @@ export default function LandingPage() { { value: "8+", title: "Data Visualization Types" }, { value: "Real-time", title: "Market Updates" } ]} - imageSrc="/placeholders/placeholder1.webp?_wi=3" + imageSrc="/placeholders/placeholder1.webp" imageAlt="Trading interface screenshot" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -120,7 +121,7 @@ export default function LandingPage() { id: "4", title: "Interactive Charts", content: "Six-month performance visualization with smooth animations and interactive hover states. Zoom and pan capabilities for detailed analysis without overwhelming the interface." } ]} - imageSrc="/placeholders/placeholder1.webp?_wi=4" + imageSrc="/placeholders/placeholder1.webp" imageAlt="Key features visualization" mediaPosition="left" useInvertedBackground={false} @@ -133,19 +134,19 @@ export default function LandingPage() {