From 35ce95f15b15bb4482a8c691d5c0952e048521a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:15:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d419ef..a0f9254 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-tablet-pc_1262-1044.jpg", imageAlt: "professional financial advisor business portrait"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-freelancer-video-conferencing-home_23-2148694488.jpg", imageAlt: "fund performance comparison bar chart dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-freelancer-video-conferencing-home_23-2148694488.jpg?_wi=1", imageAlt: "fund performance comparison bar chart dashboard"}, ]} buttons={[ { @@ -95,10 +95,10 @@ export default function HomePage() { features={[ { id: "equity", title: "Equity Funds - High Growth Potential", tags: ["Growth Strategy", "Long-term"], - imageSrc: "http://img.b2bpic.net/free-vector/investment-flat-color-infographic_1284-7025.jpg", imageAlt: "equity mutual fund growth chart green upward"}, + imageSrc: "http://img.b2bpic.net/free-vector/investment-flat-color-infographic_1284-7025.jpg?_wi=1", imageAlt: "equity mutual fund growth chart green upward"}, { id: "debt", title: "Debt Funds - Stable Income", tags: ["Income Focus", "Lower Risk"], - imageSrc: "http://img.b2bpic.net/free-photo/payment-received-taxation-tax-time-concept_53876-123793.jpg", imageAlt: "debt fund bonds investment portfolio chart"}, + imageSrc: "http://img.b2bpic.net/free-photo/payment-received-taxation-tax-time-concept_53876-123793.jpg?_wi=1", imageAlt: "debt fund bonds investment portfolio chart"}, { id: "hybrid", title: "Hybrid Funds - Balanced Approach", tags: ["Diversified", "Moderate Risk"], imageSrc: "http://img.b2bpic.net/free-photo/still-life-illustrating-ethics-concept_23-2149412259.jpg", imageAlt: "balanced fund portfolio equity debt mix"}, @@ -168,11 +168,11 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "sip-investment", name: "SIP Investment Option", price: "Min ₹500/month", imageSrc: "http://img.b2bpic.net/free-vector/investment-flat-color-infographic_1284-7025.jpg", imageAlt: "SIP investment"}, + id: "sip-investment", name: "SIP Investment Option", price: "Min ₹500/month", imageSrc: "http://img.b2bpic.net/free-vector/investment-flat-color-infographic_1284-7025.jpg?_wi=2", imageAlt: "SIP investment"}, { - id: "lump-sum", name: "Lump Sum Investment", price: "Min ₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/payment-received-taxation-tax-time-concept_53876-123793.jpg", imageAlt: "Lump sum investment"}, + id: "lump-sum", name: "Lump Sum Investment", price: "Min ₹10,000", imageSrc: "http://img.b2bpic.net/free-photo/payment-received-taxation-tax-time-concept_53876-123793.jpg?_wi=2", imageAlt: "Lump sum investment"}, { - id: "kyc-process", name: "KYC Verification Required", price: "5-10 minutes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-freelancer-video-conferencing-home_23-2148694488.jpg", imageAlt: "KYC process"}, + id: "kyc-process", name: "KYC Verification Required", price: "5-10 minutes", imageSrc: "http://img.b2bpic.net/free-photo/close-up-freelancer-video-conferencing-home_23-2148694488.jpg?_wi=2", imageAlt: "KYC process"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1