From e7f99b9e38cbbd1884b87ab4de473d4cdb8a253b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:17:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e3f8c95..7aed8ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function HomePage() { { text: "Book Free Consultation", href: "/contact" }, ]} buttonAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg" + imageSrc="http://img.b2bpic.net/free-photo/agent-office-using-software-laptop-build-emergency-fund-plan-family_482257-112015.jpg?_wi=1" imageAlt="Financial planning and wealth growth illustration" mediaAnimation="slide-up" imagePosition="right" @@ -103,21 +103,21 @@ export default function HomePage() { handle: "Business Owner", testimonial: "EVERGROW WEALTH transformed my financial portfolio. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", }, { name: "Priya Sharma", handle: "IT Professional", testimonial: "Professional advice and transparent guidance. Best decision for my family's future.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", }, { name: "Amit Kumar", handle: "Entrepreneur", testimonial: "Expert insights into real estate and equity investments. Preeti's team is outstanding.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", }, ]} testimonialRotationInterval={5000} @@ -158,7 +158,7 @@ export default function HomePage() { icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg?_wi=1" imageAlt="Preeti Goyal, Founder of EVERGROW WEALTH" mediaAnimation="slide-up" imagePosition="right" @@ -184,21 +184,21 @@ export default function HomePage() { id: 1, title: "Mutual Funds", description: "Expert guidance on mutual fund selection, diversification, and portfolio optimization to maximize your returns and minimize risk.", - imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=1", imageAlt: "Mutual funds investment portfolio", }, { id: 2, title: "Equity Investments", description: "Personalized equity investment strategies backed by thorough market analysis and research to build wealth through stock market opportunities.", - imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/invest-investment-financial-income-profit-costs-concept_53876-134068.jpg?_wi=2", imageAlt: "Equity investment market analysis", }, { id: 3, title: "Insurance Planning", description: "Comprehensive life and general insurance solutions to protect your family's future and secure your financial legacy.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-daughter-embracing-kissing-her-working-parents-home_637285-12186.jpg?_wi=1", imageAlt: "Life and general insurance planning", }, { @@ -246,25 +246,25 @@ export default function HomePage() { { id: "1", name: "Rajesh Patel", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Rajesh Patel", }, { id: "2", name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Priya Sharma", }, { id: "3", name: "Amit Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4", imageAlt: "Amit Kumar", }, { id: "4", name: "Neha Gupta", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=1", imageAlt: "Neha Gupta", }, ]} @@ -322,7 +322,7 @@ export default function HomePage() { handle: "100% Privacy Protected", testimonial: "Your financial information is safeguarded with the highest security standards.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg?_wi=2", }, ]} useInvertedBackground={false}