import QuantityInput from "@/components/elements/QuantityInput" import ThumbSlider from "@/components/elements/ThumbSlider" import Layout from "@/components/layout/Layout" import Link from "next/link" import { useState } from "react" import { Autoplay, Navigation, Pagination } from "swiper" import { Swiper, SwiperSlide } from "swiper/react" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 4, spaceBetween: 30, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.h1n', prevEl: '.h1p', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, breakpoints: { 320: { slidesPerView: 1, spaceBetween: 30, }, 575: { slidesPerView: 2, spaceBetween: 30, }, 767: { slidesPerView: 2, spaceBetween: 30, }, 991: { slidesPerView: 3, spaceBetween: 30, }, 1199: { slidesPerView: 4, spaceBetween: 30, }, 1350: { slidesPerView: 4, spaceBetween: 30, }, } } export default function ShopDetails() { const [activeIndex, setActiveIndex] = useState(1) const handleOnClick = (index) => { setActiveIndex(index) } return ( <>
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}

Esssays Change You Think

$30.00

Beguiled and demoralized by the charms of pleasure of the moment blinded by desire that they cannot foresee the pain and trouble that are bound to and equal blame belongs to those who fail in their duty.

Nor again is there anyone who loves or pursues or desires to pain of because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.

Must explain to you how all this mistaken idea of denouncing pleasure praising will give you a completed great the great explorer.

200 in stock (can be backordered)

Categories: Coaching, Employee Relation, HR Consulting , Recruiting, Small Business HR
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
  • handleOnClick(1)}>
  • handleOnClick(2)}>
  • handleOnClick(3)}>

Reviews

There are no reviews yet.

Your email address will not be published. Required fields are marked *

{/* #respond */}

Description

Nor again is there anyone who loves or pursues or desires to pain of because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure.

Must explain to you how all this mistaken idea of denouncing pleasure praising will give you a completed great the great explorer.

Additional information

Books

Comics, Dc

{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}

Related products

{/*-============spacing==========-*/}
{/*-============spacing==========-*/} Sale! product

All the Letters I Should Have Sent

$289.00 Add to cart
Sale! img

Esssays Change You Think

$88.00 Add to cart
Sale! img

How to Stop Worrying & Living

$125.00 Add to cart
Sale! img

Milk and Honey By Rupi Kaur

$99.00 Add to cart
Sale! img

How to Stop Worrying & Living

$125.00 Add to cart
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}
) }