I contributed to the development of the multilingual website for DTT Digital Agency, the website serves as a digital showcase of the agency’s services, case studies, team, and technical expertise, while also reflecting their approach to development and design. The project architecture is based on Astro’s static site generation capabilities, combined with Vue components for dynamic, client-side interactivity. On the styling side, the project uses SCSSwith a utility-driven approach and a responsive layout system built around mobile-first breakpoints. Layouts and components are optimized for maintainability and reusability, following clear separation of concerns between views, logic, and data models. State management is handled through Nanostores, data is fetched from Strapi CMS. The site also places strong emphasis on SEO and performance. The project is structured into clear domain-specific directories: pages for route-based content, components for Vue UI logic, models for class-based data structures, api for CMS interactions, and i18n for internationalization support. This modular design, combined with a clean development workflow and modern tooling via Vite, ensures scalability and long-term maintainability.