feat: setup database-driven admin user management
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
import Image from "next/image";
|
||||
import { Leaf, ChefHat, Award } from "lucide-react";
|
||||
import ScrollReveal from "@/components/ScrollReveal";
|
||||
import { buildMeta } from "@/lib/metadata";
|
||||
import type { Metadata } from "next";
|
||||
|
||||
export const revalidate = 3600;
|
||||
|
||||
export async function generateMetadata({ params }: { params: Promise<{ lang: string }> }): Promise<Metadata> {
|
||||
const { lang } = await params;
|
||||
return buildMeta(lang, "/hakkimizda", {
|
||||
title: "Hakkımızda | Kite Beach Akyaka",
|
||||
description: "10+ yıllık deneyim, 500+ mutlu misafir. Azmak nehri kıyısında doğa, kitesurf tutku ve yerel lezzetlerin buluşma noktası.",
|
||||
}, {
|
||||
title: "About Us | Kite Beach Akyaka",
|
||||
description: "10+ years of experience, 500+ happy guests. Where nature, kitesurf passion and local flavors meet on the banks of Azmak river.",
|
||||
});
|
||||
}
|
||||
|
||||
const values = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user