Customizing Content
This guide explains how to customize content in the Infowebplus application.
Sanity Studio
Most content is managed through Sanity Studio:
- Access Sanity Studio (local or deployed)
- Navigate to the content type you want to edit
- Make changes
- Publish
Translation Files
Static text translations are in /messages/:
en.json- Englishes.json- Spanishro.json- Romanian
Edit these files to change static text.
Components
To customize component behavior:
- Navigate to
src/components/ - Find the component you want to modify
- Edit the component file
- Changes will appear after rebuild
Styling
Customize styles in:
src/app/globals.css- Global stylestailwind.config.ts- Tailwind configuration- Component-specific CSS modules