Merge version_1 into main #2
326
src/app/page.tsx
326
src/app/page.tsx
@@ -33,34 +33,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
},
|
||||
name: "About Us", id: "about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
]}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/gradient-accounting-consultants-logo_23-2148827916.jpg"
|
||||
logoAlt="MCI General Logo"
|
||||
brandName="MCI General"
|
||||
@@ -70,70 +56,42 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="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={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-with-laptop-couch_23-2147766952.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-with-laptop-couch_23-2147766952.jpg"
|
||||
imageAlt="professional tax consultant explaining documents to client"
|
||||
mediaAnimation="opacity"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-business-woman-holding-hand-pocket_23-2148095771.jpg",
|
||||
alt: "Blond business woman holding hand in pocket",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-business-woman-holding-hand-pocket_23-2148095771.jpg", alt: "Blond business woman holding hand in pocket"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-gray-haired-businesswoman-standing-with-folded-hands-portrait-confident-young-pretty-female-office-employer-suit-posing-work-smiling-business-company-management-concept_74855-7763.jpg",
|
||||
alt: "Pretty gray-haired businesswoman standing with folded hands",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-gray-haired-businesswoman-standing-with-folded-hands-portrait-confident-young-pretty-female-office-employer-suit-posing-work-smiling-business-company-management-concept_74855-7763.jpg", alt: "Pretty gray-haired businesswoman standing with folded hands"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg",
|
||||
alt: "Positive businesswoman at work",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-businesswoman-work_1098-3861.jpg", alt: "Positive businesswoman at work"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-business-woman-holding-hand-pocket_23-2148095777.jpg",
|
||||
alt: "Blond business woman holding hand in pocket",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-business-woman-holding-hand-pocket_23-2148095777.jpg", alt: "Blond business woman holding hand in pocket"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
alt: "Closeup of Happy Middle-aged Business Leader",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Closeup of Happy Middle-aged Business Leader"},
|
||||
]}
|
||||
avatarText="Join thousands of satisfied clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo_23-2148844139.jpg",
|
||||
alt: "Gradient accounting logo",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/gradient-accounting-logo_23-2148844139.jpg", alt: "Gradient accounting logo"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tax Compliance Experts",
|
||||
},
|
||||
type: "text", text: "Tax Compliance Experts"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg",
|
||||
alt: "Bank and finance labels collection",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/bank-finance-labels-collection_23-2149720456.jpg", alt: "Bank and finance labels collection"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Financial Freedom Ahead",
|
||||
},
|
||||
type: "text", text: "Financial Freedom Ahead"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-vector/banking-business-labels-template_23-2150964123.jpg",
|
||||
alt: "Banking business labels template",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-vector/banking-business-labels-template_23-2150964123.jpg", alt: "Banking business labels template"},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
showMarqueeCard={true}
|
||||
@@ -145,28 +103,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Your Trusted Partner in Tax Preparation",
|
||||
},
|
||||
type: "text", content: "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",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
type: "text",
|
||||
content: " for a Stress-Free Tax Season",
|
||||
},
|
||||
type: "text", content: " for a Stress-Free Tax Season"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Mission",
|
||||
href: "#",
|
||||
},
|
||||
text: "Our Mission", href: "#"},
|
||||
{
|
||||
text: "Why Choose Us",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Why Choose Us", href: "#features"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -178,46 +125,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Personal Tax Filing",
|
||||
description: "Simplified and accurate tax preparation for individuals, ensuring you receive every deduction you deserve.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-glasses-phone-with-diagram-earphones_1163-2721.jpg",
|
||||
imageAlt: "smartphone screen tax app interface",
|
||||
},
|
||||
title: "Personal Tax Filing", description: "Simplified and accurate tax preparation for individuals, ensuring you receive every deduction you deserve.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-desk-with-glasses-phone-with-diagram-earphones_1163-2721.jpg", imageAlt: "smartphone screen tax app interface"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-wireless-internet-office_329181-15285.jpg",
|
||||
imageAlt: "secure document portal on tablet",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-accounting-consultants-logo_23-2148827916.jpg",
|
||||
imageAlt: "smartphone screen tax app interface",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-wireless-internet-office_329181-15285.jpg", imageAlt: "secure document portal on tablet"},
|
||||
|
||||
},
|
||||
{
|
||||
title: "Small Business Taxes",
|
||||
description: "Expert assistance for small businesses and self-employed individuals, maximizing your business deductions.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-typing-laptop_23-2150062347.jpg",
|
||||
imageAlt: "small business owner reviewing ledger on laptop",
|
||||
},
|
||||
title: "Small Business Taxes", description: "Expert assistance for small businesses and self-employed individuals, maximizing your business deductions.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-woman-typing-laptop_23-2150062347.jpg", imageAlt: "small business owner reviewing ledger on laptop"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-economist_52683-110034.jpg",
|
||||
imageAlt: "video call with a tax consultant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-laptop-couch_23-2147766952.jpg?_wi=2",
|
||||
imageAlt: "smartphone screen tax app interface",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-economist_52683-110034.jpg", imageAlt: "video call with a tax consultant"},
|
||||
|
||||
},
|
||||
{
|
||||
title: "Tax Planning & Consulting",
|
||||
description: "Proactive strategies to reduce your tax liability and optimize your financial future throughout the year.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finger-touching-screen-smartphone-desk_23-2147965624.jpg",
|
||||
imageAlt: "tax return document with pen and calculator",
|
||||
},
|
||||
title: "Tax Planning & Consulting", description: "Proactive strategies to reduce your tax liability and optimize your financial future throughout the year.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/finger-touching-screen-smartphone-desk_23-2147965624.jpg", imageAlt: "tax return document with pen and calculator"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-money-graphs-charts-workplace-office-business-concept_1150-2268.jpg",
|
||||
imageAlt: "legal documents and scales of justice",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196410.jpg",
|
||||
imageAlt: "smartphone screen tax app interface",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smartphone-money-graphs-charts-workplace-office-business-concept_1150-2268.jpg", imageAlt: "legal documents and scales of justice"},
|
||||
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -233,58 +159,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "personal-basic",
|
||||
tag: "Basic",
|
||||
tagIcon: CheckCircle,
|
||||
price: "$150",
|
||||
period: "per filing",
|
||||
description: "Ideal for simple personal tax returns.",
|
||||
button: {
|
||||
text: "Start Basic Filing",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Federal & State Return",
|
||||
"Standard Deductions",
|
||||
"Direct Deposit",
|
||||
],
|
||||
id: "personal-basic", tag: "Basic", tagIcon: CheckCircle,
|
||||
price: "$150", period: "per filing", description: "Ideal for simple personal tax returns.", button: {
|
||||
text: "Start Basic Filing", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Federal & State Return", "Standard Deductions", "Direct Deposit"],
|
||||
},
|
||||
{
|
||||
id: "personal-premium",
|
||||
tag: "Most Popular",
|
||||
tagIcon: Sparkles,
|
||||
price: "$299",
|
||||
period: "per filing",
|
||||
description: "For individuals with investments or complex deductions.",
|
||||
button: {
|
||||
text: "Go Premium",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "All Basic features, plus:",
|
||||
features: [
|
||||
"Itemized Deductions",
|
||||
"Investment Income (Schedule D)",
|
||||
"Student Loan Interest",
|
||||
],
|
||||
id: "personal-premium", tag: "Most Popular", tagIcon: Sparkles,
|
||||
price: "$299", period: "per filing", description: "For individuals with investments or complex deductions.", button: {
|
||||
text: "Go Premium", href: "#contact"},
|
||||
featuresTitle: "All Basic features, plus:", features: [
|
||||
"Itemized Deductions", "Investment Income (Schedule D)", "Student Loan Interest"],
|
||||
},
|
||||
{
|
||||
id: "business-solutions",
|
||||
tag: "Business",
|
||||
tagIcon: Briefcase,
|
||||
price: "Custom Quote",
|
||||
period: "per filing",
|
||||
description: "Tailored solutions for small businesses and self-employed.",
|
||||
button: {
|
||||
text: "Request Business Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Schedule C / E Filing",
|
||||
"Payroll Tax Reporting",
|
||||
"Year-round Consulting",
|
||||
],
|
||||
id: "business-solutions", tag: "Business", tagIcon: Briefcase,
|
||||
price: "Custom Quote", period: "per filing", description: "Tailored solutions for small businesses and self-employed.", button: {
|
||||
text: "Request Business Quote", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Schedule C / E Filing", "Payroll Tax Reporting", "Year-round Consulting"],
|
||||
},
|
||||
]}
|
||||
title="Transparent Pricing for Every Need"
|
||||
@@ -297,14 +190,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Local Homeowners",
|
||||
"Small Businesses",
|
||||
"Creative Agencies",
|
||||
"Healthcare Professionals",
|
||||
"Tech Startups",
|
||||
"Retailers",
|
||||
"Freelancers",
|
||||
]}
|
||||
"Local Homeowners", "Small Businesses", "Creative Agencies", "Healthcare Professionals", "Tech Startups", "Retailers", "Freelancers"]}
|
||||
title="Trusted by Individuals & Businesses"
|
||||
description="We are proud to serve a diverse client base, from individuals to thriving small businesses."
|
||||
speed={40}
|
||||
@@ -317,43 +203,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg",
|
||||
imageAlt: "smiling woman professional headshot",
|
||||
},
|
||||
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", imageAlt: "smiling woman professional headshot"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark T.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg",
|
||||
imageAlt: "happy man professional headshot",
|
||||
},
|
||||
id: "2", name: "Mark T.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1604.jpg", imageAlt: "happy man professional headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg",
|
||||
imageAlt: "smiling young woman headshot",
|
||||
},
|
||||
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-cup-coffee_23-2149330971.jpg", imageAlt: "smiling young woman headshot"},
|
||||
{
|
||||
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: "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", imageAlt: "smiling woman with glasses professional headshot"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Success Stories"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Reviews",
|
||||
href: "#",
|
||||
},
|
||||
text: "Read All Reviews", href: "#"},
|
||||
]}
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
@@ -365,25 +229,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What documents do I need for tax preparation?",
|
||||
content: "Generally, you will need your W-2s, 1099s (if applicable), investment statements, mortgage interest statements, and any other income or deduction related documents.",
|
||||
},
|
||||
id: "faq-1", title: "What documents do I need for tax preparation?", content: "Generally, you will need your W-2s, 1099s (if applicable), investment statements, mortgage interest statements, and any other income or deduction related documents."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "How long does the tax preparation process take?",
|
||||
content: "The duration varies depending on the complexity of your return. Simple returns can be completed quickly, while more complex cases may take longer. We aim for efficiency without compromising accuracy.",
|
||||
},
|
||||
id: "faq-2", title: "How long does the tax preparation process take?", content: "The duration varies depending on the complexity of your return. Simple returns can be completed quickly, while more complex cases may take longer. We aim for efficiency without compromising accuracy."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer tax planning services?",
|
||||
content: "Yes, we provide year-round tax planning and consulting services to help you strategically reduce your tax liability and optimize your financial position for future years.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer tax planning services?", content: "Yes, we provide year-round tax planning and consulting services to help you strategically reduce your tax liability and optimize your financial position for future years."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "What if I get audited by the IRS?",
|
||||
content: "We offer audit assistance and representation services. Our experts can help you navigate the audit process, ensuring you have the support and guidance needed.",
|
||||
},
|
||||
id: "faq-4", title: "What if I get audited by the IRS?", content: "We offer audit assistance and representation services. Our experts can help you navigate the audit process, ensuring you have the support and guidance needed."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/arrangement-coins-light-bulb_23-2148793739.jpg"
|
||||
imageAlt="person contemplating tax documents with question marks"
|
||||
@@ -402,22 +254,14 @@ export default function LandingPage() {
|
||||
description="Ready for a stress-free tax season? Contact us today for a personalized quote or consultation."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your tax needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your tax needs...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/laptop-open-writing-notebook-digital-tablet-from-view-wooden-background_482257-34848.jpg"
|
||||
@@ -436,49 +280,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user