Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c6662abfe6 | |||
| 83d3f5c945 | |||
| 4d575f8453 | |||
| d17100ea26 | |||
| 7f9510304d | |||
| 3bd471c41d |
@@ -1,44 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Manrope } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ 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"),
|
||||
alternates: {
|
||||
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: [
|
||||
{
|
||||
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"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "God Owns Love Digital Hub", description: "Transform Your Life Through Practical Systems, Personal Mentorship, and Purpose-Driven Entrepreneurship with Coach Miracle Joseph Fidelis"};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${manrope.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1406,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -54,8 +54,8 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="GOD OWNS LOVE"
|
||||
description="Transform Your Life Through Digital Marketing Mastery with Faith, Integrity & Practical Systems"
|
||||
logoText="GOD OWNS LOVE DIGITAL HUB"
|
||||
description="Where Digital Marketing Excellence Meets Faith & Integrity — Led by Coach Miracle Joseph Fidelis. Transform Your Life Through Practical Systems, Personal Mentorship, and Purpose-Driven Entrepreneurship."
|
||||
buttons={[
|
||||
{ text: "Start Your Journey", href: "/contact" },
|
||||
{ text: "Watch Testimonials", href: "/testimonials" },
|
||||
@@ -63,13 +63,16 @@ 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"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS58cuM9gJnFO5CKC4lcEoSuBk/uploaded-1772575563052-igwiujjt.jpg", imageAlt: "Coach Miracle Joseph Fidelis - God Owns Love Digital Hub founder and CEO"
|
||||
},
|
||||
{
|
||||
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}
|
||||
@@ -78,7 +81,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
title="Coach Miracle: Turning Confusion Into Clarity, Beginners Into Entrepreneurs"
|
||||
title="Coach Miracle Joseph Fidelis: Founder & Brand Identity Behind God Owns Love Digital Hub"
|
||||
metrics={[
|
||||
{ icon: Users, label: "Students Transformed", value: "1,000+" },
|
||||
{ icon: TrendingUp, label: "Success Stories", value: "500+" },
|
||||
@@ -97,20 +100,26 @@ export default function HomePage() {
|
||||
tag="Our Advantages"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Explore Programs", href: "/programs" }
|
||||
]}
|
||||
features={[
|
||||
{
|
||||
title: "Personal Mentorship", description:
|
||||
"Step-by-step guidance from Coach Miracle, not just theory", bentoComponent: "reveal-icon", icon: Heart,
|
||||
title: "Personal Mentorship from Coach Miracle", description:
|
||||
"Step-by-step guidance from Coach Miracle Joseph Fidelis, the founder—not just theory, but real implementation support", bentoComponent: "reveal-icon", icon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Practical Systems", description:
|
||||
"Lead generation, funnels, branding - ready to implement", bentoComponent: "timeline", heading: "Your Growth Path", subheading: "From beginner to confident entrepreneur", items: [
|
||||
{
|
||||
label: "Foundation", detail: "Learn affiliate marketing basics with clarity"},
|
||||
label: "Foundation", detail: "Learn affiliate marketing basics with clarity"
|
||||
},
|
||||
{
|
||||
label: "Implementation", detail: "Build your offers and nurture leads"},
|
||||
label: "Implementation", detail: "Build your offers and nurture leads"
|
||||
},
|
||||
{
|
||||
label: "Mastery", detail: "Position yourself as an authority online"},
|
||||
label: "Mastery", detail: "Position yourself as an authority online"
|
||||
},
|
||||
],
|
||||
completedLabel: "Complete"},
|
||||
{
|
||||
@@ -142,19 +151,24 @@ export default function HomePage() {
|
||||
<MetricCardFourteen
|
||||
title="The Impact of Transformation: Real Results from Real Students"
|
||||
tag="Success Metrics"
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "90%", description:
|
||||
"Of students report clear understanding of affiliate marketing within weeks of joining"},
|
||||
"Of students report clear understanding of affiliate marketing within weeks of joining"
|
||||
},
|
||||
{
|
||||
id: "2", value: "8 weeks", description:
|
||||
"Average time to first meaningful results after implementing Coach Miracle's systems"},
|
||||
"Average time to first meaningful results after implementing Coach Miracle's systems"
|
||||
},
|
||||
{
|
||||
id: "3", value: "5x", description:
|
||||
"Average income growth potential for committed students in their first year"},
|
||||
"Average income growth potential for committed students in their first year"
|
||||
},
|
||||
{
|
||||
id: "4", value: "99%", description:
|
||||
"Student satisfaction with mentorship quality and personal attention from Coach"},
|
||||
"Student satisfaction with mentorship quality and personal attention from Coach"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -206,7 +220,7 @@ export default function HomePage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted By Entrepreneurs Worldwide"
|
||||
description="From Nigeria to the United States, Asia to Europe - thousands of entrepreneurs are building their digital empires with God Owns Love"
|
||||
description="From Nigeria to the United States, Asia to Europe - thousands of entrepreneurs are building their digital empires with God Owns Love Digital Hub, led by Coach Miracle Joseph Fidelis"
|
||||
tag="Global Community"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -245,7 +259,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2025 God Owns Love Digital Hub. Empowering Entrepreneurs Through Faith, Integrity & Excellence."
|
||||
copyrightText="© 2025 God Owns Love Digital Hub. Empowering Entrepreneurs Through Faith, Integrity & Excellence. Led by Coach Miracle Joseph Fidelis."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user