diff --git a/src/app/page.tsx b/src/app/page.tsx index 5147f45..ef62657 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "See Demo", onClick: () => {} } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-works-remotely-from-cozy-apartment-evening-reviewing-company-stock-market_482257-134074.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-works-remotely-from-cozy-apartment-evening-reviewing-company-stock-market_482257-134074.jpg?_wi=1" imageAlt="Personal finance dashboard interface" /> @@ -137,7 +137,7 @@ export default function LandingPage() { title: "Achieve Goals", description: "Set financial goals and track progress with visual milestones and actionable recommendations.", icon: Target } ]} - imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-works-remotely-from-cozy-apartment-evening-reviewing-company-stock-market_482257-134074.jpg" + imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-works-remotely-from-cozy-apartment-evening-reviewing-company-stock-market_482257-134074.jpg?_wi=2" imageAlt="How MoneyTrack works process" mediaAnimation="blur-reveal" /> @@ -157,19 +157,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Product Manager", company: "TechStart Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen" }, { id: "2", name: "Marcus Johnson", role: "Entrepreneur", company: "Creative Studios", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson" }, { id: "3", name: "Emma Rodriguez", role: "Financial Advisor", company: "Wealth Management Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez" }, { id: "4", name: "David Kumar", role: "Freelance Designer", company: "Self-Employed", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Kumar" } ]} />