From 9fe87dbca77d6b75be4ca00ee996d73bcb077a6a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:16:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 010ff69..b3e76b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,28 +108,28 @@ export default function LandingPage() { name: "Personal Banking", price: "Standard", variant: "Checking & Savings", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637779.jpg?_wi=1", }, { id: "s2", name: "Business Banking", price: "Advanced", variant: "Corporate Accounts", - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-1111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-1111.jpg?_wi=1", }, { id: "s3", name: "Investments", price: "Strategic", variant: "Portfolio Management", - imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg?_wi=1", }, { id: "s4", name: "Loans", price: "Flexible", variant: "Home & Personal", - imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg?_wi=1", }, ]} title="Our Financial Services" @@ -148,21 +148,21 @@ export default function LandingPage() { value: "2M+", title: "Global Customers", description: "Banking users across the globe", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637779.jpg?_wi=2", }, { id: "m2", value: "$50B", title: "Assets Managed", description: "Ensuring your wealth is safe", - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-1111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-1111.jpg?_wi=2", }, { id: "m3", value: "99.9%", title: "Uptime", description: "Always accessible banking", - imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg?_wi=2", }, ]} title="Why Choose NovaTrust" @@ -181,28 +181,28 @@ export default function LandingPage() { title: "Mobile App", description: "Manage funds 24/7 on your phone", tag: "Secure", - imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cyber-security-concept-digital-art_23-2151637779.jpg?_wi=3", }, { id: "f2", title: "24/7 Support", description: "Our experts are always available", tag: "Priority", - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-1111.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-1111.jpg?_wi=3", }, { id: "f3", title: "Zero Fees", description: "No hidden costs, period.", tag: "Transparent", - imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760976.jpg?_wi=3", }, { id: "f4", title: "Instant Transfers", description: "Send money globally in seconds", tag: "Lightning", - imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-analysis-report-folder-icon_53876-14637.jpg?_wi=2", }, ]} title="Powerful Features" -- 2.49.1