diff --git a/src/app/page.tsx b/src/app/page.tsx index e2e2e2e..ab1d415 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Learn More", href: "#about" }, ]} background={{ variant: "noiseDiagonalGradient" }} - imageSrc="http://img.b2bpic.net/free-vector/banking-app-interface_23-2148612400.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/banking-app-interface_23-2148612400.jpg" imageAlt="Financial dashboard interface" mediaAnimation="slide-up" frameStyle="browser" @@ -84,22 +84,28 @@ export default function LandingPage() { features={[ { icon: TrendingUp, - title: "Portfolio Management", description: "Strategic investment portfolio construction and management tailored to your risk profile and goals."}, + title: "Portfolio Management", description: "Strategic investment portfolio construction and management tailored to your risk profile and goals." + }, { icon: Lock, - title: "Risk Management", description: "Comprehensive risk assessment and mitigation strategies to protect your investments."}, + title: "Risk Management", description: "Comprehensive risk assessment and mitigation strategies to protect your investments." + }, { icon: Headphones, - title: "Expert Support", description: "Dedicated financial advisors available to guide you through every step of your investment journey."}, + title: "Expert Support", description: "Dedicated financial advisors available to guide you through every step of your investment journey." + }, { icon: Zap, - title: "Market Analysis", description: "Real-time market insights and research to keep you informed and ahead of market trends."}, + title: "Market Analysis", description: "Real-time market insights and research to keep you informed and ahead of market trends." + }, { icon: Award, - title: "Proven Track Record", description: "Over 10 years of delivering consistent returns and building long-term client relationships."}, + title: "Proven Track Record", description: "Over 10 years of delivering consistent returns and building long-term client relationships." + }, { icon: Target, - title: "Goal Planning", description: "Personalized financial planning to align your investments with your life goals."}, + title: "Goal Planning", description: "Personalized financial planning to align your investments with your life goals." + }, ]} animationType="slide-up" textboxLayout="default" @@ -129,13 +135,17 @@ export default function LandingPage() {