The following components have been removed from the codebase as part of the refactoring process:
src/components/landing-page.tsx
- Old monolithic landing pagesrc/components/declaration-form-page1.tsx
- Obsolete declaration formsrc/components/doctor-selection-form.tsx
- Outdated doctor selection formsrc/components/landing-page/LandingPageComponent.tsx
- Unused landing page componentThe following components have been moved to better locations in the codebase:
src/GoogleAnalytics.tsx
src/components/analytics/GoogleAnalytics.tsx
All import references have been updated in:
src/app/layout.tsx
src/app/[locale]/layout.tsx
The refactoring process is now complete for the components you requested. The codebase structure is now cleaner and more organized.