connected to backend

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-04 10:01:25 +05:00
parent 1d0698573f
commit e7b838e3fe
21 changed files with 571 additions and 395 deletions

View File

@@ -1,4 +1,4 @@
import Products from "@/components/pageParts/products";
import Products from "@/components/pageParts/products/products";
import Texnika from "@/components/pageParts/texnika";
import Offer from "@/components/pageParts/offer";
import Faq from "@/components/pageParts/faq";
@@ -27,4 +27,3 @@ export default function Home() {
</div>
);
}