From 74e1855e631eac078b386f9e85ce1db9b86ab696 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 03:04:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11f3e27..dbf0141 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,9 +57,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg", imageAlt: "Professional accounting desk"}, + imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg?_wi=1", imageAlt: "Professional accounting desk"}, { - imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg", imageAlt: "Office workstation"} + imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg?_wi=2", imageAlt: "Office workstation"} ]} mediaAnimation="slide-up" rating={5} @@ -75,15 +75,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "f1", title: "Tax Preparation", description: "Expert consulting and preparation for individuals and businesses.", imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg", imageAlt: "professional accounting desk minimalist"}, + id: "f1", title: "Tax Preparation", description: "Expert consulting and preparation for individuals and businesses.", imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg?_wi=3", imageAlt: "professional accounting desk minimalist"}, { - id: "f2", title: "Bookkeeping", description: "Accurate, timely financial recording to keep your business on track.", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg", imageAlt: "ebook digital download cover design"}, + id: "f2", title: "Bookkeeping", description: "Accurate, timely financial recording to keep your business on track.", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg?_wi=1", imageAlt: "ebook digital download cover design"}, { - id: "f3", title: "Business Formation", description: "LLC, S-Corp, EIN services and comprehensive Operating Agreements.", imageSrc: "http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085925.jpg", imageAlt: "professional accountant headshot portrait"}, + id: "f3", title: "Business Formation", description: "LLC, S-Corp, EIN services and comprehensive Operating Agreements.", imageSrc: "http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085925.jpg?_wi=1", imageAlt: "professional accountant headshot portrait"}, { id: "f4", title: "Nonprofit Setup", description: "Guided 501(c)(3) application assistance for your charitable organization.", imageSrc: "http://img.b2bpic.net/free-photo/blur-hospital_74190-4934.jpg", imageAlt: "modern office building professional exterior"}, { - id: "f5", title: "Financial Consulting", description: "Strategic guidance to help you navigate financial growth.", imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg", imageAlt: "professional accounting desk minimalist"}, + id: "f5", title: "Financial Consulting", description: "Strategic guidance to help you navigate financial growth.", imageSrc: "http://img.b2bpic.net/free-photo/desk-concept-arrangement-with-notebook_23-2148604884.jpg?_wi=4", imageAlt: "professional accounting desk minimalist"}, ]} title="Our Professional Services" description="Comprehensive financial solutions designed to support your growth and compliance." @@ -98,15 +98,15 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "ebook-1", name: "Financial Success Guide", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg"}, + id: "ebook-1", name: "Financial Success Guide", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg?_wi=2"}, { - id: "ebook-2", name: "Tax Planning Toolkit", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg"}, + id: "ebook-2", name: "Tax Planning Toolkit", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg?_wi=3"}, { - id: "ebook-3", name: "Business Setup Guide", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg"}, + id: "ebook-3", name: "Business Setup Guide", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg?_wi=4"}, { - id: "ebook-4", name: "Nonprofit Growth Handbook", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg"}, + id: "ebook-4", name: "Nonprofit Growth Handbook", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg?_wi=5"}, { - id: "ebook-5", name: "Small Business Tax Masterclass", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg"}, + id: "ebook-5", name: "Small Business Tax Masterclass", price: "$12.97", imageSrc: "http://img.b2bpic.net/free-vector/annual-report-cover-template-with-image_23-2147851169.jpg?_wi=6"}, ]} title="NEW! Downloadable Ebook" description="Everything you need to know about financial management for entrepreneurs." @@ -124,7 +124,7 @@ export default function LandingPage() { title="Meet Margaret Y. King-Brewer" description="Serving clients with excellence since 2009. With a BS and Masters in Accounting & Financial Management, Margaret brings 30+ years of expertise to your doorstep." subdescription="Our firm is built on a foundation of integrity and personalized financial care." - imageSrc="http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085925.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085925.jpg?_wi=2" mediaAnimation="slide-up" icon={Award} />