Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b26284ca99 | |||
| 011ad9f3f4 | |||
| 7a9f4a8efd | |||
| 80018753b8 | |||
| 56f4d2b936 | |||
| 5e8980e42a | |||
| 5e81def05a |
@@ -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>
|
||||
|
||||
1381
src/app/layout.tsx
1381
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
|
||||
@@ -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>
|
||||
|
||||
@@ -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