Migrated image assets from bundled src/assets to public directory for optimized static serving. Simplified Button component by converting nested button>anchor structure to single anchor element, eliminating unnecessary DOM depth. Implemented scroll-based navigation with section IDs across pages. Added interactive hover states and transitions to navigation and action elements. Updated content configuration to reflect new section structure and navigation paths.
- Apply consistent text sizing (text-lg, text-xl) across section components
- Standardize color references by replacing hardcoded values with CSS custom properties (tertiary)
- Add responsive sizing improvements (w-3/4 container width, md:text-xl headings)
- Enhance grid and layout properties (min-h-100, self-end alignment)
- Add font-weight emphasis to key text elements in index page
- Introduces new AuthoritySection displaying Dr. José Benjamín Pérez Matos profile
- Adds new image asset DRJBP-1.webp for authority section
- Simplifies IdentitySection by extracting authority content to separate section
Created news content collection
Added 4 news articles in /data/news
Added news detail stub
Added content configuration as well as astro icon and unpic for image handling.