forked from vibeasite-templates/template-restaurant
923d105fab
- Updated brand name from Aurum to Saffron Table across all pages - Changed location from Mayfair to Shoreditch (127 Shoreditch High Street) - Created Persian-Mediterranean menu with GBP prices - Updated hero tagline: "Charcoal-Grilled Mezze & Saffron Cocktails" - New menu items: hummus, lamb kofta, saffron salmon, Persian desserts - Saffron cocktail program added - Updated chef bio: Chef Yasmin Kashani - New testimonials reflecting Persian-Mediterranean cuisine - Updated opening hours: Tue-Sun 5pm-11pm - Updated events and private dining rooms - Modern stats: 5+ years, 15 mezze dishes, 8 saffron cocktails Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
676 B
Markdown
33 lines
676 B
Markdown
# saffron-table
|
||
|
||
Website for Saffron Table — a modern Persian–Mediterranean restaurant in Shoreditch, London.
|
||
|
||
Charcoal-grilled mezze and saffron cocktails.
|
||
|
||
## Tech Stack
|
||
|
||
- React with TypeScript
|
||
- TailwindCSS for styling
|
||
- React Router for navigation
|
||
- Lucide React for icons
|
||
|
||
## Pages
|
||
|
||
- **Home**: Hero with tagline, signature dishes, gallery, testimonials
|
||
- **Menu**: Full menu with mezze, mains, desserts, and saffron cocktails
|
||
- **Reservations**: OpenTable-style booking form
|
||
- **About**: Story, chef bio, awards, and philosophy
|
||
- **Events**: Private dining and special events
|
||
|
||
## Development
|
||
|
||
```bash
|
||
npm install
|
||
npm run dev
|
||
```
|
||
|
||
## Build
|
||
|
||
```bash
|
||
npm run build
|
||
``` |