A beautiful, professional website for Dean Haas - Landscaping, Gardening & Orchid Expert.
- Modern, responsive design
- Services showcase (Nursery, Landscaping, Orchids, Tropical Fruit Trees, Gardening, Contractor Work)
- Contact form
- Smooth scrolling navigation
- Professional color scheme with green/nature theme
- Vite - Fast build tool
- React - UI library
- JavaScript - Programming language
- CSS - Styling with modern features
- Node.js (v16 or higher)
- npm or yarn
- Install dependencies:
npm install- Start the development server:
npm run dev- Open your browser and navigate to the URL shown in the terminal (usually
http://localhost:5173)
To create a production build:
npm run buildThe built files will be in the dist directory.
To preview the production build locally:
npm run previewEdit the contact information in:
src/components/Contact.jsx- Contact form sectionsrc/components/Footer.jsx- Footer contact details
src/components/Hero.jsx- Hero/landing sectionsrc/components/Services.jsx- Services sectionsrc/components/About.jsx- About section
All component styles are in their respective .css files. The main color scheme is defined in src/index.css using CSS variables.
DeanHaas/
├── src/
│ ├── components/
│ │ ├── Header.jsx
│ │ ├── Hero.jsx
│ │ ├── Services.jsx
│ │ ├── About.jsx
│ │ ├── Contact.jsx
│ │ └── Footer.jsx
│ ├── App.jsx
│ ├── App.css
│ ├── main.jsx
│ └── index.css
├── index.html
├── package.json
├── vite.config.js
└── README.md
This project is private and proprietary.