diff --git a/.editorconfig b/.editorconfig old mode 100755 new mode 100644 diff --git a/.eslintrc.cjs b/.eslintrc.cjs old mode 100755 new mode 100644 diff --git a/.gitattributes b/.gitattributes old mode 100755 new mode 100644 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 diff --git a/.gitignore b/.gitignore old mode 100755 new mode 100644 diff --git a/.husky/pre-commit b/.husky/pre-commit old mode 100755 new mode 100644 diff --git a/.prettierignore b/.prettierignore old mode 100755 new mode 100644 diff --git a/.prettierrc b/.prettierrc old mode 100755 new mode 100644 diff --git a/Dockerfile b/Dockerfile old mode 100755 new mode 100644 diff --git a/README.md b/README.md old mode 100755 new mode 100644 diff --git a/app/about/page.tsx b/app/about/page.tsx old mode 100755 new mode 100644 diff --git a/app/api/contact/route.ts b/app/api/contact/route.ts old mode 100755 new mode 100644 diff --git a/app/contact/page.tsx b/app/contact/page.tsx old mode 100755 new mode 100644 diff --git a/app/globals.css b/app/globals.css old mode 100755 new mode 100644 diff --git a/app/layout.tsx b/app/layout.tsx old mode 100755 new mode 100644 diff --git a/app/legal/privacy/page.tsx b/app/legal/privacy/page.tsx old mode 100755 new mode 100644 diff --git a/app/legal/terms/page.tsx b/app/legal/terms/page.tsx old mode 100755 new mode 100644 diff --git a/app/page.tsx b/app/page.tsx old mode 100755 new mode 100644 diff --git a/app/resources/page.tsx b/app/resources/page.tsx old mode 100755 new mode 100644 diff --git a/app/reviews/page.tsx b/app/reviews/page.tsx old mode 100755 new mode 100644 diff --git a/app/services/advisory/page.tsx b/app/services/advisory/page.tsx old mode 100755 new mode 100644 diff --git a/app/services/estate-tax-planning/page.tsx b/app/services/estate-tax-planning/page.tsx old mode 100755 new mode 100644 diff --git a/app/services/federal-income-tax/page.tsx b/app/services/federal-income-tax/page.tsx old mode 100755 new mode 100644 diff --git a/app/services/financial-planning/page.tsx b/app/services/financial-planning/page.tsx old mode 100755 new mode 100644 diff --git a/app/services/page.tsx b/app/services/page.tsx old mode 100755 new mode 100644 diff --git a/app/services/public-accounting/page.tsx b/app/services/public-accounting/page.tsx old mode 100755 new mode 100644 diff --git a/app/tax-planning/page.tsx b/app/tax-planning/page.tsx old mode 100755 new mode 100644 diff --git a/components/ServiceSection.tsx b/components/ServiceSection.tsx old mode 100755 new mode 100644 diff --git a/components/breadcrumbs.tsx b/components/breadcrumbs.tsx old mode 100755 new mode 100644 diff --git a/components/contact-form.tsx b/components/contact-form.tsx old mode 100755 new mode 100644 diff --git a/components/cta-section.tsx b/components/cta-section.tsx old mode 100755 new mode 100644 diff --git a/components/hero.tsx b/components/hero.tsx old mode 100755 new mode 100644 diff --git a/components/process-steps.tsx b/components/process-steps.tsx old mode 100755 new mode 100644 diff --git a/components/secure-upload.tsx b/components/secure-upload.tsx old mode 100755 new mode 100644 diff --git a/components/service-card.tsx b/components/service-card.tsx old mode 100755 new mode 100644 diff --git a/components/site-footer.tsx b/components/site-footer.tsx old mode 100755 new mode 100644 diff --git a/components/site-header.tsx b/components/site-header.tsx old mode 100755 new mode 100644 diff --git a/components/testimonial.tsx b/components/testimonial.tsx old mode 100755 new mode 100644 diff --git a/components/trust-panel.tsx b/components/trust-panel.tsx old mode 100755 new mode 100644 diff --git a/components/ui/badge.tsx b/components/ui/badge.tsx old mode 100755 new mode 100644 diff --git a/components/ui/button.tsx b/components/ui/button.tsx old mode 100755 new mode 100644 diff --git a/components/ui/card.tsx b/components/ui/card.tsx old mode 100755 new mode 100644 diff --git a/components/ui/input.tsx b/components/ui/input.tsx old mode 100755 new mode 100644 diff --git a/components/ui/textarea.tsx b/components/ui/textarea.tsx old mode 100755 new mode 100644 diff --git a/content/image-prompts.md b/content/image-prompts.md old mode 100755 new mode 100644 diff --git a/data/services.ts b/data/services.ts old mode 100755 new mode 100644 diff --git a/data/testimonials.json b/data/testimonials.json old mode 100755 new mode 100644 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100755 new mode 100644 diff --git a/env.example b/env.example old mode 100755 new mode 100644 diff --git a/lib/i18n.ts b/lib/i18n.ts old mode 100755 new mode 100644 diff --git a/lib/utils.ts b/lib/utils.ts old mode 100755 new mode 100644 diff --git a/lib/validations.ts b/lib/validations.ts old mode 100755 new mode 100644 diff --git a/next-sitemap.config.js b/next-sitemap.config.js old mode 100755 new mode 100644 diff --git a/next.config.mjs b/next.config.mjs old mode 100755 new mode 100644 diff --git a/package.json b/package.json old mode 100755 new mode 100644 diff --git a/postcss.config.js b/postcss.config.js old mode 100755 new mode 100644 diff --git a/public/favicon.ico b/public/favicon.ico old mode 100755 new mode 100644 diff --git a/public/images/about-office.jpg b/public/images/about-office.jpg old mode 100755 new mode 100644 diff --git a/public/images/about-partners.jpg b/public/images/about-partners.jpg old mode 100755 new mode 100644 diff --git a/public/images/contact-office.jpg b/public/images/contact-office.jpg old mode 100755 new mode 100644 diff --git a/public/images/home-hero.jpg b/public/images/home-hero.jpg old mode 100755 new mode 100644 diff --git a/public/images/service-advisory.jpg b/public/images/service-advisory.jpg old mode 100755 new mode 100644 diff --git a/public/images/service-estate-tax.jpg b/public/images/service-estate-tax.jpg old mode 100755 new mode 100644 diff --git a/public/images/service-financial-planning.jpg b/public/images/service-financial-planning.jpg old mode 100755 new mode 100644 diff --git a/public/images/service-income-tax.jpg b/public/images/service-income-tax.jpg old mode 100755 new mode 100644 diff --git a/public/images/service-tax-planning.jpg b/public/images/service-tax-planning.jpg old mode 100755 new mode 100644 diff --git a/public/robots.txt b/public/robots.txt old mode 100755 new mode 100644 diff --git a/tailwind.config.ts b/tailwind.config.ts old mode 100755 new mode 100644 diff --git a/tsconfig.json b/tsconfig.json old mode 100755 new mode 100644