From a9087735d4ccffef0b4a368c487358b2f8d724ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:27:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6decabd..8b3e3e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { { title: "Advanced Security", description: "Bank-level encryption and multi-factor authentication protect your account 24/7.", imageSrc: "http://img.b2bpic.net/free-photo/financial-security-password-lock-banknotes-white-background_1387-347.jpg", imageAlt: "Security protection features"}, { - title: "Portfolio Management", description: "Track and optimize your investments with real-time analytics and personalized recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/market-share-competition-strategy-perforated-paper-graph_53876-31025.jpg", imageAlt: "Portfolio management dashboard"}, + title: "Portfolio Management", description: "Track and optimize your investments with real-time analytics and personalized recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/market-share-competition-strategy-perforated-paper-graph_53876-31025.jpg?_wi=1", imageAlt: "Portfolio management dashboard"}, { title: "Expert Support", description: "Get guidance from certified financial advisors available around the clock.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-african-american-call-center-operator-working_74855-4048.jpg", imageAlt: "Financial advisor support"}, { - title: "Low Fees", description: "Transparent pricing with industry-leading low fees. No hidden charges or surprise costs.", imageSrc: "http://img.b2bpic.net/free-photo/market-share-competition-strategy-perforated-paper-graph_53876-31025.jpg", imageAlt: "Affordable pricing structure"}, + title: "Low Fees", description: "Transparent pricing with industry-leading low fees. No hidden charges or surprise costs.", imageSrc: "http://img.b2bpic.net/free-photo/market-share-competition-strategy-perforated-paper-graph_53876-31025.jpg?_wi=2", imageAlt: "Affordable pricing structure"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" -- 2.49.1