chore: sync full current production website state to Gitea

This commit is contained in:
Anonymous
2026-06-02 10:27:50 +00:00
parent 56fe68eb48
commit fe78fd9fa1
14 changed files with 149 additions and 71 deletions
+5 -5
View File
@@ -6,7 +6,7 @@
* Contains:
* - Brand + short tagline
* - Both physical locations with full addresses + phone/email
* - Opening hours (different per branch — Backaplan is more variable)
* - Opening hours (same for both branches)
* - Quick links + social profiles
*
* Note: The phone numbers and addresses here are the canonical source.
@@ -24,10 +24,10 @@ export default function Footer() {
{/* Brand */}
<div>
<div className="flex items-center gap-3 mb-4">
<div className="w-10 h-10 rounded-xl overflow-hidden border border-[#c99a2e]/30 bg-white p-0.5 shadow-sm">
<div className="w-12 h-12 rounded-xl overflow-hidden border border-[#c99a2e]/30 bg-white p-1 shadow-sm">
<img
src="/images/logo-shahi-chef-icon.jpg"
alt="Shahi Kitchen Chef Logo"
src="/images/logo/logo1.png"
alt="Shahi Kitchen Logo"
className="w-full h-full object-contain"
/>
</div>
@@ -66,7 +66,7 @@ export default function Footer() {
<div className="text-[#2C2A26] text-sm tracking-[1.5px] mb-4">OPENING HOURS</div>
<div className="text-sm space-y-1">
<div><span className="font-medium">Askim:</span> MonSun 11:0021:00</div>
<div><span className="font-medium">Backaplan:</span> Check Instagram for current hours</div>
<div><span className="font-medium">Backaplan:</span> MonSun 11:0021:00</div>
</div>
</div>