--- import { SOCIALS } from "@/constants"; import LinkButton from "./LinkButton.astro"; export interface Props { centered?: boolean; } const { centered = false } = Astro.props; ---