Tour Package Highlight Hero Template

Showcase your signature tour package with a hero that blends beautiful imagery with essential details.

This template is ideal for tour operators, presenting the most important information in a clean design next to an inspiring photo.

Screenshot of a hero section advertising a specific travel tour package.

Get Source Code Preview

About the Tour Package Highlight Hero

When selling a tour, customers need key information at a glance to make a decision. This hero section is structured to provide that clarity. It uses a clean, two-column layout to highlight a specific travel package, giving equal importance to a beautiful, representative photograph and the practical details of the trip. It's a highly effective way to convert interest into bookings.

Features

Code Breakdown

This component is split into CSS for your site's head and HTML for the body.

The layout of the .tour-package-container is controlled by CSS Grid, with display: grid and a responsive column setup. On wide screens, grid-template-columns: repeat(2, 1fr) creates the two columns. For mobile, it defaults to a single-column stack. An img element holds the tour photo, and we use object-fit: cover to ensure it fills the space without distortion.

The tour statistics are structured with a dl element. We make this a flex container (display: flex) so that the individual detail items can be arranged neatly in a row. Each of these items is a div containing a dt (term) and dd (description).

Code

View Output