Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-05 10:29:31 +00:00
2 changed files with 5 additions and 11 deletions

View File

@@ -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,
},

View File

@@ -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>