3 Commits

Author SHA1 Message Date
dee92ab744 Update src/app/page.tsx 2026-04-25 21:46:59 +00:00
451099671d Merge version_13 into main
Merge version_13 into main
2026-04-25 21:36:12 +00:00
5089c53459 Merge version_13 into main
Merge version_13 into main
2026-04-25 21:35:36 +00:00

View File

@@ -46,8 +46,6 @@ export default function LandingPage() {
logoText="Monarca Tax Professional"
description="Expert tax services tailored for your growth and peace of mind."
buttons={[{ text: "Book Consultation", href: "#contact" }]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149642532-lmfpa7jd.jpg?_wi=1"
imageAlt="Professional Tax Consulting"
/>
</div>
@@ -68,13 +66,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "Individual Tax", description: "Seamless filing for personal taxes.", tag: "Expertise", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057517-royzxrd7.jpg"
id: "1", title: "Individual Tax", description: "Seamless filing for personal taxes.", tag: "Expertise"
},
{
id: "2", title: "Corporate Audit", description: "Professional support through audits.", tag: "Security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057518-lph60jnw.jpg"
id: "2", title: "Corporate Audit", description: "Professional support through audits.", tag: "Security"
},
{
id: "3", title: "Financial Strategy", description: "Strategic planning for future growth.", tag: "Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777152057518-uvzoj6s4.jpg"
id: "3", title: "Financial Strategy", description: "Strategic planning for future growth.", tag: "Growth"
}
]}
title="Comprehensive Tax Solutions"
@@ -87,7 +85,6 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="inline-image"
useInvertedBackground={false}
titleSegments={[{ type: 'text', content: 'Simple Pricing ' }, { type: 'image', src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-717eojt3.jpg', alt: 'Pricing Icon' }]}
plans={[
{
id: "basic", badge: "Entry", price: "$150", name: "Basic", features: ["Federal Filing", "Basic Review"],
@@ -109,9 +106,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
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-1777152057518-w33tdpi7.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-1777152057518-y7j1bjiu.jpg" },
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777149416786-1l0bfjxh.jpg?_wi=2" }
{ id: "1", name: "Alex R.", handle: "@alex_business", testimonial: "Monarca changed how we approach our taxes." },
{ id: "2", name: "Maria S.", handle: "@maria_s", testimonial: "Exceptionally professional and quick." },
{ id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had." }
]}
title="Client Success"
description="What our clients say about Monarca."
@@ -161,4 +158,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}