kite-menu
This commit is contained in:
+13
-4
@@ -80,7 +80,7 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
||||
backgroundPosition: "center"
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
{/* Dark overlay to make text readable */}
|
||||
<div className="absolute inset-0 z-0 bg-gradient-to-b from-black/60 via-black/40 to-black/80" />
|
||||
|
||||
@@ -101,7 +101,7 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
||||
|
||||
{/* Logo */}
|
||||
<img
|
||||
src="/logo.png"
|
||||
src="/logo.avif"
|
||||
alt="Moy Beach"
|
||||
className="w-64 md:w-80 object-contain drop-shadow-lg"
|
||||
style={{ filter: 'brightness(0) invert(1)' }}
|
||||
@@ -194,7 +194,7 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
||||
<div className="flex flex-col items-center gap-1">
|
||||
{/* Footer Logo */}
|
||||
<img
|
||||
src="/logo.png"
|
||||
src="/logo.avif"
|
||||
alt="Moy Beach"
|
||||
className="w-36 object-contain opacity-70 mb-2"
|
||||
style={{ filter: 'brightness(0) invert(1)' }}
|
||||
@@ -217,8 +217,17 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
|
||||
className="text-[11px] font-sans"
|
||||
style={{ color: "rgba(120,90,60,0.5)" }}
|
||||
>
|
||||
© 2026 Moy Beach. Tüm hakları saklıdır.
|
||||
© 2026 KiteBeach Akyaka. Tüm hakları saklıdır.
|
||||
</p>
|
||||
<a
|
||||
href="https://ayris.tech"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-[10px] font-sans mt-3 tracking-wide hover:opacity-80 transition-opacity"
|
||||
style={{ color: "rgba(120,90,60,0.7)" }}
|
||||
>
|
||||
Created by ayris.tech
|
||||
</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ export default function RootLayout({
|
||||
}>) {
|
||||
return (
|
||||
<html lang="tr" className={`${cormorant.variable} ${jakarta.variable} h-full`}>
|
||||
<body className="min-h-full flex flex-col antialiased">{children}</body>
|
||||
<body className="min-h-full flex flex-col antialiased" suppressHydrationWarning>{children}</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user