"use client" import { LABELS } from "@/app/labels" import { Icons } from "../icons" import { PageHeader } from "../page-header" import { Button } from "../ui/button" import { Label } from "../ui/label" import Image from "next/image" import PSELogo from "@/public/icons/archstar.webp" import { motion } from "framer-motion" import Link from "next/link" export const HomepageHeader = () => { return ( } subtitle={LABELS.HOMEPAGE.HEADER_SUBTITLE} image={
pselogo
} actions={
} /> ) }