--- // Import the necessary dependencies import TabNav from "../ui/blocks/TabNav.astro"; import TabContent from "../ui/blocks/TabContent.astro"; import construction from "../images/construction-image.avif"; import tools from "../images/automated-tools.avif"; import dashboard from "../images/dashboard-image.avif"; // Define the variable for the section's heading const title: string = `Customize ScrewFast's offerings to perfectly suit your hardware and construction needs.`; ---