import React from 'react'; export const Hero: React.FC = () => (

Welcome to your Duffel app

You’re ready to start building apps using Duffel's Flights API. Check out our simple booking flow below, or visit our API docs to learn more.

View our API documentation
);