From 82add29e5ae99be210c98350c8f1000b80249212 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 23:45:21 +0000 Subject: [PATCH 1/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9c3ec4d..bdd7038 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -122,7 +122,7 @@ export default function ContactPage() { icon: Phone, }, ]} - imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg" + imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg?_wi=3" mediaAnimation="slide-up" imagePosition="right" textboxLayout="default" -- 2.49.1 From 0e5899a0b886472eb174d213e3218345635da356 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 23:45:21 +0000 Subject: [PATCH 2/5] Update src/app/courses/page.tsx --- src/app/courses/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/courses/page.tsx b/src/app/courses/page.tsx index 7fc1d22..6141d9e 100644 --- a/src/app/courses/page.tsx +++ b/src/app/courses/page.tsx @@ -90,28 +90,28 @@ export default function CoursesPage() { id: "course-1", name: "Fundamentals of Web Development", price: "Beginner", - imageSrc: "http://img.b2bpic.net/free-psd/gradient-e-learning-template_23-2149955899.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/gradient-e-learning-template_23-2149955899.jpg?_wi=3", imageAlt: "Web Development Course", }, { id: "course-2", name: "Advanced JavaScript & React", price: "Intermediate", - imageSrc: "http://img.b2bpic.net/free-psd/online-study-banner-template_23-2148813631.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/online-study-banner-template_23-2148813631.jpg?_wi=3", imageAlt: "Advanced JavaScript Course", }, { id: "course-3", name: "Full Stack Development Masterclass", price: "Advanced", - imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-language-learning-facebook-template_23-2150134743.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-language-learning-facebook-template_23-2150134743.jpg?_wi=3", imageAlt: "Full Stack Course", }, { id: "course-4", name: "Cloud Architecture & DevOps", price: "Expert", - imageSrc: "http://img.b2bpic.net/free-psd/education-template-design_23-2151068952.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/education-template-design_23-2151068952.jpg?_wi=3", imageAlt: "Cloud DevOps Course", }, ]} @@ -136,28 +136,28 @@ export default function CoursesPage() { id: "feature-1", title: "HD Video Content", tags: ["1080p", "Downloadable"], - imageSrc: "http://img.b2bpic.net/free-psd/gradient-e-learning-template_23-2149955899.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/gradient-e-learning-template_23-2149955899.jpg?_wi=4", imageAlt: "HD Video Quality", }, { id: "feature-2", title: "Interactive Lessons", tags: ["Quizzes", "Exercises"], - imageSrc: "http://img.b2bpic.net/free-psd/online-study-banner-template_23-2148813631.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/online-study-banner-template_23-2148813631.jpg?_wi=4", imageAlt: "Interactive Learning", }, { id: "feature-3", title: "Live Support", tags: ["Chat", "Forums"], - imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-language-learning-facebook-template_23-2150134743.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/hand-drawn-language-learning-facebook-template_23-2150134743.jpg?_wi=4", imageAlt: "Live Support", }, { id: "feature-4", title: "Lifetime Access", tags: ["Always Available", "Updates"], - imageSrc: "http://img.b2bpic.net/free-psd/education-template-design_23-2151068952.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/education-template-design_23-2151068952.jpg?_wi=4", imageAlt: "Lifetime Access", }, ]} -- 2.49.1 From 80cb69b9ec07a67501c6718973a5b7f20c192ae9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 23:45:22 +0000 Subject: [PATCH 3/5] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 368f4f5..5aee424 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -106,7 +106,7 @@ export default function DashboardPage() { icon: Award, }, ]} - imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg" + imageSrc="http://img.b2bpic.net/free-vector/template-user-panel-dashboard_23-2148368852.jpg?_wi=2" mediaAnimation="slide-up" imagePosition="right" textboxLayout="default" -- 2.49.1 From 9b534bc653ca198affab54151cc0aeb9c6ce67c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 23:45:22 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 83bcc55..86df192 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,29 +1,43 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; +import { Libre_Baskerville } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Libre_Baskerville } from "next/font/google"; - - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; const libreBaskerville = Libre_Baskerville({ variable: "--font-libre-baskerville", subsets: ["latin"], weight: ["400", "700"], }); + const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "LearnHub - Online Learning Platform", + description: "Secure access to professional video courses. Log in with your email and license key to access comprehensive learning materials.", + keywords: "online learning, video courses, education platform, professional development", + openGraph: { + title: "LearnHub - Online Learning Platform", + description: "Access professional video courses and enhance your skills", + siteName: "LearnHub", + type: "website", + }, + twitter: { + card: "summary_large_image", + title: "LearnHub - Online Learning Platform", + description: "Secure online learning with professional video courses", + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -32,7 +46,9 @@ export default function RootLayout({ return ( - + {children}