From 03efd463f83c2d8c8ab403a1ccb74ebace6e0ca0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:29:01 +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 aa8e7e9..8d60761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,13 +70,13 @@ 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" -- 2.49.1