prepare("SELECT * FROM about_content WHERE status = 'active' ORDER BY sort_order ASC"); $stmt->execute(); $aboutSections = $stmt->fetchAll(); include 'header.php'; include 'navbar.php'; ?>