This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Swiper, SwiperSlide } from "swiper/react"; | |
import "swiper/css"; | |
import Section from "@/components/layouts/Section"; | |
import BannerOffers from "@/components/common/ui/BannerOffers"; | |
import Link from "next/link"; | |
import SimpleCard from "@/components/common/cards/SimpleCard"; | |
import Icon from "@/components/common/ui/Icon"; | |
import PopularCategories from "@/components/pages/home/PopularCategories"; | |
import InstagramCard from "@/components/common/cards/InstagramCard"; | |
import InterestingBlogs from "@/components/pages/home/InterestingBlogs"; |