--- import Heading from "../ui/Heading.astro"; import Button from "../ui/Button.astro"; const mail = "hello@efeele.dev"; const title = "Ready to take your idea to the next level?"; const subtitle = "Let's work together."; const buttonText = "Contact Me"; const buttonIcon = "paperplane"; ---