# CrackersCart-style Customer Frontend Theme

Applied to the uploaded Laravel project.

## What changed
- Reworked `resources/views/layouts/customer/app.blade.php` with a red / yellow / white CrackersCart-inspired customer theme.
- Updated the home page to include:
  - trust strip
  - responsive navigation
  - announcement bar
  - 450px responsive hero
  - service / trust feature strip
  - category pills
  - New Arrivals
  - Trending Now
  - offer banner
  - safety section
  - customer reviews
  - dark footer
- Updated Shop page with matching hero, category filters, search and product cards.
- Updated Product Details page with matching product presentation.
- Added reusable product card:
  `resources/views/products/_theme-card.blade.php`
- Added standalone HTML preview:
  `public/frontend-template.html`
- Added static theme CSS used by the HTML preview:
  `public/assets/customer-theme.css`

## Important
The theme is inspired by the layout, spacing, colors and customer-shopping flow of crackerscart.in. Third-party website images/assets were not copied into this project; the Laravel project continues to use your own admin-managed banners and product images.

## Run
Use your existing `.env` file from the original project, then:
1. `composer install` if required
2. `php artisan storage:link`
3. `npm install`
4. `npm run build`
5. `php artisan serve`

The uploaded `.env` file is intentionally excluded from the new ZIP. Keep your existing `.env` file in the project root.
