Compare commits
6 Commits
version_22
...
version_25
| Author | SHA1 | Date | |
|---|---|---|---|
| ccb21e5b56 | |||
| e9d4e40fc7 | |||
| 50a072fdbc | |||
| 53796d8f92 | |||
| 04ab994c5e | |||
| 0371b0bfd6 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
logoText="Monarca Tax Professional"
|
logoText="Monarca Tax Professional"
|
||||||
description="Maximize your returns while ensuring full compliance with our expert tax services tailored for your growth and peace of mind."
|
description="Maximize your returns while ensuring full compliance with our expert tax services tailored for your growth and peace of mind."
|
||||||
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-3c6cqiec.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777156089879-kd4ha3fs.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -66,8 +66,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: "1", title: "Income Tax", description: "Specialized income tax planning and preparation.", tag: "Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-ydo5buv9.jpg" },
|
{ id: "1", title: "Income Tax", description: "Specialized income tax planning and preparation.", tag: "Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777156089879-so8ea7dt.jpg" },
|
||||||
{ id: "2", title: "Electronic Filing", description: "Fast and secure e-filing for all tax returns.", tag: "Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-crlocw1f.jpg" },
|
{ id: "2", title: "Electronic Filing", description: "Fast and secure e-filing for all tax returns.", tag: "Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777156089880-4ryigato.jpg" },
|
||||||
{ id: "3", title: "Form W-7", description: "Assistance with ITIN applications and W-7 forms.", tag: "Services" },
|
{ id: "3", title: "Form W-7", description: "Assistance with ITIN applications and W-7 forms.", tag: "Services" },
|
||||||
{ id: "4", title: "Rapid Refund", description: "Expedited processing for faster refunds.", tag: "Services" },
|
{ id: "4", title: "Rapid Refund", description: "Expedited processing for faster refunds.", tag: "Services" },
|
||||||
{ id: "5", title: "Notary Public", description: "Professional document notarization services.", tag: "Services" },
|
{ id: "5", title: "Notary Public", description: "Professional document notarization services.", tag: "Services" },
|
||||||
@@ -91,7 +91,7 @@ export default function LandingPage() {
|
|||||||
buttons: [{ text: "Select Plan" }]
|
buttons: [{ text: "Select Plan" }]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro", badge: "Recommended", price: "$350", name: "Professional", features: ["Everything in Basic", "Income Tax Planning", "Auditing Support", "Maximize your returns with expert strategic tax planning and comprehensive financial audits that pay for themselves."],
|
id: "pro", badge: "Recommended", price: "$350", name: "Professional", features: ["Everything in Basic", "STRATEGIC TAX PLANNING", "Auditing Support", "Maximize your returns with expert strategic tax planning and comprehensive financial audits that pay for themselves."],
|
||||||
buttons: [{ text: "Select Plan" }]
|
buttons: [{ text: "Select Plan" }]
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -108,7 +108,8 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Alex R.", handle: "@alex_business", testimonial: "Monarca changed how we approach our taxes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-auj9u1fn.png" },
|
{ id: "1", name: "Alex R.", handle: "@alex_business", testimonial: "Monarca changed how we approach our taxes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-auj9u1fn.png" },
|
||||||
{ id: "2", name: "Maria S.", handle: "@maria_s", testimonial: "Exceptionally professional and quick.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-ina7js5o.jpg" },
|
{ id: "2", name: "Maria S.", handle: "@maria_s", testimonial: "Exceptionally professional and quick.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777155250341-ina7js5o.jpg" },
|
||||||
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had." }
|
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
title="Client Success"
|
title="Client Success"
|
||||||
description="What our clients say about Monarca."
|
description="What our clients say about Monarca."
|
||||||
@@ -141,6 +142,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
multiSelect={{ name: "service", label: "Select Service", options: ["Income Tax", "Electronic filing", "Form W-7", "Rapid refund", "Notary public", "Translations", "Affidavits", "Rental leases"] }}
|
multiSelect={{ name: "service", label: "Select Service", options: ["Income Tax", "Electronic filing", "Form W-7", "Rapid refund", "Notary public", "Translations", "Affidavits", "Rental leases"] }}
|
||||||
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
|
textarea={{ name: "message", placeholder: "Tell us about your needs", rows: 4 }}
|
||||||
|
buttonText="Schedule My Free Strategy Session"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user