Skip to content

chachajona/holistic

Repository files navigation

Holistic Physical Therapy Website

Overview

This is a Next.js project for a holistic physical therapy website. It provides information about physical therapy services, showcases the team, and offers a blog section for health-related content.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Project Structure

  • app/: Contains the main application pages and layouts
  • components/: Reusable React components
  • assets/: Static assets like images and icons
  • config/: Configuration files
  • lib/: Utility functions and helpers

Key Features

  1. Responsive design
  2. Team showcase
  3. Service listings
  4. Blog section
  5. FAQ component
  6. Booking page

Technologies Used

  • Next.js 14
  • React 18
  • TypeScript
  • Tailwind CSS
  • Radix UI components
  • Framer Motion for animations

Custom Components

The project includes several custom components:

  • MainNavBar: Main navigation component
  • Hero: Landing page hero section
  • Showcase: Team member showcase
  • FAQ: Frequently Asked Questions section
  • Misson: Company mission statement
  • Footer: Site-wide footer

Styling

The project uses Tailwind CSS for styling. Custom fonts are implemented using Next.js font optimization:

typescript:frontend/app/layout.tsx

Configuration

The site configuration can be found in:

typescript:frontend/config/site.ts

Development

This project uses ESLint for linting and Prettier for code formatting. Configuration files are included in the project root.

Deployment

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out the Next.js deployment documentation for more details.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages