products page error fixed:added use client word for swiper

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-26 19:16:24 +05:00
parent 4a67425a6b
commit 19aa17eea6
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ import React from "react";
export default function Page() {
return (
<div className="mb-90">
<div className="bg-[#1e1d1c] pb-30">
<ProductBanner />
<Products />
</div>

View File

@@ -1,3 +1,4 @@
"use client";
import { Swiper, SwiperSlide } from "swiper/react";
import { Navigation } from "swiper/modules";
import "swiper/css";