From 1848a555361a83868165f7e02d74b2e4a3cff241 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 23:32:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 251 +++++++++++------------------------------------ 1 file changed, 57 insertions(+), 194 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57638b0..7289efe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,134 +30,74 @@ export default function LandingPage() {
@@ -167,7 +107,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Tax Partner in Waldorf, MD" description="At DFH Accounting Services, we help individuals, families, and small business owners take control of their taxes with confidence. Located in Waldorf, Maryland, we provide reliable tax preparation services tailored to your unique financial situation." - imageSrc="http://img.b2bpic.net/free-photo/two-architect-workers-sitting-their-cozy-workplace-surrounded-with-many-papers_273609-14168.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/two-architect-workers-sitting-their-cozy-workplace-surrounded-with-many-papers_273609-14168.jpg" /> @@ -179,29 +119,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Individual Taxes", - description: "Personalized tax preparation for individuals and families.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-messy-office-desk_52683-107202.jpg", - imageAlt: "Individual Tax", - }, + title: "Individual Taxes", description: "Personalized tax preparation for individuals and families.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-messy-office-desk_52683-107202.jpg", imageAlt: "Individual Tax"}, { - title: "Business Filing", - description: "Accurate and compliant tax filing for small business owners.", - imageSrc: "http://img.b2bpic.net/free-photo/group-employees-working-office_273609-5639.jpg", - imageAlt: "Business Tax", - }, + title: "Business Filing", description: "Accurate and compliant tax filing for small business owners.", imageSrc: "http://img.b2bpic.net/free-photo/group-employees-working-office_273609-5639.jpg", imageAlt: "Business Tax"}, { - title: "Amended Returns", - description: "Correction of past returns to ensure maximum accuracy.", - imageSrc: "http://img.b2bpic.net/free-photo/female-colleagues-sitting-workplace-together-using-computer-near-paper-diagram-business-communication-mentorship-concept_74855-11690.jpg", - imageAlt: "Amended Tax", - }, + title: "Amended Returns", description: "Correction of past returns to ensure maximum accuracy.", imageSrc: "http://img.b2bpic.net/free-photo/female-colleagues-sitting-workplace-together-using-computer-near-paper-diagram-business-communication-mentorship-concept_74855-11690.jpg", imageAlt: "Amended Tax"}, { - title: "IRS Issues", - description: "Professional guidance to resolve IRS letters and issues.", - imageSrc: "http://img.b2bpic.net/free-photo/two-focused-colleagues-watching-discussing-content-computer-monitor-holding-pen-mouse-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-12034.jpg", - imageAlt: "IRS Support", - }, + title: "IRS Issues", description: "Professional guidance to resolve IRS letters and issues.", imageSrc: "http://img.b2bpic.net/free-photo/two-focused-colleagues-watching-discussing-content-computer-monitor-holding-pen-mouse-talking-while-sitting-meeting-room-with-panoramic-window-business-communication-concept_74855-12034.jpg", imageAlt: "IRS Support"}, ]} title="Our Specialized Tax Services" description="Comprehensive accounting and tax solutions designed for your needs." @@ -210,34 +134,19 @@ export default function LandingPage() {
-- 2.49.1