kite-menu-image
This commit is contained in:
@@ -3,7 +3,7 @@ import { Package, Tags, Eye, TrendingUp } from 'lucide-react'
|
||||
import Link from 'next/link'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Admin Dashboard - Moy Beach',
|
||||
title: 'Admin Dashboard - Kite Beach',
|
||||
}
|
||||
|
||||
export default async function AdminDashboard() {
|
||||
@@ -16,7 +16,7 @@ export default async function AdminDashboard() {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900">Dashboard</h1>
|
||||
|
||||
|
||||
{/* Stats Cards */}
|
||||
<div className="grid grid-cols-1 md:grid-cols-3 gap-6">
|
||||
<div className="bg-white p-6 rounded-xl shadow-sm border border-gray-100 flex items-center gap-4">
|
||||
|
||||
@@ -12,16 +12,16 @@ export default async function SettingsPage() {
|
||||
return acc
|
||||
}, {} as Record<string, string>)
|
||||
|
||||
const restaurantName = settings['restaurant_name'] || 'Moy Beach'
|
||||
const restaurantName = settings['restaurant_name'] || 'Kite Beach'
|
||||
const location = settings['location'] || 'Akyaka · Muğla'
|
||||
const logoUrl = settings['logo_url'] || ''
|
||||
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<h1 className="text-2xl font-bold text-gray-900">Genel Ayarlar</h1>
|
||||
|
||||
|
||||
<div className="bg-white p-6 rounded-xl shadow-sm border border-gray-100 max-w-2xl">
|
||||
<SettingsForm
|
||||
<SettingsForm
|
||||
defaultRestaurantName={restaurantName}
|
||||
defaultLocation={location}
|
||||
defaultLogoUrl={logoUrl}
|
||||
|
||||
@@ -3,7 +3,7 @@ import { getSession } from '@/lib/auth'
|
||||
import LoginForm from './LoginForm'
|
||||
|
||||
export const metadata = {
|
||||
title: 'Admin Login - Moy Beach',
|
||||
title: 'Admin Login - Kite Beach',
|
||||
}
|
||||
|
||||
export default async function LoginPage() {
|
||||
|
||||
Reference in New Issue
Block a user