A small React + TypeScript + Vite project for a simplified Jobbatical landing page concept.
The current version focuses on a single clean hero section with:
- a branded blue header using the white Jobbatical logo
- a concise headline and supporting copy
- primary and secondary call-to-action buttons
- trust metrics and service labels
React 19TypeScriptViteESLint
Install dependencies:
npm installStart the development server:
npm run devBuild for production:
npm run buildPreview the production build locally:
npm run previewRun lint checks:
npm run lintsrc/App.tsx- main landing page markup and page copysrc/App.css- component-level layout and stylingsrc/index.css- global styles, theme variables, and typographypublic/- static assets including logos and faviconsindex.html- page metadata and SEO tags
The page uses assets from public/, including:
jb-logo-white.svg- favicon and device icon files
- The project currently implements a focused landing-page hero rather than a full multi-section marketing site.
- External links point to live Jobbatical pages for demo booking and service exploration.