From f7dfa9e098dfc2bf9439b016369de94f220c5e39 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:49:07 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 308ada3..171bdd7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "AffiliateHub - Earn Passive Income", description: "Join 50,000+ affiliates earning with AffiliateHub's premium affiliate marketing platform."}; + title: "AffiliateHub - Earn Passive Income", description: "Join 50,000+ affiliates earning with AffiliateHub's premium affiliate marketing platform." +}; export default function RootLayout({ children, -- 2.49.1 From 53596f67cdfd96cf44a4e6ac758c3e6e5b1e2cd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:49:08 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9170cde..f4aa7e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function AffiliateHubPage() {