Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-12 13:59:49 +00:00
5 changed files with 72 additions and 33 deletions

View File

@@ -96,21 +96,21 @@ export default function AboutPage() {
id: "01",
title: "Accessibility",
description: "Education should be available to every student, regardless of their background. We break down barriers to learning.",
imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215381.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215381.jpg?_wi=2",
imageAlt: "Accessible learning environment",
},
{
id: "02",
title: "Quality Content",
description: "Our curriculum is developed by experienced educators and updated regularly to meet current educational standards.",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-blonde-female-math-teacher-wearing-glasses-standing-view-front-chalkboard-holding-chalk-keeping-hand-waist-solving-math-problem-classroom_141793-105403.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-blonde-female-math-teacher-wearing-glasses-standing-view-front-chalkboard-holding-chalk-keeping-hand-waist-solving-math-problem-classroom_141793-105403.jpg?_wi=2",
imageAlt: "High-quality educational content",
},
{
id: "03",
title: "Student Success",
description: "We measure our success by the achievements of our students. Every improvement matters, and we celebrate every milestone.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-books_23-2148448082.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-books_23-2148448082.jpg?_wi=2",
imageAlt: "Student achievement and growth",
},
]}

View File

@@ -85,7 +85,7 @@ export default function DashboardPage() {
description:
"View all your enrolled subjects at a glance. See course progress, upcoming lessons, and important deadlines. Stay informed about every course you're taking.",
imageSrc:
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg",
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=3",
imageAlt: "Course management overview",
},
{
@@ -94,7 +94,7 @@ export default function DashboardPage() {
description:
"Monitor all pending assignments and deadlines. Submit homework directly through the platform and track submission history with instant confirmation.",
imageSrc:
"http://img.b2bpic.net/free-vector/school-timetable-template-with-pencils_23-2147653083.jpg",
"http://img.b2bpic.net/free-vector/school-timetable-template-with-pencils_23-2147653083.jpg?_wi=3",
imageAlt: "Assignment tracking system",
},
{
@@ -103,7 +103,7 @@ export default function DashboardPage() {
description:
"Review your academic performance through detailed charts and analytics. Identify strengths and areas for improvement. Track your learning journey visually.",
imageSrc:
"http://img.b2bpic.net/free-vector/education-white_24877-49399.jpg",
"http://img.b2bpic.net/free-vector/education-white_24877-49399.jpg?_wi=2",
imageAlt: "Performance analytics",
},
]}
@@ -126,7 +126,7 @@ export default function DashboardPage() {
description:
"Connect with your instructors directly through the messaging system. Ask questions, get clarifications, and receive personalized guidance on course material.",
imageSrc:
"http://img.b2bpic.net/free-photo/bored-woman-sitting-desk_23-2149366489.jpg",
"http://img.b2bpic.net/free-photo/bored-woman-sitting-desk_23-2149366489.jpg?_wi=3",
imageAlt: "Communication interface",
},
{
@@ -135,7 +135,7 @@ export default function DashboardPage() {
description:
"Access downloadable study guides, reference materials, and practice tests. Organize your learning resources by subject and topic for easy retrieval.",
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-boy-reading_23-2147663445.jpg",
"http://img.b2bpic.net/free-photo/unrecognizable-boy-reading_23-2147663445.jpg?_wi=3",
imageAlt: "Study materials",
},
{
@@ -144,7 +144,7 @@ export default function DashboardPage() {
description:
"Earn badges for completing milestones and achieving goals. Celebrate your progress and stay motivated throughout your learning journey.",
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-male-student-dark-shirt-wearing-yellow-backpack-flexing-blue-wall_140725-42341.jpg",
"http://img.b2bpic.net/free-photo/front-view-male-student-dark-shirt-wearing-yellow-backpack-flexing-blue-wall_140725-42341.jpg?_wi=2",
imageAlt: "Achievement rewards",
},
]}

View File

@@ -1,24 +1,61 @@
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"],
});
export const metadata: Metadata = {
title: "Next Step Academy - Online Learning Platform for Students",
description: "Join Next Step Academy for comprehensive online education. Access English Language, Literature, and Mathematics courses with interactive lessons, homework submission, and progress tracking for students up to Class 8.",
keywords: "online learning, education platform, student dashboard, homework submission, English, Mathematics, classes, interactive learning",
metadataBase: new URL("https://www.nextstepacademy.local"),
alternates: {
canonical: "https://www.nextstepacademy.local",
},
openGraph: {
title: "Next Step Academy - Learn Online",
description: "Empower your learning journey with Next Step Academy. Quality education for young learners.",
url: "https://www.nextstepacademy.local",
siteName: "Next Step Academy",
images: [
{
url: "http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215381.jpg",
alt: "Next Step Academy - Online Learning Platform",
},
],
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Next Step Academy - Quality Online Education",
description: "Join thousands of students learning with Next Step Academy",
images: ["http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215381.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${mulish.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${mulish.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -81,7 +81,7 @@ export default function HomePage() {
title="Welcome to Next Step Academy"
description="Empower young learners with engaging online education. Access subjects, submit homework, and track progress all in one place."
tag="Your Learning Journey Starts Here"
imageSrc="http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215381.jpg"
imageSrc="http://img.b2bpic.net/free-photo/study-group-learning-library_23-2149215381.jpg?_wi=1"
imageAlt="Students learning together in a bright classroom"
showBlur={true}
showDimOverlay={false}
@@ -104,7 +104,7 @@ export default function HomePage() {
description:
"Master grammar, vocabulary, writing, and communication skills. Build strong foundations for effective expression.",
imageSrc:
"http://img.b2bpic.net/free-vector/matching-game-with-fresh-vegetables_1308-39231.jpg",
"http://img.b2bpic.net/free-vector/matching-game-with-fresh-vegetables_1308-39231.jpg?_wi=1",
imageAlt: "English language learning materials",
},
{
@@ -113,7 +113,7 @@ export default function HomePage() {
description:
"Dive into classic and contemporary literature. Develop critical thinking and analytical skills through engaging stories and texts.",
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-boy-reading_23-2147663445.jpg",
"http://img.b2bpic.net/free-photo/unrecognizable-boy-reading_23-2147663445.jpg?_wi=1",
imageAlt: "English literature books and materials",
},
{
@@ -122,7 +122,7 @@ export default function HomePage() {
description:
"From arithmetic to algebra and geometry. Strengthen problem-solving abilities with clear explanations and practice problems.",
imageSrc:
"http://img.b2bpic.net/free-photo/concentrated-young-blonde-female-math-teacher-wearing-glasses-standing-view-front-chalkboard-holding-chalk-keeping-hand-waist-solving-math-problem-classroom_141793-105403.jpg",
"http://img.b2bpic.net/free-photo/concentrated-young-blonde-female-math-teacher-wearing-glasses-standing-view-front-chalkboard-holding-chalk-keeping-hand-waist-solving-math-problem-classroom_141793-105403.jpg?_wi=1",
imageAlt: "Mathematics learning equations and concepts",
},
]}
@@ -145,7 +145,7 @@ export default function HomePage() {
description:
"View all enrolled subjects, track assignments, and monitor your learning progress in one centralized location.",
imageSrc:
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg",
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=1",
imageAlt: "Student dashboard interface",
},
{
@@ -154,7 +154,7 @@ export default function HomePage() {
description:
"Upload assignments in PDF, image, or document format. Track submission status and meet deadlines with reminders.",
imageSrc:
"http://img.b2bpic.net/free-vector/school-timetable-template-with-pencils_23-2147653083.jpg",
"http://img.b2bpic.net/free-vector/school-timetable-template-with-pencils_23-2147653083.jpg?_wi=1",
imageAlt: "Homework submission system",
},
{
@@ -163,7 +163,7 @@ export default function HomePage() {
description:
"Interact with peers and instructors. Access announcements and stay connected with your learning community.",
imageSrc:
"http://img.b2bpic.net/free-photo/bored-woman-sitting-desk_23-2149366489.jpg",
"http://img.b2bpic.net/free-photo/bored-woman-sitting-desk_23-2149366489.jpg?_wi=1",
imageAlt: "Collaborative learning platform",
},
{
@@ -172,7 +172,7 @@ export default function HomePage() {
description:
"Monitor your growth through detailed analytics. Celebrate achievements and identify areas for improvement.",
imageSrc:
"http://img.b2bpic.net/free-vector/education-white_24877-49399.jpg",
"http://img.b2bpic.net/free-vector/education-white_24877-49399.jpg?_wi=1",
imageAlt: "Progress tracking analytics",
},
]}
@@ -206,7 +206,7 @@ export default function HomePage() {
"Next Step Academy has made learning so much fun! The interactive lessons and easy homework submission system changed how I study. My grades improved significantly!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-male-student-dark-shirt-wearing-yellow-backpack-flexing-blue-wall_140725-42341.jpg",
"http://img.b2bpic.net/free-photo/front-view-male-student-dark-shirt-wearing-yellow-backpack-flexing-blue-wall_140725-42341.jpg?_wi=1",
imageAlt: "happy student portrait young learner",
},
{
@@ -239,7 +239,7 @@ export default function HomePage() {
"My favorite part is seeing my progress tracked. It motivates me to do better. The English Literature section has introduced me to amazing books!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-books_23-2148448082.jpg",
"http://img.b2bpic.net/free-photo/portrait-beautiful-girl-with-books_23-2148448082.jpg?_wi=1",
imageAlt: "student studying focused learning",
},
{

View File

@@ -85,7 +85,7 @@ export default function SubjectsPage() {
description:
"Master grammar, vocabulary, writing, and communication skills. Build strong foundations for effective expression with interactive exercises and real-world applications.",
imageSrc:
"http://img.b2bpic.net/free-vector/matching-game-with-fresh-vegetables_1308-39231.jpg",
"http://img.b2bpic.net/free-vector/matching-game-with-fresh-vegetables_1308-39231.jpg?_wi=2",
imageAlt: "English language learning materials",
},
{
@@ -94,7 +94,7 @@ export default function SubjectsPage() {
description:
"Dive into classic and contemporary literature. Develop critical thinking and analytical skills through engaging stories and texts with comprehensive study guides.",
imageSrc:
"http://img.b2bpic.net/free-photo/unrecognizable-boy-reading_23-2147663445.jpg",
"http://img.b2bpic.net/free-photo/unrecognizable-boy-reading_23-2147663445.jpg?_wi=2",
imageAlt: "English literature books and materials",
},
{
@@ -103,7 +103,7 @@ export default function SubjectsPage() {
description:
"From arithmetic to algebra and geometry. Strengthen problem-solving abilities with clear explanations, step-by-step solutions, and practice problems with instant feedback.",
imageSrc:
"http://img.b2bpic.net/free-photo/concentrated-young-blonde-female-math-teacher-wearing-glasses-standing-view-front-chalkboard-holding-chalk-keeping-hand-waist-solving-math-problem-classroom_141793-105403.jpg",
"http://img.b2bpic.net/free-photo/concentrated-young-blonde-female-math-teacher-wearing-glasses-standing-view-front-chalkboard-holding-chalk-keeping-hand-waist-solving-math-problem-classroom_141793-105403.jpg?_wi=3",
imageAlt: "Mathematics learning equations and concepts",
},
]}
@@ -126,7 +126,7 @@ export default function SubjectsPage() {
description:
"All courses are created by experienced educators who understand student learning patterns and create materials that resonate with young learners.",
imageSrc:
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg",
"http://img.b2bpic.net/free-photo/classroom-class-study-academic-schedule_53876-133781.jpg?_wi=2",
imageAlt: "Expert educational content",
},
{
@@ -135,7 +135,7 @@ export default function SubjectsPage() {
description:
"Engage with multimedia content, animations, and interactive exercises that make learning fun and memorable. Move beyond traditional textbooks.",
imageSrc:
"http://img.b2bpic.net/free-vector/school-timetable-template-with-pencils_23-2147653083.jpg",
"http://img.b2bpic.net/free-vector/school-timetable-template-with-pencils_23-2147653083.jpg?_wi=2",
imageAlt: "Interactive learning lessons",
},
{
@@ -144,7 +144,7 @@ export default function SubjectsPage() {
description:
"Access study guides, practice tests, reference materials, and supplementary resources to deepen your understanding of each topic.",
imageSrc:
"http://img.b2bpic.net/free-photo/bored-woman-sitting-desk_23-2149366489.jpg",
"http://img.b2bpic.net/free-photo/bored-woman-sitting-desk_23-2149366489.jpg?_wi=2",
imageAlt: "Learning resources",
},
]}