--- import { twMerge } from "tailwind-merge"; import Background from "./Background.astro"; const { id, isDark = false, containerClass = "", bg, as = "section" } = Astro.props; const WrapperTag = as; ---