diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 39119ee..d9d8103 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "SHOEMOB - Premium Shoes & Mobile Accessories", description: "Elevate your style with premium footwear and elite mobile accessories from SHOEMOB."}; + title: "SHOEMOB - Premium Shoes & Mobile Accessories", description: "Elevate your style with premium footwear and elite mobile accessories from SHOEMOB. Visit shoemob.in or admin.shoemob.in"}; export default function RootLayout({ children, diff --git a/src/app/page.tsx b/src/app/page.tsx index 69d07dd..3546f17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function HomePage() { { label: "Privacy Policy", href: "#" }, { label: "Terms & Conditions", href: "#" }, { label: "Refund Policy", href: "#" }, - { label: "Admin Portal", href: "/admin" }, + { label: "Admin Portal", href: "https://admin.shoemob.in" }, ], }, ]; @@ -83,7 +83,7 @@ export default function HomePage() {