From af8868da2338ad69b7dc4b74f273e33e2e2de14e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:01:54 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 26b0bf6..f391a9c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const manrope = Manrope({ - variable: "--font-manrope", - subsets: ["latin"], + variable: "--font-manrope", subsets: ["latin"], }); export const metadata: Metadata = { - title: "God Owns Love Digital Hub - Mentorship Academy for Affiliate Marketing", - description: "Transform your life through digital marketing mastery with Coach Miracle. Faith-based mentorship, practical systems, and personal guidance for aspiring entrepreneurs worldwide.", - keywords: "affiliate marketing, digital marketing coaching, online business mentorship, Coach Miracle, entrepreneurship training, digital hub", - metadataBase: new URL("https://godownslovedigitalhub.com"), + title: "God Owns Love Digital Hub - Mentorship Academy for Affiliate Marketing", description: "Transform your life through digital marketing mastery with Coach Miracle. Faith-based mentorship, practical systems, and personal guidance for aspiring entrepreneurs worldwide.", keywords: "affiliate marketing, digital marketing coaching, online business mentorship, Coach Miracle, entrepreneurship training, digital hub", metadataBase: new URL("https://godownslovedigitalhub.com"), alternates: { - canonical: "https://godownslovedigitalhub.com", - }, + canonical: "https://godownslovedigitalhub.com"}, openGraph: { - title: "God Owns Love Digital Hub - Digital Marketing Mentorship", - description: "Learn affiliate marketing with integrity, faith, and practical systems from Coach Miracle.", - url: "https://godownslovedigitalhub.com", - siteName: "God Owns Love Digital Hub", - type: "website", - images: [ + title: "God Owns Love Digital Hub - Digital Marketing Mentorship", description: "Learn affiliate marketing with integrity, faith, and practical systems from Coach Miracle.", url: "https://godownslovedigitalhub.com", siteName: "God Owns Love Digital Hub", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099222.jpg", - alt: "God Owns Love Digital Hub - Premium Digital Marketing Academy", - }, + url: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099222.jpg", alt: "God Owns Love Digital Hub - Premium Digital Marketing Academy"}, ], }, twitter: { - card: "summary_large_image", - title: "God Owns Love Digital Hub - Mentorship Academy", - description: "Transform your digital marketing journey with Coach Miracle's proven systems.", - images: ["http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099222.jpg"], + card: "summary_large_image", title: "God Owns Love Digital Hub - Mentorship Academy", description: "Transform your digital marketing journey with Coach Miracle's proven systems.", images: ["http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099222.jpg"], }, robots: { index: true, @@ -1424,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 355e2560574e75a17de2ecad79771319b6ff0844 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:01:54 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 217 ++++++++++++----------------------------------- 1 file changed, 54 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c37995..a339059 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,19 +63,13 @@ export default function HomePage() { slides={[ { imageSrc: - "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099222.jpg", - imageAlt: "digital transformation online learning mentorship professional growth career development", - }, + "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151099222.jpg", imageAlt: "digital transformation online learning mentorship professional growth career development"}, { imageSrc: - "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", - imageAlt: "coaching business mentoring professional training personal development success", - }, + "http://img.b2bpic.net/free-photo/mid-adult-ceo-giving-presentation-his-team-office-asks-one-his-colleagues-opinion_637285-985.jpg", imageAlt: "coaching business mentoring professional training personal development success"}, { imageSrc: - "http://img.b2bpic.net/free-photo/businesswoman-is-using-laptop-offic_53876-132186.jpg", - imageAlt: "affiliate marketing digital business online success entrepreneurship income generation", - }, + "http://img.b2bpic.net/free-photo/businesswoman-is-using-laptop-offic_53876-132186.jpg", imageAlt: "affiliate marketing digital business online success entrepreneurship income generation"}, ]} autoplayDelay={5000} showDimOverlay={true} @@ -99,46 +93,29 @@ export default function HomePage() {
@@ -327,8 +221,7 @@ export default function HomePage() { ); -} \ No newline at end of file +} -- 2.49.1