--- import { sections } from "../constants/sections.ts"; --- {sections.map((section) => ( <> <div class="bold">{section.title}</h2> {section.description && <p>{section.description}</p>} </> ))}