--- // Import the necessary dependencies from individual component files 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"; // Main heading const title: string = `Customize ScrewFast's offerings to perfectly suit your hardware and construction needs.`; ---