prepare("SELECT * FROM pages WHERE page_key = :page_key"); $stmt->bindValue(':page_key', 'about_us'); $stmt->execute(); $page = $stmt->fetch(); ?>
Content not found. Please set up the 'About Us' page in the admin dashboard.