diff --git a/components/Cards/CardCart/page.jsx b/components/Cards/CardCart/page.jsx index 3c21857..ab61447 100644 --- a/components/Cards/CardCart/page.jsx +++ b/components/Cards/CardCart/page.jsx @@ -5,7 +5,7 @@ import Link from "next/link"; import PersianNumber from "plugins/PersianNumber"; import { useContext } from "react"; import logo from "../../../public/images/logo.png"; -import AddToCart from "../Components/AddToCart/Page"; +import AddToCart from "../Components/AddToCart/page"; const CardCart = ({ data }) => { const CTX = useContext(AppContext); diff --git a/components/Cards/CardCategories/page.jsx b/components/Cards/CardCategories/page.jsx index d9cc3ac..2195837 100644 --- a/components/Cards/CardCategories/page.jsx +++ b/components/Cards/CardCategories/page.jsx @@ -6,7 +6,7 @@ import Link from "next/link"; import PersianNumber from "plugins/PersianNumber"; import { useContext } from "react"; import logo from "../../../public/images/logo.png"; -import AddToCart from "../Components/AddToCart/Page"; +import AddToCart from "../Components/AddToCart/page"; const CardCategories = ({ data }) => { const CTX = useContext(AppContext); diff --git a/components/Cards/CardCategoriesMobile/page.jsx b/components/Cards/CardCategoriesMobile/page.jsx index a2d8df2..ff85e51 100644 --- a/components/Cards/CardCategoriesMobile/page.jsx +++ b/components/Cards/CardCategoriesMobile/page.jsx @@ -6,7 +6,7 @@ import Link from "next/link"; import PersianNumber from "plugins/PersianNumber"; import { useContext } from "react"; import logo from "../../../public/images/logo.png"; -import AddToCart from "../Components/AddToCart/Page"; +import AddToCart from "../Components/AddToCart/page"; const CardCategoriesMobile = ({ data }) => { const CTX = useContext(AppContext); diff --git a/components/Cards/CardNormal/page.jsx b/components/Cards/CardNormal/page.jsx index b2663ef..5731fc7 100644 --- a/components/Cards/CardNormal/page.jsx +++ b/components/Cards/CardNormal/page.jsx @@ -6,7 +6,7 @@ import AppContext from "@ctx/AppContext"; import Image from "next/image"; import Link from "next/link"; import PersianNumber from "plugins/PersianNumber"; -import AddToCart from "../Components/AddToCart/Page"; +import AddToCart from "../Components/AddToCart/page"; const CardNormal = ({ data }) => { const CTX = useContext(AppContext); diff --git a/components/Cards/CardSurprise/page.jsx b/components/Cards/CardSurprise/page.jsx index 63baf20..679544e 100644 --- a/components/Cards/CardSurprise/page.jsx +++ b/components/Cards/CardSurprise/page.jsx @@ -1,7 +1,7 @@ import Image from "next/image"; import PersianNumber from "plugins/PersianNumber"; import p1 from "../../../public/images/product/1.png"; -import AddToCart from "../Components/AddToCart/Page"; +import AddToCart from "../Components/AddToCart/page"; const CardSurprise = () => { return ( diff --git a/components/Category/FilterCategory/page.jsx b/components/Category/FilterCategory/page.jsx index 869ad02..9971f17 100644 --- a/components/Category/FilterCategory/page.jsx +++ b/components/Category/FilterCategory/page.jsx @@ -2,7 +2,7 @@ import AppContext from "@ctx/AppContext"; import { Switch } from "@headlessui/react"; import PersianNumber from "plugins/PersianNumber"; -import RangeSlider from "plugins/RangeSlider/Page"; +import RangeSlider from "plugins/RangeSlider/page"; import { useContext, useEffect } from "react"; const FilterCategory = ({ diff --git a/components/Category/ListProdocts/page.jsx b/components/Category/ListProdocts/page.jsx index b9fb5e3..9b6ea77 100644 --- a/components/Category/ListProdocts/page.jsx +++ b/components/Category/ListProdocts/page.jsx @@ -1,5 +1,5 @@ "use client"; -import CardCategories from "@comp/Cards/CardCategories/Page"; +import CardCategories from "@comp/Cards/CardCategories/page"; import AppContext from "@ctx/AppContext"; import PersianNumber from "plugins/PersianNumber"; import { useContext, useEffect } from "react"; diff --git a/components/Category/Mobile/Component/SearchSideBar/page.jsx b/components/Category/Mobile/Component/SearchSideBar/page.jsx index d4d85d3..3dddb3b 100644 --- a/components/Category/Mobile/Component/SearchSideBar/page.jsx +++ b/components/Category/Mobile/Component/SearchSideBar/page.jsx @@ -1,5 +1,5 @@ "use client"; -import SideBarNavBarMobile from "@comp/Navbar/SideBarNavBarMobile/Page"; +import SideBarNavBarMobile from "@comp/Navbar/SideBarNavBarMobile/page"; import AppContext from "@ctx/AppContext"; import { useContext } from "react"; diff --git a/components/Category/Mobile/ListProductsMobile/page.jsx b/components/Category/Mobile/ListProductsMobile/page.jsx index 344a438..1fb513f 100644 --- a/components/Category/Mobile/ListProductsMobile/page.jsx +++ b/components/Category/Mobile/ListProductsMobile/page.jsx @@ -1,5 +1,5 @@ "use client"; -import CardCategoriesMobile from "@comp/Cards/CardCategoriesMobile/Page"; +import CardCategoriesMobile from "@comp/Cards/CardCategoriesMobile/page"; import AppContext from "@ctx/AppContext"; import { useContext } from "react"; diff --git a/components/LandingPage/BeautySection/page.jsx b/components/LandingPage/BeautySection/page.jsx index b6139aa..45f0152 100644 --- a/components/LandingPage/BeautySection/page.jsx +++ b/components/LandingPage/BeautySection/page.jsx @@ -1,4 +1,4 @@ -import CardNormal from "@comp/Cards/CardNormal/Page"; +import CardNormal from "@comp/Cards/CardNormal/page"; import { Swiper, SwiperSlide } from "swiper/react"; const BeautySection = ({ data }) => { diff --git a/components/LandingPage/BrandsLogoSection/page.jsx b/components/LandingPage/BrandsLogoSection/page.jsx index a697779..2cdb88c 100644 --- a/components/LandingPage/BrandsLogoSection/page.jsx +++ b/components/LandingPage/BrandsLogoSection/page.jsx @@ -1,4 +1,4 @@ -import MovingLogos from "plugins/MovingLogos/Page"; +import MovingLogos from "plugins/MovingLogos/page"; const BrandsLogoSection = () => { return ( diff --git a/components/LandingPage/HomeSection/page.jsx b/components/LandingPage/HomeSection/page.jsx index b312515..e02336c 100644 --- a/components/LandingPage/HomeSection/page.jsx +++ b/components/LandingPage/HomeSection/page.jsx @@ -1,4 +1,4 @@ -import CardNormal from "@comp/Cards/CardNormal/Page"; +import CardNormal from "@comp/Cards/CardNormal/page"; import Image from "next/image"; import { Swiper, SwiperSlide } from "swiper/react"; import khane from "../../../public/images/khane.jpg"; diff --git a/components/LandingPage/SurpriseSection/page.jsx b/components/LandingPage/SurpriseSection/page.jsx index 90e4afd..9c24af9 100644 --- a/components/LandingPage/SurpriseSection/page.jsx +++ b/components/LandingPage/SurpriseSection/page.jsx @@ -1,4 +1,4 @@ -import CardNormal from "@comp/Cards/CardNormal/Page"; +import CardNormal from "@comp/Cards/CardNormal/page"; import { Swiper, SwiperSlide } from "swiper/react"; const SurpriseSection = ({ data }) => { diff --git a/components/Navbar/CartNavbar/page.jsx b/components/Navbar/CartNavbar/page.jsx index fc6375c..6198126 100644 --- a/components/Navbar/CartNavbar/page.jsx +++ b/components/Navbar/CartNavbar/page.jsx @@ -1,5 +1,5 @@ "use client"; -import CardCart from "@comp/Cards/CardCart/Page"; +import CardCart from "@comp/Cards/CardCart/page"; import AppContext from "@ctx/AppContext"; import Link from "next/link"; import PersianNumber from "plugins/PersianNumber"; diff --git a/components/Navbar/page.jsx b/components/Navbar/page.jsx index 66727ad..bdd26da 100644 --- a/components/Navbar/page.jsx +++ b/components/Navbar/page.jsx @@ -6,12 +6,12 @@ import divider from "../../public/images/divider.png"; import logoWhite from "../../public/images/logo-white.png"; import logoBlack from "../../public/images/logo.png"; -import SearchSideBar from "@comp/Category/Mobile/Component/SearchSideBar/Page"; +import SearchSideBar from "@comp/Category/Mobile/Component/SearchSideBar/page"; import AppContext from "@ctx/AppContext"; import Link from "next/link"; import PersianNumber from "plugins/PersianNumber"; import BottomSheetCart from "plugins/bottomSheet/BottomSheetCart"; -import CartNavbar from "./CartNavbar/Page"; +import CartNavbar from "./CartNavbar/page"; const Navbar = ({ theme }) => { const [open, setOpen] = useState(false); diff --git a/plugins/bottomSheet/BottomSheetCart.jsx b/plugins/bottomSheet/BottomSheetCart.jsx index 359c4eb..096496f 100644 --- a/plugins/bottomSheet/BottomSheetCart.jsx +++ b/plugins/bottomSheet/BottomSheetCart.jsx @@ -1,6 +1,6 @@ "use client"; -import CardCart from "@comp/Cards/CardCart/Page"; +import CardCart from "@comp/Cards/CardCart/page"; import AppContext from "@ctx/AppContext"; import Link from "next/link"; import PersianNumber from "plugins/PersianNumber"; diff --git a/plugins/bottomSheet/BottomSheetFilter.jsx b/plugins/bottomSheet/BottomSheetFilter.jsx index c64ae42..9d42347 100644 --- a/plugins/bottomSheet/BottomSheetFilter.jsx +++ b/plugins/bottomSheet/BottomSheetFilter.jsx @@ -1,6 +1,6 @@ "use client"; -import FilterCategory from "@comp/Category/FilterCategory/Page"; +import FilterCategory from "@comp/Category/FilterCategory/page"; import AppContext from "@ctx/AppContext"; import { useContext } from "react"; import { BottomSheet } from "react-spring-bottom-sheet"; diff --git a/src/app/about-us/page.jsx b/src/app/about-us/page.jsx index 8bf9958..831a473 100644 --- a/src/app/about-us/page.jsx +++ b/src/app/about-us/page.jsx @@ -1,5 +1,5 @@ -import Footer from "@comp/Footer/Page"; -import Navbar from "@comp/Navbar/Page"; +import Footer from "@comp/Footer/page"; +import Navbar from "@comp/Navbar/page"; const Page = () => { const number = "02188195164"; diff --git a/src/app/cart/checkout/page.jsx b/src/app/cart/checkout/page.jsx index 9a1e338..6aa3d20 100644 --- a/src/app/cart/checkout/page.jsx +++ b/src/app/cart/checkout/page.jsx @@ -1,6 +1,6 @@ "use client"; -import NavBarDownCart from "@comp/Carts/component/NavBarDownCart/Page"; -import Navbar from "@comp/Navbar/Page"; +import NavBarDownCart from "@comp/Carts/component/NavBarDownCart/page"; +import Navbar from "@comp/Navbar/page"; import PersianNumber from "plugins/PersianNumber"; import { useContext, useEffect, useState } from "react"; diff --git a/src/app/cart/page.jsx b/src/app/cart/page.jsx index 1926543..cf8c352 100644 --- a/src/app/cart/page.jsx +++ b/src/app/cart/page.jsx @@ -1,7 +1,7 @@ "use client"; -import CardCart from "@comp/Cards/CardCart/Page"; -import NavBarDownCart from "@comp/Carts/component/NavBarDownCart/Page"; -import Navbar from "@comp/Navbar/Page"; +import CardCart from "@comp/Cards/CardCart/page"; +import NavBarDownCart from "@comp/Carts/component/NavBarDownCart/page"; +import Navbar from "@comp/Navbar/page"; import AppContext from "@ctx/AppContext"; import { useRouter } from "next/navigation"; import Chapar from "plugins/Chapar"; diff --git a/src/app/categories/[id]/page.jsx b/src/app/categories/[id]/page.jsx index 5459bb6..c416e9e 100644 --- a/src/app/categories/[id]/page.jsx +++ b/src/app/categories/[id]/page.jsx @@ -1,12 +1,12 @@ "use client"; -import FilterCategory from "@comp/Category/FilterCategory/Page"; -import ListProdocts from "@comp/Category/ListProdocts/Page"; -import FilterCategoryMobile from "@comp/Category/Mobile/FilterCategoryMobile/Page"; -import ListProductsMobile from "@comp/Category/Mobile/ListProductsMobile/Page"; -import PaginationCategoory from "@comp/Category/PaginationCategoory/Page"; -import Footer from "@comp/Footer/Page"; -import Navbar from "@comp/Navbar/Page"; +import FilterCategory from "@comp/Category/FilterCategory/page"; +import ListProdocts from "@comp/Category/ListProdocts/page"; +import FilterCategoryMobile from "@comp/Category/Mobile/FilterCategoryMobile/page"; +import ListProductsMobile from "@comp/Category/Mobile/ListProductsMobile/page"; +import PaginationCategoory from "@comp/Category/PaginationCategoory/page"; +import Footer from "@comp/Footer/page"; +import Navbar from "@comp/Navbar/page"; import AppContext from "@ctx/AppContext"; import { useContext, useEffect, useState } from "react"; import InfiniteScroll from "react-infinite-scroll-component"; diff --git a/src/app/contact-us/page.jsx b/src/app/contact-us/page.jsx index 676ec84..e72d9a3 100644 --- a/src/app/contact-us/page.jsx +++ b/src/app/contact-us/page.jsx @@ -1,5 +1,5 @@ -import Footer from "@comp/Footer/Page"; -import Navbar from "@comp/Navbar/Page"; +import Footer from "@comp/Footer/page"; +import Navbar from "@comp/Navbar/page"; import PersianNumber from "plugins/PersianNumber"; const Page = () => { diff --git a/src/app/faq/page.jsx b/src/app/faq/page.jsx index b5576fb..994912a 100644 --- a/src/app/faq/page.jsx +++ b/src/app/faq/page.jsx @@ -1,7 +1,7 @@ "use client"; -import Footer from "@comp/Footer/Page"; -import Navbar from "@comp/Navbar/Page"; +import Footer from "@comp/Footer/page"; +import Navbar from "@comp/Navbar/page"; import { useEffect, useState } from "react"; const Page = () => { diff --git a/src/app/layout.jsx b/src/app/layout.jsx index 7c98b7d..dd217e9 100644 --- a/src/app/layout.jsx +++ b/src/app/layout.jsx @@ -1,7 +1,7 @@ "use client"; import AppContext from "@ctx/AppContext"; import Chapar from "plugins/Chapar"; -import Loading from "plugins/Loading/Page"; +import Loading from "plugins/Loading/page"; import BottomSheetAddress from "plugins/bottomSheet/BottomSheetAddress"; import BottomSheetLogOut from "plugins/bottomSheet/BottomSheetLogOut"; import { useEffect, useState } from "react"; diff --git a/src/app/page.jsx b/src/app/page.jsx index c9c6ef0..505e634 100644 --- a/src/app/page.jsx +++ b/src/app/page.jsx @@ -1,12 +1,12 @@ "use client"; -import Footer from "@comp/Footer/Page"; -import BeautySection from "@comp/LandingPage/BeautySection/Page"; -import BetweenSexualSection from "@comp/LandingPage/BetweenSexualSection/Page"; -import BrandsLogoSection from "@comp/LandingPage/BrandsLogoSection/Page"; -import HeroSection from "@comp/LandingPage/HeroSection/Page"; -import HomeSection from "@comp/LandingPage/HomeSection/Page"; -import SurpriseSection from "@comp/LandingPage/SurpriseSection/Page"; -import Navbar from "@comp/Navbar/Page"; +import Footer from "@comp/Footer/page"; +import BeautySection from "@comp/LandingPage/BeautySection/page"; +import BetweenSexualSection from "@comp/LandingPage/BetweenSexualSection/page"; +import BrandsLogoSection from "@comp/LandingPage/BrandsLogoSection/page"; +import HeroSection from "@comp/LandingPage/HeroSection/page"; +import HomeSection from "@comp/LandingPage/HomeSection/page"; +import SurpriseSection from "@comp/LandingPage/SurpriseSection/page"; +import Navbar from "@comp/Navbar/page"; import { useEffect, useState } from "react"; export default function Page() { diff --git a/src/app/products/[...id]/page.jsx b/src/app/products/[...id]/page.jsx index 87f2800..76d2368 100644 --- a/src/app/products/[...id]/page.jsx +++ b/src/app/products/[...id]/page.jsx @@ -1,10 +1,10 @@ "use client"; -import Footer from "@comp/Footer/Page"; -import Navbar from "@comp/Navbar/Page"; -import GalleryBox from "plugins/Gallery/Page"; +import Footer from "@comp/Footer/page"; +import Navbar from "@comp/Navbar/page"; +import GalleryBox from "plugins/Gallery/page"; import { useEffect, useState } from "react"; -import AddToCart from "@comp/Cards/Components/AddToCart/Page"; +import AddToCart from "@comp/Cards/Components/AddToCart/page"; import Image from "next/image"; import PersianNumber from "plugins/PersianNumber"; import logo from "../../../../public/images/logo.png"; diff --git a/src/app/profile/address/page.jsx b/src/app/profile/address/page.jsx index 3cd0129..75bddfa 100644 --- a/src/app/profile/address/page.jsx +++ b/src/app/profile/address/page.jsx @@ -1,10 +1,10 @@ "use client"; -import Navbar from "@comp/Navbar/Page"; +import Navbar from "@comp/Navbar/page"; import AppContext from "@ctx/AppContext"; import BottomSheetDeleteAddress from "plugins/bottomSheet/BottomSheetDeleteAddress"; import { useContext, useEffect } from "react"; -import SideBarProfile from "../component/SideBarProfile/Page"; +import SideBarProfile from "../component/SideBarProfile/page"; const Page = () => { const CTX = useContext(AppContext); diff --git a/src/app/profile/orders/page.jsx b/src/app/profile/orders/page.jsx index 8fb069d..0e7315a 100644 --- a/src/app/profile/orders/page.jsx +++ b/src/app/profile/orders/page.jsx @@ -1,6 +1,6 @@ -import Navbar from "@comp/Navbar/Page"; +import Navbar from "@comp/Navbar/page"; import PersianNumber from "plugins/PersianNumber"; -import SideBarProfile from "../component/SideBarProfile/Page"; +import SideBarProfile from "../component/SideBarProfile/page"; const Page = () => { return ( diff --git a/src/app/profile/page.jsx b/src/app/profile/page.jsx index 88bfa9c..866a698 100644 --- a/src/app/profile/page.jsx +++ b/src/app/profile/page.jsx @@ -1,5 +1,5 @@ -import Navbar from "@comp/Navbar/Page"; -import SideBarProfile from "./component/SideBarProfile/Page"; +import Navbar from "@comp/Navbar/page"; +import SideBarProfile from "./component/SideBarProfile/page"; const Page = () => { return ( diff --git a/src/app/terms-and-conditions/page.jsx b/src/app/terms-and-conditions/page.jsx index 59530c2..76623a0 100644 --- a/src/app/terms-and-conditions/page.jsx +++ b/src/app/terms-and-conditions/page.jsx @@ -1,5 +1,5 @@ -import Footer from "@comp/Footer/Page"; -import Navbar from "@comp/Navbar/Page"; +import Footer from "@comp/Footer/page"; +import Navbar from "@comp/Navbar/page"; const Page = () => { const number = "02188195164";