"use client"; import { Input } from "@/components/ui/input"; import { Button } from "@/components/ui/button"; import { Eye, Pencil, Trash2, Filter } from "lucide-react"; export default function ApproverContentWebsite() { const tabs = [ "Hero Section", "About Us", "Our Products", "Our Services", "Technology Partners", "Pop Up", ]; const data = [ { title: "Beyond Expectations to Build Reputation.", subtitle: "-", author: "John Kontributor", status: "Published", date: "2024-01-15", }, { title: "Manajemen Reputasi untuk Institusi", subtitle: "-", author: "Sarah Kontributor", status: "Pending", date: "2024-01-14", }, ]; return (
Update homepage content, products, services, and partners
| Main Title | Subtitle | Author | Status | Date | Actions |
|---|---|---|---|---|---|
| {item.title} | {item.subtitle} | {item.author} | {item.status} | {item.date} |
|
Showing 1 to 2 of 2 items