diff --git a/src/app/page.tsx b/src/app/page.tsx index bdf2d12..559cd5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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() { ); -} +} \ No newline at end of file