import React from "react"; const DealsSection = () => { const deals = [ { id: 1, title: "Up to 15% off", img: "/images/deal1.jpg" }, { id: 2, title: "Exclusive Flight Discounts", img: "/images/deal2.jpg" } ]; return (