Merge version_2 into main #2

Merged
bender merged 5 commits from version_2 into main 2026-03-05 10:42:50 +00:00
5 changed files with 1376 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ export default function AddUserPage() {
>
<div id="nav" data-section="nav" className="bg-[var(--card)] border-b border-gray-200 shadow-sm">
<nav className="mx-auto px-4 md:px-6 py-4 flex items-center justify-between">
<div className="text-xl font-bold text-[var(--primary-cta)]">POS System</div>
<div className="text-xl font-bold text-[var(--primary-cta)]">Website </div>
<div className="flex gap-6">
<Link href="/" className="text-[var(--foreground)] hover:text-[var(--accent)] transition">
Login
@@ -267,7 +267,7 @@ export default function AddUserPage() {
</div>
</div>
<div className="border-t border-opacity-20 pt-8 text-center text-sm opacity-80">
<p>&copy; 2025 Angular POS System. All rights reserved.</p>
<p>&copy; 2025 Angular Website . All rights reserved.</p>
</div>
</div>
</footer>

View File

@@ -38,7 +38,7 @@ export default function DashboardPage() {
>
<div id="nav" data-section="nav" className="bg-[var(--card)] border-b border-gray-200 shadow-sm">
<nav className="mx-auto px-4 md:px-6 py-4 flex items-center justify-between">
<div className="text-xl font-bold text-[var(--primary-cta)]">POS System</div>
<div className="text-xl font-bold text-[var(--primary-cta)]">Website </div>
<div className="flex gap-6">
<Link href="/" className="text-[var(--foreground)] hover:text-[var(--accent)] transition">
Login
@@ -216,7 +216,7 @@ export default function DashboardPage() {
</div>
</div>
<div className="border-t border-opacity-20 pt-8 text-center text-sm opacity-80">
<p>&copy; 2025 Angular POS System. All rights reserved.</p>
<p>&copy; 2025 Angular Website . All rights reserved.</p>
</div>
</div>
</footer>

File diff suppressed because it is too large Load Diff

View File

@@ -19,7 +19,7 @@ export default function LoginPage() {
>
<div id="nav" data-section="nav" className="bg-[var(--card)] border-b border-gray-200 shadow-sm">
<nav className="mx-auto px-4 md:px-6 py-4 flex items-center justify-between">
<div className="text-xl font-bold text-[var(--primary-cta)]">POS System</div>
<div className="text-xl font-bold text-[var(--primary-cta)]">Website </div>
<div className="flex gap-6">
<Link href="/" className="text-[var(--foreground)] hover:text-[var(--accent)] transition">
Login
@@ -144,7 +144,7 @@ export default function LoginPage() {
</div>
</div>
<div className="border-t border-opacity-20 pt-8 text-center text-sm opacity-80">
<p>&copy; 2025 Angular POS System. All rights reserved.</p>
<p>&copy; 2025 Angular Website . All rights reserved.</p>
</div>
</div>
</footer>

View File

@@ -109,7 +109,7 @@ export default function UsersListPage() {
>
<div id="nav" data-section="nav" className="bg-[var(--card)] border-b border-gray-200 shadow-sm">
<nav className="mx-auto px-4 md:px-6 py-4 flex items-center justify-between">
<div className="text-xl font-bold text-[var(--primary-cta)]">POS System</div>
<div className="text-xl font-bold text-[var(--primary-cta)]">Website </div>
<div className="flex gap-6">
<Link href="/" className="text-[var(--foreground)] hover:text-[var(--accent)] transition">
Login
@@ -300,7 +300,7 @@ export default function UsersListPage() {
</div>
</div>
<div className="border-t border-opacity-20 pt-8 text-center text-sm opacity-80">
<p>&copy; 2025 Angular POS System. All rights reserved.</p>
<p>&copy; 2025 Angular Website . All rights reserved.</p>
</div>
</div>
</footer>