From 682879a96efae96c2dcd5940271d503e344c9fbf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:57:11 +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 89f7475..958f8ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,13 +84,13 @@ export default function HomePage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-interviewing-woman-after-doing-background-checks_482257-115673.jpg", imageAlt: "Professional accountant assisting client" + imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-interviewing-woman-after-doing-background-checks_482257-115673.jpg?_wi=1", imageAlt: "Professional accountant assisting client" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-interviewing-woman-after-doing-background-checks_482257-115673.jpg", imageAlt: "Financial consultation with client" + imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-interviewing-woman-after-doing-background-checks_482257-115673.jpg?_wi=2", imageAlt: "Financial consultation with client" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-interviewing-woman-after-doing-background-checks_482257-115673.jpg", imageAlt: "Accountant reviewing financial documents" + imageSrc: "http://img.b2bpic.net/free-photo/hr-manager-interviewing-woman-after-doing-background-checks_482257-115673.jpg?_wi=3", imageAlt: "Accountant reviewing financial documents" }, ]} buttons={[ @@ -144,10 +144,10 @@ export default function HomePage() { title: "Tax Preparation", description: "Individual and business tax returns prepared with accuracy and attention to detail.", icon: FileText, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/online-payment-element-collection_24908-60018.jpg", imageAlt: "Tax preparation service" + imageSrc: "http://img.b2bpic.net/free-vector/online-payment-element-collection_24908-60018.jpg?_wi=1", imageAlt: "Tax preparation service" }, { - imageSrc: "http://img.b2bpic.net/free-vector/online-payment-element-collection_24908-60018.jpg", imageAlt: "Tax filing documentation" + imageSrc: "http://img.b2bpic.net/free-vector/online-payment-element-collection_24908-60018.jpg?_wi=2", imageAlt: "Tax filing documentation" }, ], }, @@ -155,10 +155,10 @@ export default function HomePage() { title: "Bookkeeping", description: "Keep your financial records organized and up-to-date with professional bookkeeping.", icon: BookOpen, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/taxes-background-design_1223-92.jpg", imageAlt: "Bookkeeping services" + imageSrc: "http://img.b2bpic.net/free-vector/taxes-background-design_1223-92.jpg?_wi=1", imageAlt: "Bookkeeping services" }, { - imageSrc: "http://img.b2bpic.net/free-vector/taxes-background-design_1223-92.jpg", imageAlt: "Financial record management" + imageSrc: "http://img.b2bpic.net/free-vector/taxes-background-design_1223-92.jpg?_wi=2", imageAlt: "Financial record management" }, ], }, @@ -166,10 +166,10 @@ export default function HomePage() { title: "Small Business Accounting", description: "Streamline your business finances with complete accounting support for growth.", icon: TrendingUp, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148837233.jpg", imageAlt: "Small business accounting" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148837233.jpg?_wi=1", imageAlt: "Small business accounting" }, { - imageSrc: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148837233.jpg", imageAlt: "Business financial management" + imageSrc: "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148837233.jpg?_wi=2", imageAlt: "Business financial management" }, ], }, @@ -177,10 +177,10 @@ export default function HomePage() { title: "Tax Consulting", description: "Strategic tax advice to minimize your tax burden and maximize savings.", icon: Lightbulb, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-labels-template_23-2151167678.jpg", imageAlt: "Tax consulting service" + imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-labels-template_23-2151167678.jpg?_wi=1", imageAlt: "Tax consulting service" }, { - imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-labels-template_23-2151167678.jpg", imageAlt: "Financial planning consultation" + imageSrc: "http://img.b2bpic.net/free-vector/finances-concept-labels-template_23-2151167678.jpg?_wi=2", imageAlt: "Financial planning consultation" }, ], }, @@ -188,10 +188,10 @@ export default function HomePage() { title: "Financial Organization", description: "Get your financial documents organized and systems in place for success.", icon: Inbox, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/working-phases-designs_1212-496.jpg", imageAlt: "Financial organization" + imageSrc: "http://img.b2bpic.net/free-vector/working-phases-designs_1212-496.jpg?_wi=1", imageAlt: "Financial organization" }, { - imageSrc: "http://img.b2bpic.net/free-vector/working-phases-designs_1212-496.jpg", imageAlt: "Document organization system" + imageSrc: "http://img.b2bpic.net/free-vector/working-phases-designs_1212-496.jpg?_wi=2", imageAlt: "Document organization system" }, ], },