# Enzava Website Project ## Overview A static HTML/JS website for Enzava, a supplement and personal care products company. The site uses Tailwind CSS (via CDN) and Vanilla JS. No build process is required. ## Directory Structure - public_html/ - .htaccess (Apache configuration) - index.html (Homepage) - suplementos.html (Supplements category) - cuidado-personal.html (Personal care category) - producto.html (Single product detail page) - contacto.html (Contact page) - robots.txt - sitemap.xml - js/ - layout.js (Injects header/footer) - products.js (Contains product data and schema) - Assets/ (Images and favicons) ## Key Files - [js/products.js](js/products.js): Single source of truth for all product data. - [js/layout.js](js/layout.js): Handles common header/footer injection. ## Full Context - [llms-full.txt](llms-full.txt): Concentrated file containing all project code.