This is the Tree 25 (Executive Luxury) version of the MatchedWell website.
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser to
http://localhost:5173
- Style: Tree 25 (Executive Luxury)
- Hero: Full-width with background image (windy-landscape.png)
- Typography:
- Headlines: Playfair Display (serif)
- Body: Inter (sans-serif)
- Primary Color: #0080FF (blue)
- Navigation: Adapted from specs with blue accent color
src/
├── components/
│ ├── Navigation.tsx # Responsive navigation bar
│ └── Hero.tsx # Executive luxury hero section
├── App.tsx # Main application component
├── main.tsx # Entry point
└── index.css # Global styles and Tailwind setup
npm run buildThe production-ready files will be in the dist/ directory.