diff --git a/src/pages/products/index.astro b/src/pages/products/index.astro index fe53e60..0e39e62 100644 --- a/src/pages/products/index.astro +++ b/src/pages/products/index.astro @@ -7,10 +7,10 @@ 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"; +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";