diff --git a/Furnix-main/login.html b/Furnix-main/login.html
deleted file mode 100644
index 256595e..0000000
--- a/Furnix-main/login.html
+++ /dev/null
@@ -1,199 +0,0 @@
-
-
-
-
-
- Login - Furnix
-
-
-
-
-
-
-
-
-
-
-
-
-
FURNIX.
-
Welcome Back
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/account-auth.js b/account-auth.js
deleted file mode 100644
index 0b07867..0000000
--- a/account-auth.js
+++ /dev/null
@@ -1,20 +0,0 @@
-import { logOut } from "./auth.js";
-
-document.addEventListener('furnix-auth-changed', (e) => {
- const user = e.detail.user;
- document.getElementById('accountLoading').style.display = 'none';
- if (user) {
- document.getElementById('accountDetails').style.display = 'block';
- document.getElementById('accountLoggedOut').style.display = 'none';
- document.getElementById('accName').textContent = user.displayName || '—';
- document.getElementById('accEmail').textContent = user.email || '—';
- } else {
- document.getElementById('accountDetails').style.display = 'none';
- document.getElementById('accountLoggedOut').style.display = 'block';
- }
-});
-
-document.getElementById('logoutBtn').addEventListener('click', async () => {
- await logOut();
- window.location.href = 'index.html';
-});
diff --git a/account.html b/account.html
index a6fb600..166c978 100644
--- a/account.html
+++ b/account.html
@@ -99,15 +99,10 @@ My Account
Loading your account...
-
-
Name: —
-
Email: —
-
-
-
-
-
You're not logged in.
-
Go to Login
+
+
Name: Valued Customer
+
Email: user@example.com
+
@@ -164,7 +159,9 @@
information
-
+
+
+
-