2025-09-24 10:36:38 +01:00
< div class = "w-full page bg-white" >
2025-09-24 09:57:15 +01:00
<!-- Main Content -->
< div class = "px-8 py-6" >
<!-- Page Title -->
2025-09-26 21:42:02 +01:00
< h1 class = "text-3xl font-bold text-black mb-6" > Nutrition Guidelines< / h1 >
2025-09-24 09:57:15 +01:00
2025-09-26 21:42:02 +01:00
<!-- Section Title -->
< h2 class = "text-xl font-bold text-black mb-2" > Ultrasound & Body Composition Assessment< / h2 >
< p class = "text-gray-700 text-sm mb-8" > Designed to track and optimize exercise and diet. Its proven technology can accurately measure tissue structure and body composition.< / p >
2025-09-24 09:57:15 +01:00
2025-09-26 21:42:02 +01:00
<!-- Body Composition Section -->
< div class = "mb-8" >
< h3 class = "text-2xl font-bold text-center text-black mb-6" > Body Composition< / h3 >
<!-- Body Composition Chart -->
2025-09-29 09:17:11 +01:00
< div class = "flex justify-center mb-16 w-full" >
2025-09-26 21:42:02 +01:00
< img src = "data:image/png;base64, {{ body_composition_chart}}"
alt = "Body Composition Chart"
2025-09-29 09:17:11 +01:00
class = " object-contain " >
2025-09-24 09:57:15 +01:00
< / div >
2025-09-26 21:42:02 +01:00
<!-- Body Fat Percentage Section -->
2025-09-29 09:17:11 +01:00
< div class = "mb-8" >
< h3 class = "text-2xl font-bold text-center text-black mb-6" > Body Fat Percentage - {{ fat_percentage }}%< / h3 >
2025-09-26 21:42:02 +01:00
<!-- Body Fat Chart -->
< div class = "flex justify-center" >
< img src = "data:image/png;base64, {{ body_fat_chart }}"
alt = "Body Fat Percentage Chart" >
2025-09-24 09:57:15 +01:00
< / div >
2025-09-26 21:42:02 +01:00
<!-- Age Range Label -->
2025-09-24 09:57:15 +01:00
< / div >
< / div >
< / div >
<!-- Footer Section -->
< / div >