diff --git a/.gitignore b/.gitignore index 45254b6..cd7e902 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,19 @@ yarn-error.log* next-env.d.ts /app/generated/prisma + +# ------------------------------------------------------------------- +# Custom Ignores (Data, Scripts, and Uploaded Media) +# ------------------------------------------------------------------- + +# SQL Dumps +/sql/ + +# Temporary / Maintenance Scripts +seed_from_sql.mjs +mock_images.mjs +create_admin.mjs +upload_images.mjs + +# Uploaded images (since they are now on Cloudinary, no need to commit them) +/public/products/ diff --git a/README.md b/README.md index 203e50a..c6377df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Moy Beach Menu +# Kite Beach Menu -Moy Beach için modern, şık ve animasyonlu dijital menü uygulaması. +Kite Beach için modern, şık ve animasyonlu dijital menü uygulaması. ## 🚀 Teknolojiler - **Next.js 15** (App Router) diff --git a/app/MenuClient.tsx b/app/MenuClient.tsx index 284151b..20f2206 100644 --- a/app/MenuClient.tsx +++ b/app/MenuClient.tsx @@ -75,7 +75,7 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia
@@ -195,7 +195,7 @@ export default function MenuClient({ initialCategories, siteSettings }: { initia {/* Footer Logo */}
diff --git a/app/admin/(dashboard)/page.tsx b/app/admin/(dashboard)/page.tsx
index d7ce2b4..7c67c82 100644
--- a/app/admin/(dashboard)/page.tsx
+++ b/app/admin/(dashboard)/page.tsx
@@ -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 (