Skip to content

Instantly share code, notes, and snippets.

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";