--- // Import section components import MainLayout from "../layouts/MainLayout.astro"; import PrimaryCTA from "../components/ui/buttons/PrimaryCTA.astro"; import ImgSmall from "../components/ui/images/ImgSmall.astro"; import ImgWide from "../components/ui/images/ImgWide.astro"; import FeaturesStats2 from "../components/FeaturesStats2.astro"; import TestimonialsSection2 from "../components/TestimonialsSection2.astro"; import product1 from "../images/product-image-1.avif"; import product2 from "../images/product-image-2.avif"; import product3 from "../images/product-image-3.avif"; import product4 from "../images/product-image-4.avif"; const title: string = "Products"; const subTitle: string = "Explore the durability and precision of ScrewFast tools, designed for both professionals and enthusiasts. Each of our products is crafted with precision and built to last, ensuring you have the right tool for every job."; ---

{title}