diff --git a/components/productSection/ProductsGrid.tsx b/components/productSection/ProductsGrid.tsx index 46d23ad..a6a4e42 100644 --- a/components/productSection/ProductsGrid.tsx +++ b/components/productSection/ProductsGrid.tsx @@ -20,7 +20,7 @@ export function ProductsGrid() { useEffect(() => { async function getData() { - await axios.get("https://api.serenmebel.uz/api/products/").then((res) => { + await axios.get("https://admin.promtechno.uz/api/products/").then((res) => { console.log("all data main page: ", res?.data); const allData = res?.data || []; setAllProducts(allData.slice(0,3));