--- import TabNav from "./ui/blocks/TabNav.astro"; import TabContent from "./ui/blocks/TabContent.astro"; import { Image } from "astro:assets"; import construction from "../images/construction-image.avif"; import tools from "../images/automated-tools.avif"; import dashboard from "../images/dashboard-image.avif"; /* `title` variable used to customise the heading. */ const title: string = `Customize ScrewFast's offerings to perfectly suit your hardware and construction needs.`; /* In the above, the title attribute is a variable part of the FeaturesNavs component. */ ---