Re-factor app/routes/*.tsx
Pages and Website Navigation
#27
Labels
breaking
Indicates a breaking chance that affects existing code
enhancement
New feature or request
feature
New feature requests
help wanted
Extra attention is needed
refactor
Code refactoring and cleanup
Update/enhance
app/routes/
to more appropriate structure and fix website's corresponding navigation and pages:Home (Index)
_index.tsx
: Home PageContact
contact.tsx
: Contact Page and FormAbout
about.tsx
: About Page (Index)about.villard.tsx
: About Page - Villard Profile/Bioabout.office.tsx
: Office/Location PagePractice Areas
practice-areas.tsx
: Practice Areas (Index)practice-areas.medical-malpractice.tsx
: Medical Malpractice Practice Areapractice-areas.general-counsel.tsx
: General Council Practice Areapractice-areas.criminal-defense.tsx
: Criminal Defense Practice Areapractice-areas.nursing-home-abuse.tsx
: Nursing Home Abuse Practice Areapractice-areas.serious-injury.tsx
: Serious Injury Practice Areapractice-areas.other.tsx
: "Other" practice areasLegal
disclaimer.tsx
: Disclaimerprivacy-policy.tsx
: Privacy Policyterms.tsx
: Terms of Servicecookie-consent.tsx
: Cookie ConsentUtility/API
$.tsx
: (catch-all route - optional)healthcheck.tsx
: Healthcheck (for GCP Cloudrun Healthcheck and Uptime Monitoring)Sitemap, Robots.txt, RSS Feed, etc.
[sitemap.xml].tsx
: Sitemap.xmlsitemap.tsx
: (HTML) Sitemap[rss.xml].tsx
: RSS Feed[robots.txt].tsx
: Robots.txt (if needs to be dynamic - otherwise can usepublic/
)The text was updated successfully, but these errors were encountered: