import Link from "next/link" import { Autoplay, Navigation, Pagination } from "swiper" import { Swiper, SwiperSlide } from "swiper/react" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 3, 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: 2, spaceBetween: 30, }, 1199: { slidesPerView: 3, spaceBetween: 30, }, 1350: { slidesPerView: 3, spaceBetween: 30, }, } } export default function Offer1() { return ( <>
{/*-============spacing==========-*/}
{/*-============spacing==========-*/}

Smooth Journey

How It Works

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

Step 1: Don’t panic

Found a deal on IKEA, Facebook Marketplace, or Kijiji? Skip the stress—we’ve got wheels.

service

Step 2: Go to zipvan.ca/book

Enter pickup & drop-off. See your instant, final price and pick a time—no surprises.

service

Step 3: We handle it. You relax.

We coordinate pickup, load with blankets & straps, deliver to your door. Track us live; pay on delivery.

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