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>
+6 -6
View File
@@ -54,11 +54,11 @@ export default function Navbar({ variant = "default" }: NavbarProps) {
return (
<nav
className="fixed top-0 left-0 right-0 z-50 h-16 border-b border-[#c99a2e]/10 bg-[#fbf7ef]/80 backdrop-blur-3xl"
className="fixed top-0 left-0 right-0 z-[60] h-[64px] border-b border-[#c99a2e]/20 bg-[#fbf7ef] shadow-sm backdrop-blur-xl"
>
<div className="max-w-7xl mx-auto px-6 flex items-center justify-between h-full">
{/* Subtle gold accent line at the very bottom */}
<div className="absolute bottom-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-[#c99a2e]/30 to-transparent" />
{/* Top subtle gold line for extra frame separation */}
<div className="absolute top-0 left-0 right-0 h-px bg-gradient-to-r from-transparent via-[#c99a2e]/20 to-transparent" />
{/* Premium Animated Logo */}
<Link href="/" className="group flex items-center gap-3">
<div className="relative">
@@ -68,8 +68,8 @@ export default function Navbar({ variant = "default" }: NavbarProps) {
className="grid h-12 w-12 place-items-center overflow-hidden rounded-2xl border border-[#c99a2e]/30 bg-white shadow-xl shadow-[#0f5a4a]/10 p-1 transition-all duration-300 group-hover:border-[#c99a2e]/70 group-hover:shadow-[#c99a2e]/25"
>
<img
src="/images/logo-shahi-chef-icon.jpg"
alt="Shahi Kitchen - Cute Chef with Large Mustaches"
src="/images/logo/logo1.png"
alt="Shahi Kitchen Logo"
className="h-10 w-10 object-contain transition-all duration-500"
/>
</motion.span>
@@ -186,7 +186,7 @@ export default function Navbar({ variant = "default" }: NavbarProps) {
<div className="flex items-center justify-between mb-10">
<div className="flex items-center gap-3">
<img
src="/images/logo-shahi-chef-icon.jpg"
src="/images/logo/logo1.png"
alt="Shahi Kitchen"
className="h-12 w-12 rounded-xl object-contain"
/>
+2 -2
View File
@@ -37,7 +37,7 @@ export default function PlayfulHeroScene() {
<div className="relative w-full h-full min-h-[520px] md:min-h-[620px] flex items-center justify-center overflow-hidden">
{/* Large cream background circle - matches website exactly so logo absorbs */}
<div className="absolute left-1/2 top-1/2 -translate-x-1/2 -translate-y-1/2
<div className="absolute left-1/2 top-[58%] -translate-x-1/2 -translate-y-1/2
w-[440px] h-[440px] md:w-[540px] md:h-[540px] lg:w-[620px] lg:h-[620px]
bg-[#fbf7ef] rounded-full blur-[130px] opacity-95" />
@@ -60,7 +60,7 @@ export default function PlayfulHeroScene() {
opacity: { duration: 0.4 },
scale: { duration: 0.4 }
}}
className="w-[280px] h-[280px] md:w-[360px] md:h-[360px] lg:w-[420px] lg:h-[420px]"
className="w-[300px] h-[300px] md:w-[380px] md:h-[380px] lg:w-[440px] lg:h-[440px]"
>
<img
src={getLogoSrc()}