Add Icons

This commit is contained in:
NotII
2025-04-21 17:24:45 +01:00
parent 17e983fed1
commit 0fa841aaf6
4 changed files with 89 additions and 74 deletions

View File

@@ -3,6 +3,7 @@ import Dashboard from "@/components/dashboard/dashboard";
import { Metadata, Viewport } from "next";
import PromotionsList from "@/components/dashboard/promotions/PromotionsList";
import PromotionsPageSkeleton from "@/components/dashboard/promotions/PromotionsPageSkeleton";
import { Ticket } from "lucide-react";
export const metadata: Metadata = {
title: "Promotions | Ember Market",
@@ -23,7 +24,10 @@ export default function PromotionsPage() {
<Dashboard>
<div className="space-y-6">
<div>
<h1 className="text-3xl font-bold">Promotions</h1>
<h1 className="text-2xl font-semibold text-gray-900 dark:text-white flex items-center">
<Ticket className="mr-2 h-6 w-6" />
Promotions
</h1>
<p className="mt-1 text-muted-foreground">
Create and manage promotional codes and discounts for your store
</p>