diff --git a/src/app/page.tsx b/src/app/page.tsx index b89e3ec..1226aea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { logoText="Monarca Tax Professional" description="Expert tax services tailored for your growth and peace of mind. Reach us at (773)263-3816." buttons={[{ text: "Book Consultation", href: "#contact" }]} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CpAX2ydgkMKC2Xolnhe7DiQwWq/uploaded-1777154769721-lfhuczpr.jpg" /> @@ -65,8 +66,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { id: "1", title: "Income Tax", description: "Specialized income tax planning and preparation.", tag: "Services" }, - { id: "2", title: "Electronic Filing", description: "Fast and secure e-filing for all tax returns.", tag: "Services" }, + { 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-1777154769721-4mi20ehx.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-1777154769721-e6927z3p.jpg" }, { 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: "5", title: "Notary Public", description: "Professional document notarization services.", tag: "Services" }, @@ -105,8 +106,8 @@ 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." }, - { id: "2", name: "Maria S.", handle: "@maria_s", testimonial: "Exceptionally professional and quick." }, + { 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-1777154769721-g9fjsai4.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-1777154769721-jesfypq2.jpg" }, { id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had." } ]} title="Client Success" diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 969dd3a..1feb7a0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5faff; - --card: #f1f8ff; - --foreground: #001122; - --primary-cta: #15479c; + --background: #4a0404; + --card: #7f1d1d; + --foreground: #fef2f2; + --primary-cta: #f87171; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #991b1b; --secondary-cta-text: #000612e6; - --accent: #a8cce8; - --background-accent: #7ba3cf; + --accent: #ef4444; + --background-accent: #5e1414; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);