Merge version_2 into main #1
@@ -7,26 +7,20 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Angular POS System - User Management",
|
||||
description: "Secure Point of Sale system with user authentication and management. Built with Angular for enterprise-grade reliability.",
|
||||
keywords: "POS system, user management, Angular application, authentication, dashboard",
|
||||
robots: {
|
||||
title: "Angular POS System - User Management", description: "Secure Point of Sale system with user authentication and management. Built with Angular for enterprise-grade reliability.", keywords: "POS system, user management, Angular application, authentication, dashboard", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
|
||||
@@ -89,7 +89,7 @@ export default function LoginPage() {
|
||||
type="submit"
|
||||
className="w-full bg-[var(--primary-cta)] hover:bg-opacity-90 text-[var(--primary-cta-text)] font-medium py-3 rounded-lg transition"
|
||||
>
|
||||
Sign In
|
||||
Access Dashboard
|
||||
</button>
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user