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