Merge version_1 into main #2
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Portfolio Manager Alpha", imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Portfolio Manager Alpha"
|
||||
id: "1", name: "Portfolio Manager Alpha", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Portfolio Manager Alpha"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Institutional Trader Beta", imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Institutional Trader Beta"
|
||||
id: "2", name: "Institutional Trader Beta", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Institutional Trader Beta"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Asset Manager Gamma", imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Asset Manager Gamma"
|
||||
id: "3", name: "Asset Manager Gamma", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Asset Manager Gamma"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Risk Analyst Delta", imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Risk Analyst Delta"
|
||||
id: "4", name: "Risk Analyst Delta", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Risk Analyst Delta"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Trading Director Epsilon", imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Trading Director Epsilon"
|
||||
id: "5", name: "Trading Director Epsilon", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Trading Director Epsilon"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 5,000 professional traders trust our Bloomberg-lite dashboard for daily portfolio management and market analysis"
|
||||
@@ -204,7 +205,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=10"
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageAlt="Contact section illustration"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user