Rebrand to Saffron Table - Persian-Mediterranean restaurant in Shoreditch

- 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>
This commit is contained in:
joewee
2026-08-21 14:35:05 +00:00
parent 89a0d5d97b
commit 923d105fab
12 changed files with 303 additions and 76 deletions
+6 -6
View File
@@ -8,12 +8,12 @@ export default function Footer() {
<div className="mx-auto max-w-7xl px-6">
<div className="grid md:grid-cols-2 gap-12">
<div>
<div className="text-xl font-semibold tracking-widest uppercase text-white mb-6">Aurum</div>
<div className="text-xl font-semibold tracking-widest uppercase text-white mb-6">Saffron Table</div>
<div className="space-y-3 text-sm">
<div className="flex items-start gap-3"><MapPin className="h-4 w-4 mt-0.5 text-amber-500" /><span>42 Golden Lane, Mayfair, London W1K 3AB</span></div>
<div className="flex items-center gap-3"><Clock className="h-4 w-4 text-amber-500" /><span>TueSat 6:00 PM 11:00 PM</span></div>
<div className="flex items-center gap-3"><Phone className="h-4 w-4 text-amber-500" /><span>+44 20 7946 0123</span></div>
<div className="flex items-center gap-3"><Mail className="h-4 w-4 text-amber-500" /><span>reservations@aurum.com</span></div>
<div className="flex items-start gap-3"><MapPin className="h-4 w-4 mt-0.5 text-amber-500" /><span>127 Shoreditch High Street, London E1 6JE</span></div>
<div className="flex items-center gap-3"><Clock className="h-4 w-4 text-amber-500" /><span>TueSun 5:00 PM 11:00 PM</span></div>
<div className="flex items-center gap-3"><Phone className="h-4 w-4 text-amber-500" /><span>+44 20 7490 8956</span></div>
<div className="flex items-center gap-3"><Mail className="h-4 w-4 text-amber-500" /><span>reservations@saffrontable.co.uk</span></div>
</div>
</div>
<div className="flex flex-col items-start md:items-end justify-between">
@@ -27,7 +27,7 @@ export default function Footer() {
</Button>
</div>
</div>
<div className="mt-12 pt-8 border-t border-stone-800 text-center text-sm text-stone-500">© 2026 Aurum. All rights reserved.</div>
<div className="mt-12 pt-8 border-t border-stone-800 text-center text-sm text-stone-500">© 2026 Saffron Table. All rights reserved.</div>
</div>
</footer>
);
+1 -1
View File
@@ -25,7 +25,7 @@ export default function Header() {
return (
<header className={`fixed top-0 inset-x-0 z-50 transition-all duration-300 ${scrolled ? "bg-stone-950/95 backdrop-blur-lg border-b border-stone-800 shadow-sm" : "bg-transparent"}`}>
<div className="mx-auto max-w-7xl flex items-center justify-between px-6 py-4">
<Link to="/" className="text-lg font-semibold tracking-widest uppercase text-white">Aurum</Link>
<Link to="/" className="text-lg font-semibold tracking-widest uppercase text-white">Saffron Table</Link>
<nav className="hidden md:flex items-center gap-8">
{links.map((l) => (
<Link key={l.to} to={l.to} className="text-sm text-stone-300 hover:text-amber-400 transition-colors tracking-wide uppercase">{l.label}</Link>