Cafty is a modern and elegant website template for a coffee house. The project is built using React with Next.js for server-side rendering and Tailwind CSS for styling. The template includes several sections such as Home, Products, About, Promotions, and Contact, each designed to provide a smooth and engaging user experience.
- Clone the repository:
git clone https://github.com/VictorBravim/Cofty.git
- Navigate to the project directory:
cd Cofty
- Install the dependencies:
npm install
or
yarn install
- Run the development server:
npm run dev
- Nav.tsx: Navigation bar with links to different sections of the website.
- Hero.tsx: Hero section with a background image and introductory text.
- Cards.tsx: Displays product cards with images and brief descriptions.
- About.tsx: About section providing information about the coffee house.
- Promo.tsx: Promotional section with a background image.
- Produto.tsx: Products section listing different coffee products available for purchase.
- Contato.tsx: Contact section with a form for users to reach out.
- This project is licensed under the MIT License.