From 6116239fc944aa781ed725ae126af15aa579dbd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:46:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.49.1 From 5aab089937558a110e027665d74ef2fe037ecf77 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:46:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() {
-- 2.49.1