STripe Paymen and PK payemtns and many othe rbacekd and froentened issues

This commit is contained in:
IGNY8 VPS (Salman)
2026-01-07 05:51:36 +00:00
parent 87d1662a18
commit 0386d4bf33
24 changed files with 1079 additions and 174 deletions

View File

@@ -15,6 +15,7 @@ import SuspenseLoader from "./components/common/SuspenseLoader";
// Auth pages - loaded immediately (needed for login)
import SignIn from "./pages/AuthPages/SignIn";
import SignUp from "./pages/AuthPages/SignUp";
import SignUpPK from "./pages/AuthPages/SignUpPK";
import Payment from "./pages/Payment";
import NotFound from "./pages/OtherPage/NotFound";
@@ -138,6 +139,7 @@ export default function App() {
{/* Auth Routes - Public */}
<Route path="/signin" element={<SignIn />} />
<Route path="/signup" element={<SignUp />} />
<Route path="/signup/pk" element={<SignUpPK />} />
<Route path="/payment" element={<Payment />} />
{/* Legal Pages - Public */}