Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-06-09 16:44:59 +00:00

View File

@@ -57,7 +57,7 @@ export default function LandingPage() {
<HeroBillboard
background={{
variant: "plain"}}
title="Expert Tax Preparation for Your Peace of Mind"
title="MCI General: Expert Tax Preparation for Your Peace of Mind"
description="At MCI General, we offer reliable, accurate, and efficient tax services tailored to your needs. Maximize your refund and minimize your stress with our trusted experts."
buttons={[
{
@@ -103,7 +103,7 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text", content: "Your Trusted Partner in Tax Preparation"},
type: "text", content: "MCI General: Your Trusted Partner in Tax Preparation"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196410.jpg", alt: "group of diverse professionals collaborating on financial tasks"},
{
@@ -147,7 +147,7 @@ export default function LandingPage() {
},
]}
showStepNumbers={true}
title="Comprehensive Tax Solutions"
title="MCI General's Comprehensive Tax Solutions"
description="From personal filings to intricate business taxes, our services are designed to ensure accuracy and compliance."
/>
</div>
@@ -180,7 +180,7 @@ export default function LandingPage() {
"Schedule C / E Filing", "Payroll Tax Reporting", "Year-round Consulting"],
},
]}
title="Transparent Pricing for Every Need"
title="MCI General: Transparent Pricing for Every Need"
description="Choose a tax preparation plan that best fits your individual or business requirements with no hidden fees."
/>
</div>
@@ -191,7 +191,7 @@ export default function LandingPage() {
useInvertedBackground={false}
names={[
"Local Homeowners", "Small Businesses", "Creative Agencies", "Healthcare Professionals", "Tech Startups", "Retailers", "Freelancers"]}
title="Trusted by Individuals & Businesses"
title="MCI General is Trusted by Individuals & Businesses"
description="We are proud to serve a diverse client base, from individuals to thriving small businesses."
speed={40}
showCard={true}
@@ -211,7 +211,7 @@ export default function LandingPage() {
{
id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/hair-finger-person-studio-necktie_1262-2839.jpg", imageAlt: "happy senior man professional headshot"},
{
id: "5", name: "Jessica M.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manager-handshaking-with-candidate-after-successful-job-interview-office_637285-6543.jpg", imageAlt: "smiling woman with glasses professional headshot"},
id: "5", name: "Jessica M.", imageSrc: "http://img.b2bpic.net/free-photo/happy-manager-handshaking-with-candidate-after-successful-job-interview-office_637285-6543.jpg", alt: "smiling woman with glasses professional headshot"},
]}
cardTitle="What Our Clients Say"
cardTag="Success Stories"
@@ -241,7 +241,7 @@ export default function LandingPage() {
imageAlt="person contemplating tax documents with question marks"
mediaAnimation="opacity"
mediaPosition="right"
title="Frequently Asked Questions"
title="MCI General: Frequently Asked Questions"
description="Find answers to common questions about our tax preparation services."
faqsAnimation="slide-up"
/>
@@ -250,7 +250,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={true}
title="Get Your Taxes Done Right"
title="MCI General: Get Your Taxes Done Right"
description="Ready for a stress-free tax season? Contact us today for a personalized quote or consultation."
inputs={[
{
@@ -314,4 +314,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}