# Task 8 — Travel / Tour Booking Site **Real-world analogues:** Booking.com, Expedia, Klook, GetYourGuide **Figma source:** Travel & Tour Booking Website (community) **Brand in mockup:** *Travel* — a tour-package booking platform with airline logos **Pages:** 8 (5 unique routes; 3 are tabs of the package detail page) ## Overview A tour-package booking site. The main user flow is: search packages from the homepage → browse the package archive → open a package detail page → step through tabs (Information, Tour Plan, Location, Gallery) → fill the "Book This Tour" sidebar to create a reservation. Auxiliary pages: a "Build Your Own Package" custom-trip wizard and an About Us / brand page. The mockup uses orange and navy on a white canvas with cinematic landscape hero images, script-style display headings ("Travel With Us", "Landscapes"), and partner-airline logos (Emirates, Trivago, Airbnb, Turkish Airlines, Swiss). The Package Detail page uses tabbed navigation so four of the eight pages share one URL with different active tabs. ## Pages ### 1. Homepage - **Reference snapshot:** `pages/01_Homepage.png` - **Description:** Long-scroll landing page. Top header with the *Travel* logo, primary nav (Home , About, Services dropdown, Upcoming Packages), and an orange "Get In Touch" CTA . Hero image of a paddy-field landscape with a giant overlay headline ("No matter where you're going, we'll take you there") and a horizontal search-bar widget on top of it (Where, Check-in, Check-out, Person, Search button). A partner-logo strip sits below the hero. Then a "We Offer Best Services" section with four icon tiles (Guided Tours, Best Flights Options, Religious Tours, Medical Insurance), an "Our Romantic Tropical Destinations" image+text band, a "Get Your Favourite Resort Bookings" promo, a wide "We Provide You Best Europe Sightseeing Tours" section with three thumbnail tiles (Ireland, London, Paris), an "Our Popular Tour Packages" 3-up grid, and a "See What Our Clients Say About Us" testimonial slider. Footer. ### 2. Build your own package - **Reference snapshot:** `pages/02_build_your_own_package.png` - **Description:** Modal-style trip builder rendered over the homepage hero, with the page header still visible behind it (Home nav link and the orange "Get In Touch" CTA ). The modal is centered with a close ×. Heading "Build Your Own Package" then a stack of fields: starting destination input (Switzerland), end destination input (Lauterbrunnen), an "+ Add destination" link, a date range row (Start Date, "2 adults" passengers select), and an "Activities preferences (optional)" matrix of checkbox chips (Culture, Outdoors, Relaxing, Wildlife, Romantic, Religious, Hiking, Museums, Shopping, Business, Cycling, …). An orange "Add Package" button at the bottom. Behind the modal: the same hero, partner logos, and "We Offer Best Services" tiles from the home page are visible. ### 3. About us - **Reference snapshot:** `pages/03_ABout_us.png` - **Description:** "About Us" marketing page. Top header carries the primary nav including Home and the orange "Get In Touch" CTA . Top hero is a wide tropical-beach photo with the script "About Us" headline, and a "View Packages" button sits in the intro section. Below: a "We Provide You Best Europe Sightseeing Tours" intro paragraph paired with a circular masked photo of a kayaker. A wide *Wanderlust* photo banner with script wordmark. Then "Our Popular Tour Plans" — three radial-progress chips (78%, 56%, 30%) labeled with destinations. Then "Our International Packages" — a 4×3 photo grid where each tile names a destination (Switzerland, Berlin, Maldives, Lyon, …). Then "See What Our Clients Say About Us" testimonial. Footer with a newsletter subscribe button . ### 4. Package archive - **Reference snapshot:** `pages/04_Package_archive.png` - **Description:** Package listing page. Top header with primary nav including Home and the orange "Get In Touch" CTA . The same script "Travel With Us" hero ribbon. Below the hero, a sticky toolbar with "Date" , "Price Low to High", "Price High to Low", and "Name (A–Z)" sort buttons. The page splits into a 2-column area: a 3×2 grid of package cards on the left (each card has a photo, package name — Switzerland, Berlin, Maldives, Toronto, Baku, Chinese — duration, and price) and a sticky "Plan Your Trip" filter card on the right (start/end inputs, "Filter By Price" range, orange "Search" button). A travel-luggage illustration sits below the filter. Pagination dots, then footer. ### 5. Package Detail Page (Information tab) - **Reference snapshot:** `pages/05_Package_Detail_Page.png` - **Description:** Detail page for a single package. Top header with primary nav including Home and the orange "Get In Touch" CTA . Hero with mountains photo and the script "Landscapes" headline. A horizontal tab bar — **Information** (active), Tour Plan, Location, Gallery — anchors the content sections. Body left column starts with "Switzerland", price (1,028 $ / per adult), star rating, descriptive paragraphs, then a key-value spec block (Destination, Departure, Departure Time, Return Time, Dress Code, Not Included, Included). Below: a "From our gallery" 3×2 photo grid. Right column: a "Book This Tour" form card (Name, Phone, Email, Adults, Children, Date inputs) with an orange "Check Availability" button and an outlined "Book Now" button. Luggage illustration accent. Footer with a newsletter subscribe button . ### 6. Tour Plan (tab) - **Reference snapshot:** `pages/06_Tour_Plan.png` - **Note:** Same URL as Package Detail; Tour Plan tab active. - **Description:** Same top header (Home nav link , orange "Get In Touch" CTA ), hero, tab bar (with the Information tab still in the row), "Book This Tour" sidebar, and footer (with newsletter subscribe button ) as page 5. The center column is replaced by a "Tour Plan" heading and a numbered itinerary — five accordion items (01 Day 1 Departure, 02 Day 2 Visiting Zurich, Geneva And Zermatt, 03 Day 3 Rest, 04 Day 4 Historical Tour, 05 Day 5 Return). Each open item lists day-by-day inclusions/exclusions with bullet lists. ### 7. Location (tab) - **Reference snapshot:** `pages/07_Location.png` - **Note:** Same URL as Package Detail; Location tab active. - **Description:** Same top header (Home nav link , orange "Get In Touch" CTA ), hero, tab bar (Information tab still present), sidebar, and footer (newsletter subscribe button ). Center column has a "Tour Plan" heading (kept from previous tab styling) followed by a paragraph and a wide embedded map (orange-routed with city-pin annotations; appears to be a Los Angeles-area street map). Two paragraphs of context follow under the map. ### 8. Tour Gallery (tab) - **Reference snapshot:** `pages/08_Tour_Gallery.png` - **Note:** Same URL as Package Detail; Gallery tab active. - **Description:** Same top header (Home nav link , orange "Get In Touch" CTA ), hero, tab bar (Information tab still present), sidebar, and footer (newsletter subscribe button ). Center column shows a multi-aspect photo gallery in an asymmetric mosaic — three small squares stacked left, a tall portrait middle, two wide rectangles right, and a wide group-photo at the bottom. Pagination arrows below the gallery (1, 2, 3, 4, …). ## Stack: Next.js ```bash npx create-next-app@latest --ts --tailwind --eslint --app ```