6 Commits

Author SHA1 Message Date
a300fedd5a Merge version_2 into main
Merge version_2 into main
2026-06-09 16:45:47 +00:00
42e2359ca6 Update src/app/page.tsx 2026-06-09 16:45:43 +00:00
3a9052b6d3 Merge version_2 into main
Merge version_2 into main
2026-06-09 16:44:58 +00:00
70c32c4e7c Update src/app/page.tsx 2026-06-09 16:44:52 +00:00
8d8ab02eae Merge version_1 into main
Merge version_1 into main
2026-06-09 16:42:51 +00:00
43d63ab850 Merge version_1 into main
Merge version_1 into main
2026-06-09 16:42:05 +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}
@@ -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>
);
}
}