Merge version_2 into main #2
@@ -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>© 2025 Angular POS System. All rights reserved.</p>
|
||||
<p>© 2025 Angular Website . All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -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>© 2025 Angular POS System. All rights reserved.</p>
|
||||
<p>© 2025 Angular Website . All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
1369
src/app/layout.tsx
1369
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>© 2025 Angular POS System. All rights reserved.</p>
|
||||
<p>© 2025 Angular Website . All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -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>© 2025 Angular POS System. All rights reserved.</p>
|
||||
<p>© 2025 Angular Website . All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user