project name updated

This commit is contained in:
Alaguraj0361 2025-08-14 10:30:28 +05:30
parent afb3d6550d
commit 6d40436273
2 changed files with 2 additions and 2 deletions

2
package-lock.json generated
View File

@ -1,5 +1,5 @@
{ {
"name": "politian", "name": "janahan-law",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@ -18,7 +18,7 @@ function MyApp({ Component, pageProps }) {
return ( return (
<div> <div>
<Head> <Head>
<title>Politian - Political Campaign Next Js Template</title> <title>Janahan Law - US Immigration Law</title>
</Head> </Head>
<Provider store={store}> <Provider store={store}>
<PersistGate loading={null} persistor={persistor}> <PersistGate loading={null} persistor={persistor}>