From 0e6eca974b31df256b5ae47c35b7d6aa178e56b3 Mon Sep 17 00:00:00 2001 From: knuthtimo-lab Date: Tue, 26 Aug 2025 11:29:56 +0200 Subject: [PATCH] Add complete project files and configuration --- .editorconfig | 0 .eslintrc.cjs | 0 .gitattributes | 0 .github/workflows/ci.yml | 0 .gitignore | 0 .husky/pre-commit | 0 .prettierignore | 0 .prettierrc | 0 Dockerfile | 0 README.md | 0 app/about/page.tsx | 0 app/api/contact/route.ts | 0 app/contact/page.tsx | 0 app/globals.css | 0 app/layout.tsx | 0 app/legal/privacy/page.tsx | 0 app/legal/terms/page.tsx | 0 app/page.tsx | 0 app/resources/page.tsx | 0 app/reviews/page.tsx | 0 app/services/advisory/page.tsx | 0 app/services/estate-tax-planning/page.tsx | 0 app/services/federal-income-tax/page.tsx | 0 app/services/financial-planning/page.tsx | 0 app/services/page.tsx | 0 app/services/public-accounting/page.tsx | 0 app/tax-planning/page.tsx | 0 components/ServiceSection.tsx | 0 components/breadcrumbs.tsx | 0 components/contact-form.tsx | 0 components/cta-section.tsx | 0 components/hero.tsx | 0 components/process-steps.tsx | 0 components/secure-upload.tsx | 0 components/service-card.tsx | 0 components/site-footer.tsx | 0 components/site-header.tsx | 0 components/testimonial.tsx | 0 components/trust-panel.tsx | 0 components/ui/badge.tsx | 0 components/ui/button.tsx | 0 components/ui/card.tsx | 0 components/ui/input.tsx | 0 components/ui/textarea.tsx | 0 content/image-prompts.md | 0 data/services.ts | 0 data/testimonials.json | 0 docker-compose.yml | 0 env.example | 0 lib/i18n.ts | 0 lib/utils.ts | 0 lib/validations.ts | 0 next-sitemap.config.js | 0 next.config.mjs | 0 package.json | 0 postcss.config.js | 0 public/favicon.ico | Bin public/images/about-office.jpg | Bin public/images/about-partners.jpg | Bin public/images/contact-office.jpg | Bin public/images/home-hero.jpg | Bin public/images/service-advisory.jpg | Bin public/images/service-estate-tax.jpg | Bin public/images/service-financial-planning.jpg | Bin public/images/service-income-tax.jpg | Bin public/images/service-tax-planning.jpg | Bin public/robots.txt | 0 tailwind.config.ts | 0 tsconfig.json | 0 69 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 .editorconfig mode change 100755 => 100644 .eslintrc.cjs mode change 100755 => 100644 .gitattributes mode change 100755 => 100644 .github/workflows/ci.yml mode change 100755 => 100644 .gitignore mode change 100755 => 100644 .husky/pre-commit mode change 100755 => 100644 .prettierignore mode change 100755 => 100644 .prettierrc mode change 100755 => 100644 Dockerfile mode change 100755 => 100644 README.md mode change 100755 => 100644 app/about/page.tsx mode change 100755 => 100644 app/api/contact/route.ts mode change 100755 => 100644 app/contact/page.tsx mode change 100755 => 100644 app/globals.css mode change 100755 => 100644 app/layout.tsx mode change 100755 => 100644 app/legal/privacy/page.tsx mode change 100755 => 100644 app/legal/terms/page.tsx mode change 100755 => 100644 app/page.tsx mode change 100755 => 100644 app/resources/page.tsx mode change 100755 => 100644 app/reviews/page.tsx mode change 100755 => 100644 app/services/advisory/page.tsx mode change 100755 => 100644 app/services/estate-tax-planning/page.tsx mode change 100755 => 100644 app/services/federal-income-tax/page.tsx mode change 100755 => 100644 app/services/financial-planning/page.tsx mode change 100755 => 100644 app/services/page.tsx mode change 100755 => 100644 app/services/public-accounting/page.tsx mode change 100755 => 100644 app/tax-planning/page.tsx mode change 100755 => 100644 components/ServiceSection.tsx mode change 100755 => 100644 components/breadcrumbs.tsx mode change 100755 => 100644 components/contact-form.tsx mode change 100755 => 100644 components/cta-section.tsx mode change 100755 => 100644 components/hero.tsx mode change 100755 => 100644 components/process-steps.tsx mode change 100755 => 100644 components/secure-upload.tsx mode change 100755 => 100644 components/service-card.tsx mode change 100755 => 100644 components/site-footer.tsx mode change 100755 => 100644 components/site-header.tsx mode change 100755 => 100644 components/testimonial.tsx mode change 100755 => 100644 components/trust-panel.tsx mode change 100755 => 100644 components/ui/badge.tsx mode change 100755 => 100644 components/ui/button.tsx mode change 100755 => 100644 components/ui/card.tsx mode change 100755 => 100644 components/ui/input.tsx mode change 100755 => 100644 components/ui/textarea.tsx mode change 100755 => 100644 content/image-prompts.md mode change 100755 => 100644 data/services.ts mode change 100755 => 100644 data/testimonials.json mode change 100755 => 100644 docker-compose.yml mode change 100755 => 100644 env.example mode change 100755 => 100644 lib/i18n.ts mode change 100755 => 100644 lib/utils.ts mode change 100755 => 100644 lib/validations.ts mode change 100755 => 100644 next-sitemap.config.js mode change 100755 => 100644 next.config.mjs mode change 100755 => 100644 package.json mode change 100755 => 100644 postcss.config.js mode change 100755 => 100644 public/favicon.ico mode change 100755 => 100644 public/images/about-office.jpg mode change 100755 => 100644 public/images/about-partners.jpg mode change 100755 => 100644 public/images/contact-office.jpg mode change 100755 => 100644 public/images/home-hero.jpg mode change 100755 => 100644 public/images/service-advisory.jpg mode change 100755 => 100644 public/images/service-estate-tax.jpg mode change 100755 => 100644 public/images/service-financial-planning.jpg mode change 100755 => 100644 public/images/service-income-tax.jpg mode change 100755 => 100644 public/images/service-tax-planning.jpg mode change 100755 => 100644 public/robots.txt mode change 100755 => 100644 tailwind.config.ts mode change 100755 => 100644 tsconfig.json 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