Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 14:34:56 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -89,32 +89,32 @@ export default function HomePage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg?_wi=1",
imageAlt: "Professional tax preparation workspace",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg?_wi=2",
imageAlt: "Financial records organization",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg?_wi=3",
imageAlt: "Tax professional at desk",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg?_wi=4",
imageAlt: "Accounting documents and files",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg?_wi=5",
imageAlt: "Business accounting workspace",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/colorful-project-schedule-template-with-flat-design_23-2147938592.jpg?_wi=6",
imageAlt: "Financial planning session",
},
]}
@@ -138,14 +138,14 @@ export default function HomePage() {
id: 1,
title: "Tax Preparation",
description: "Expert preparation of individual and business tax returns with attention to detail and current tax law compliance.",
imageSrc: "http://img.b2bpic.net/free-vector/tax-payment-concept_24908-56223.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/tax-payment-concept_24908-56223.jpg?_wi=1",
imageAlt: "Tax preparation service",
},
{
id: 2,
title: "Bookkeeping Services",
description: "Complete bookkeeping management including transaction recording, account reconciliation, and financial report generation.",
imageSrc: "http://img.b2bpic.net/free-photo/books-are-placed-stack-books-table_1150-24935.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/books-are-placed-stack-books-table_1150-24935.jpg?_wi=1",
imageAlt: "Bookkeeping service",
},
{
@@ -159,7 +159,7 @@ export default function HomePage() {
id: 4,
title: "Financial Record Organization",
description: "Professional cleanup and organization of financial records, fixing issues from previous tax preparers and establishing proper accounting systems.",
imageSrc: "http://img.b2bpic.net/free-vector/business-set-workplace-icons_98292-4615.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-set-workplace-icons_98292-4615.jpg?_wi=1",
imageAlt: "Record organization service",
},
]}

View File

@@ -79,7 +79,7 @@ export default function ServicesPage() {
id: 1,
title: "Individual Tax Preparation",
description: "Comprehensive tax return preparation for individuals, including W-2, 1099, rental income, and investment income. We ensure you receive all applicable deductions and credits to minimize your tax liability.",
imageSrc: "http://img.b2bpic.net/free-vector/tax-payment-concept_24908-56223.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/tax-payment-concept_24908-56223.jpg?_wi=2",
imageAlt: "Individual tax preparation",
},
{
@@ -93,14 +93,14 @@ export default function ServicesPage() {
id: 3,
title: "Ongoing Bookkeeping",
description: "Monthly bookkeeping services that keep your financial records accurate and current. From transaction entry to reconciliation and reporting, we maintain the complete picture of your financial health.",
imageSrc: "http://img.b2bpic.net/free-photo/books-are-placed-stack-books-table_1150-24935.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/books-are-placed-stack-books-table_1150-24935.jpg?_wi=2",
imageAlt: "Bookkeeping services",
},
{
id: 4,
title: "Financial Record Recovery",
description: "Did another tax preparer leave your records in disarray? We specialize in organizing, correcting, and restoring financial records to proper standards, ensuring accuracy for future filings.",
imageSrc: "http://img.b2bpic.net/free-vector/business-set-workplace-icons_98292-4615.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/business-set-workplace-icons_98292-4615.jpg?_wi=2",
imageAlt: "Financial record organization",
},
]}