import Link from "next/link" import { Button } from "@/components/ui/button" import { Plus, Pencil, GripVertical } from "lucide-react" import { getSliders } from "./actions" import { Card, CardContent } from "@/components/ui/card" import Image from "next/image" import { Badge } from "@/components/ui/badge" export default async function SlidersPage() { const { data: sliders, error } = await getSliders() if (error) { return
Henüz hiç slider eklenmemiş.
{slider.description || "Açıklama yok"}