--- // Import the necessary dependencies import FooterSocialLink from "../ui/links/FooterSocialLink.astro"; import EmailFooterInput from "../ui/forms/input/EmailFooterInput.astro"; import { footerLinks, socialLinks } from "../../utils/navigation.ts"; import Icon from "../ui/icons/Icon.astro"; // Define the variables that will be used in this component const sectionThreeTitle: string = "Stay up to date"; const sectionThreeContent: string = "Stay updated with the latest tools and exclusive deals."; ---