Update src/app/page.tsx

This commit is contained in:
2026-03-21 19:07:44 +00:00
parent 7fe179e6e3
commit 4c1692227b

View File

@@ -57,22 +57,22 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/best-online-education-flat-infographic-poster_1284-9979.jpg", imageAlt: "Beginner investor learning stocks"
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-vector/best-online-education-flat-infographic-poster_1284-9979.jpg?_wi=1", imageAlt: "Beginner investor learning stocks"
},
{
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/adkar-design-infographic-template_23-2148593715.jpg", imageAlt: "Stock market basics explanation"
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-vector/adkar-design-infographic-template_23-2148593715.jpg?_wi=1", imageAlt: "Stock market basics explanation"
},
{
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-lady-grey-blazer-office-with-computer-pointing-work-statistics_140725-165342.jpg", imageAlt: "Investment portfolio strategy"
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-lady-grey-blazer-office-with-computer-pointing-work-statistics_140725-165342.jpg?_wi=1", imageAlt: "Investment portfolio strategy"
},
{
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/marketing-timeline-infographic-charts-template_52683-23320.jpg", imageAlt: "Learning path progression"
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/marketing-timeline-infographic-charts-template_52683-23320.jpg?_wi=1", imageAlt: "Learning path progression"
},
{
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Successful investor"
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=1", imageAlt: "Successful investor"
},
{
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-using-digital-tablet_1170-722.jpg", imageAlt: "Professional investor success"
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-using-digital-tablet_1170-722.jpg?_wi=1", imageAlt: "Professional investor success"
}
]}
autoPlay={true}
@@ -143,13 +143,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "buy-hold", name: "Buy & Hold", price: "Long-term Growth", imageSrc: "http://img.b2bpic.net/free-vector/adkar-design-infographic-template_23-2148593715.jpg", imageAlt: "Buy and hold strategy"
id: "buy-hold", name: "Buy & Hold", price: "Long-term Growth", imageSrc: "http://img.b2bpic.net/free-vector/adkar-design-infographic-template_23-2148593715.jpg?_wi=2", imageAlt: "Buy and hold strategy"
},
{
id: "diversification", name: "Diversification", price: "Risk Management", imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-lady-grey-blazer-office-with-computer-pointing-work-statistics_140725-165342.jpg", imageAlt: "Portfolio diversification"
id: "diversification", name: "Diversification", price: "Risk Management", imageSrc: "http://img.b2bpic.net/free-photo/marketing-business-lady-grey-blazer-office-with-computer-pointing-work-statistics_140725-165342.jpg?_wi=2", imageAlt: "Portfolio diversification"
},
{
id: "dollar-cost", name: "Dollar Cost Averaging", price: "Consistent Investing", imageSrc: "http://img.b2bpic.net/free-vector/marketing-timeline-infographic-charts-template_52683-23320.jpg", imageAlt: "Dollar cost averaging method"
id: "dollar-cost", name: "Dollar Cost Averaging", price: "Consistent Investing", imageSrc: "http://img.b2bpic.net/free-vector/marketing-timeline-infographic-charts-template_52683-23320.jpg?_wi=2", imageAlt: "Dollar cost averaging method"
}
]}
/>
@@ -190,11 +190,11 @@ export default function LandingPage() {
testimonials={[
{
id: "testimonial-1", name: "Sarah Chen", role: "First-time Investor", company: "Tech Industry", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", imageAlt: "Sarah Chen testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=2", imageAlt: "Sarah Chen testimonial"
},
{
id: "testimonial-2", name: "Michelle Rodriguez", role: "Young Professional", company: "Finance Sector", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-using-digital-tablet_1170-722.jpg", imageAlt: "Michelle Rodriguez testimonial"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-using-digital-tablet_1170-722.jpg?_wi=2", imageAlt: "Michelle Rodriguez testimonial"
},
{
id: "testimonial-3", name: "James Williams", role: "Career Starter", company: "Tech Startup", rating: 5,
@@ -251,7 +251,7 @@ export default function LandingPage() {
title="Ready to Start Investing?"
description="Get personalized guidance to begin your stock investment journey. Our advisors are here to answer your questions."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/best-online-education-flat-infographic-poster_1284-9979.jpg"
imageSrc="http://img.b2bpic.net/free-vector/best-online-education-flat-infographic-poster_1284-9979.jpg?_wi=2"
imageAlt="Start investing today"
mediaAnimation="slide-up"
mediaPosition="right"