Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-15 23:18:19 +00:00
6 changed files with 67 additions and 32 deletions

View File

@@ -95,7 +95,7 @@ export default function AssignmentsPage() {
{ text: "Create Assignment", href: "#contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg"
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg?_wi=4"
imageAlt="Students engaging with phonics learning platform"
showDimOverlay={false}
showBlur={true}
@@ -115,7 +115,7 @@ export default function AssignmentsPage() {
title: "Easy Assignment Creation",
description: "Create targeted assignments from module content. Select specific phonics concepts, set difficulty levels, define deadlines, and customize instructions for your students.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg?_wi=4",
imageAlt: "interactive learning module app interface",
},
items: [
@@ -130,7 +130,7 @@ export default function AssignmentsPage() {
title: "Real-Time Progress Monitoring",
description: "Track student responses in real-time. View completion rates, time spent per task, and performance data. Identify struggling students immediately for timely intervention.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg?_wi=4",
imageAlt: "assignment tracking progress analytics dashboard",
},
items: [
@@ -145,7 +145,7 @@ export default function AssignmentsPage() {
title: "Comprehensive Feedback",
description: "Provide detailed feedback on assignments. Add comments, scores, and recommendations for improvement. Students receive constructive guidance to enhance their learning.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg?_wi=4",
imageAlt: "teacher student role based dashboard",
},
items: [
@@ -193,7 +193,7 @@ export default function AssignmentsPage() {
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/operator-answering-client-phone-call-customer-care-service-helping-people-call-center-support-male-receptionist-giving-telemarketing-assistance-phone-helpline-office_482257-47212.jpg"
imageSrc="http://img.b2bpic.net/free-photo/operator-answering-client-phone-call-customer-care-service-helping-people-call-center-support-male-receptionist-giving-telemarketing-assistance-phone-helpline-office_482257-47212.jpg?_wi=1"
imageAlt="friendly support team customer service"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -70,7 +70,7 @@ export default function ContactPage() {
required: true,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/operator-answering-client-phone-call-customer-care-service-helping-people-call-center-support-male-receptionist-giving-telemarketing-assistance-phone-helpline-office_482257-47212.jpg"
imageSrc="http://img.b2bpic.net/free-photo/operator-answering-client-phone-call-customer-care-service-helping-people-call-center-support-male-receptionist-giving-telemarketing-assistance-phone-helpline-office_482257-47212.jpg?_wi=2"
imageAlt="friendly support team customer service"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -88,7 +88,7 @@ export default function DashboardPage() {
{ text: "Start an Assignment", href: "/modules" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg"
imageSrc="http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg?_wi=2"
imageAlt="Teacher and student using dashboard"
showDimOverlay={false}
showBlur={true}
@@ -108,7 +108,7 @@ export default function DashboardPage() {
title: "Real-Time Progress Tracking",
description: "Monitor your learning journey with detailed analytics and visual progress indicators for each phonics module.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg?_wi=2",
},
items: [
{ icon: TrendingUp, text: "Performance trends" },
@@ -122,7 +122,7 @@ export default function DashboardPage() {
title: "Classroom Management",
description: "For teachers: Create classrooms, manage student rosters, assign modules, and review submissions all from one dashboard.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg?_wi=2",
},
items: [
{ icon: Users, text: "Student management" },
@@ -136,7 +136,7 @@ export default function DashboardPage() {
title: "Personalized Learning Paths",
description: "Get recommendations based on your performance. Your dashboard adapts to suggest next modules and reinforcement activities.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg?_wi=2",
},
items: [
{ icon: TrendingUp, text: "Smart recommendations" },

View File

@@ -1,27 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Mulish } 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 { Mulish } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "PhonicsLearn - Interactive Phonics LMS for Students & Teachers",
description: "Master phonics with an innovative learning management system. Interactive modules, progress tracking, and classroom assignments in one unified platform.",
keywords: "LMS, phonics education, interactive learning, classroom management, student progress tracking",
metadataBase: new URL("https://phonicslearn.edu"),
alternates: {
canonical: "https://phonicslearn.edu",
},
openGraph: {
title: "PhonicsLearn - Transform Phonics Education",
description: "Interactive phonics learning platform for students and teachers with real-time progress tracking.",
url: "https://phonicslearn.edu",
siteName: "PhonicsLearn",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg",
alt: "PhonicsLearn Platform",
},
],
},
twitter: {
card: "summary_large_image",
title: "PhonicsLearn - Interactive Phonics Education",
description: "Learn phonics interactively. Track progress. Manage classrooms. All in one platform.",
images: ["http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
@@ -31,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -43,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -91,7 +91,7 @@ export default function ModulesPage() {
{ text: "Start a Module", href: "/dashboard" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg"
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg?_wi=3"
imageAlt="Students engaging with phonics learning platform"
showDimOverlay={false}
showBlur={true}
@@ -111,7 +111,7 @@ export default function ModulesPage() {
title: "Interactive Lessons",
description: "Engage with dynamic phonics lessons featuring audio pronunciation guides, visual letter demonstrations, and word sound associations.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg?_wi=3",
imageAlt: "interactive learning module app interface",
},
items: [
@@ -126,7 +126,7 @@ export default function ModulesPage() {
title: "Practice Exercises",
description: "Reinforce learning with interactive exercises including letter recognition, sound matching, and word building activities tailored to proficiency levels.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg?_wi=3",
imageAlt: "assignment tracking progress analytics dashboard",
},
items: [
@@ -141,7 +141,7 @@ export default function ModulesPage() {
title: "Progress Tracking",
description: "Monitor module completion, time spent learning, and mastery levels. Comprehensive analytics help identify strengths and areas needing reinforcement.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg?_wi=3",
imageAlt: "teacher student role based dashboard",
},
items: [
@@ -197,7 +197,7 @@ export default function ModulesPage() {
content: "Absolutely. Teachers access detailed reports showing time spent per module, completion status, assessment scores, and learning patterns for each student.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-putting-hands-together_23-2149204790.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-putting-hands-together_23-2149204790.jpg?_wi=2"
imageAlt="customer support help desk team"
mediaAnimation="blur-reveal"
mediaPosition="right"

View File

@@ -58,7 +58,7 @@ export default function HomePage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg"
imageSrc="http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891325.jpg?_wi=1"
imageAlt="Students engaging with phonics learning platform"
showDimOverlay={false}
showBlur={true}
@@ -97,7 +97,7 @@ export default function HomePage() {
title: "Interactive Phonics Modules",
description: "Engage with comprehensive phonics lessons covering letters, sounds, and word examples with audio and visual aids.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/travel-online-onboarding-app-screens-mobile-phone_23-2148409295.jpg?_wi=1",
imageAlt: "interactive learning module app interface",
},
items: [
@@ -121,7 +121,7 @@ export default function HomePage() {
title: "Assignment & Progress Tracking",
description: "Teachers assign work and students complete tasks. Real-time progress tracking helps identify areas needing improvement.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/collection-costumer-journey-maps_23-2148557697.jpg?_wi=1",
imageAlt: "assignment tracking progress analytics dashboard",
},
items: [
@@ -145,7 +145,7 @@ export default function HomePage() {
title: "Role-Based Dashboards",
description: "Customized interfaces for teachers and students. Teachers manage classrooms, students access their learning path.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-school-class-with-laptop-computer_23-2150105023.jpg?_wi=1",
imageAlt: "teacher student role based dashboard",
},
items: [
@@ -259,7 +259,7 @@ export default function HomePage() {
content: "Yes, our API supports integration with learning management systems, student information systems, and other educational platforms.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-putting-hands-together_23-2149204790.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-putting-hands-together_23-2149204790.jpg?_wi=1"
imageAlt="customer support help desk team"
mediaAnimation="blur-reveal"
mediaPosition="right"