forked from vibeasite-templates/template-restaurant
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user