import Link from "next/link" import { Autoplay, Navigation, Pagination } from "swiper" import { Swiper, SwiperSlide } from "swiper/react" import "swiper/css" import "swiper/css/navigation" import "swiper/css/pagination" const swiperOptions = { modules: [Autoplay, Pagination, Navigation], slidesPerView: 1, spaceBetween: 30, autoplay: { delay: 2500, disableOnInteraction: false, }, loop: true, // Navigation navigation: { nextEl: '.h1n', prevEl: '.h1p', }, // Pagination pagination: { el: '.swiper-pagination', clickable: true, }, } export default function Offer1() { return (

Smooth Journey

How It Works

Booking with us is simple—just enter your pickup and drop-off details to get an instant price. We’ll handle the rest, from pickup to delivery, while you relax and track your move live.

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.

) }