Sweet Delights Bakery Landing Page
A responsive landing page for a fictional bakery built with React and Tailwind CSS.
Features
- Responsive design that works on mobile, tablet, and desktop devices
- Clean and modern UI with warm, bakery-themed colors
- Multiple sections including:
- Hero banner
- Featured products
- About section
- Customer testimonials
- Contact form
- Footer with newsletter signup
Technologies Used
- React
- Tailwind CSS
- Modern JavaScript (ES6+)
Setup
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm start