Merge version_1 into main #1
@@ -83,7 +83,7 @@ export default function AnalyzerPage() {
|
||||
description="Paste any exam case study and get instant analysis of technical requirements. Our AI identifies exactly what the 2026 assessment objectives demand, so you know precisely what to address in your answer."
|
||||
tag="Smart Analysis"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png?_wi=2"
|
||||
imageAlt="Case study analyzer tool in action"
|
||||
showBlur={true}
|
||||
buttons={[
|
||||
@@ -112,21 +112,21 @@ export default function AnalyzerPage() {
|
||||
id: 1,
|
||||
title: "Paste Your Case Study",
|
||||
description: "Copy and paste the exam scenario directly into our platform. Whether it's a project brief, business problem, or technical scenario, we analyze the full context.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png?_wi=3",
|
||||
imageAlt: "Paste case study interface",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Get Requirements Breakdown",
|
||||
description: "Our AI instantly identifies all technical requirements referenced in the specification. You see exactly which objectives are tested, what depth is expected, and common areas students miss.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png?_wi=2",
|
||||
imageAlt: "Requirements breakdown analysis",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Answer with Confidence",
|
||||
description: "Armed with a clear understanding of what's being tested, you can now write answers that directly address examiner expectations. No more guessing—just focused, specification-aligned responses.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png?_wi=2",
|
||||
imageAlt: "Confident answering with guidance",
|
||||
},
|
||||
]}
|
||||
@@ -161,7 +161,7 @@ export default function AnalyzerPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png?_wi=2"
|
||||
imageAlt="Footer background"
|
||||
logoText="T-Level Study Pro"
|
||||
copyrightText="© 2025 T-Level Study Pro. Pearson T-Level aligned. All rights reserved."
|
||||
|
||||
@@ -1,24 +1,57 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Archivo } 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 { Archivo } 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 archivo = Archivo({
|
||||
variable: "--font-archivo",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "T-Level Digital Production Study Platform | AI Exam Prep",
|
||||
description: "Master Pearson T-Level Digital Production with AI-powered case study analysis and mark scheme simulator. Aligned with 2026 assessment objectives. High-contrast, accessible learning.",
|
||||
keywords: "T-Level, Digital Production, Pearson, exam preparation, case study analysis, mark scheme simulator, 2026",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "T-Level Digital Production Study Platform",
|
||||
description: "AI-powered exam preparation tools for Pearson T-Level Digital Production students. Case Study Analyzer and Mark Scheme Simulator aligned with 2026 specifications.",
|
||||
type: "website",
|
||||
siteName: "T-Level Study Pro",
|
||||
url: "https://t-level-study-pro.com",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png",
|
||||
alt: "T-Level Study Pro Platform",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Master Your T-Level Digital Production Exam",
|
||||
description: "AI study tools for Pearson T-Level Digital Production. Case Study Analyzer and Mark Scheme Simulator.",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png"],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +60,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${archivo.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +74,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -87,7 +87,7 @@ export default function HomePage() {
|
||||
tag="Exam Ready"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-modern-clean-study-platform-interface--1773625593421-68c24332.png?_wi=1"
|
||||
imageAlt="Students using T-Level study platform"
|
||||
showBlur={true}
|
||||
buttons={[
|
||||
@@ -116,21 +116,21 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Case Study Analyzer",
|
||||
description: "Paste your exam scenario and receive instant technical requirement identification based on 2026 assessment objectives. Understand what the examiners are looking for before you answer.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png?_wi=1",
|
||||
imageAlt: "Case study analysis interface",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Mark Scheme Simulator",
|
||||
description: "Get feedback that explains why answers earn 0, 1, or 2 marks. Uses Socratic questioning to help you think deeper rather than simply providing correct answers.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/mark-scheme-feedback-interface-showing-s-1773625592886-5cfa097d.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/mark-scheme-feedback-interface-showing-s-1773625592886-5cfa097d.png?_wi=1",
|
||||
imageAlt: "Mark scheme feedback interface",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Curriculum-Aligned",
|
||||
description: "Every response stays focused on the Pearson specification. If you ask something outside the curriculum, we gently redirect you back to exam goals.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png?_wi=1",
|
||||
imageAlt: "Curriculum framework visualization",
|
||||
},
|
||||
]}
|
||||
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
<MetricSplitMediaAbout
|
||||
title="Built for T-Level Success"
|
||||
description="Our platform combines deep curriculum knowledge with AI-powered learning to help students master the Pearson T-Level Digital Production specification. Designed by educators who understand exactly what 2026 assessments require."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/diverse-group-of-t-level-digital-product-1773625593529-6d97ce1d.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/diverse-group-of-t-level-digital-product-1773625593529-6d97ce1d.png?_wi=1"
|
||||
imageAlt="Students achieving success with the platform"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="entrance-slide"
|
||||
@@ -192,7 +192,7 @@ export default function HomePage() {
|
||||
name: "Emma Richardson",
|
||||
handle: "Year 2 Student",
|
||||
testimonial: "The Case Study Analyzer helped me understand what examiners actually wanted. Instead of guessing, I now know exactly which technical requirements to focus on.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592699-bc5180d3.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592699-bc5180d3.png?_wi=1",
|
||||
imageAlt: "Emma Richardson",
|
||||
},
|
||||
{
|
||||
@@ -200,7 +200,7 @@ export default function HomePage() {
|
||||
name: "James Chen",
|
||||
handle: "Year 2 Student",
|
||||
testimonial: "The Socratic feedback style made me actually think about my answers instead of just memorizing. I improved from 65% to 78% in just one term.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592373-a272ab6c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592373-a272ab6c.png?_wi=1",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
@@ -208,7 +208,7 @@ export default function HomePage() {
|
||||
name: "Sophie Williams",
|
||||
handle: "Year 1 Student",
|
||||
testimonial: "Love how everything is focused on the curriculum. When I asked about unrelated topics, it gently brought me back to what actually matters for the exam.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592310-89b360e2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592310-89b360e2.png?_wi=1",
|
||||
imageAlt: "Sophie Williams",
|
||||
},
|
||||
{
|
||||
@@ -216,7 +216,7 @@ export default function HomePage() {
|
||||
name: "Marcus Johnson",
|
||||
handle: "Year 2 Student",
|
||||
testimonial: "The high-contrast interface is so clear and easy on my eyes during long study sessions. Finally, a study tool that respects accessibility.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592778-c0f431d0.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592778-c0f431d0.png?_wi=1",
|
||||
imageAlt: "Marcus Johnson",
|
||||
},
|
||||
{
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
name: "Olivia Patel",
|
||||
handle: "Year 1 Student",
|
||||
testimonial: "Getting feedback that explains mark allocation was game-changing. Now I understand not just what's right, but why it's worth those marks.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592554-f9cadf34.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592554-f9cadf34.png?_wi=1",
|
||||
imageAlt: "Olivia Patel",
|
||||
},
|
||||
{
|
||||
@@ -232,7 +232,7 @@ export default function HomePage() {
|
||||
name: "Noah Bradley",
|
||||
handle: "Year 2 Student",
|
||||
testimonial: "This platform genuinely helped me feel more confident walking into the exam. I knew the specification inside and out.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625595870-a1f1c3b9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625595870-a1f1c3b9.png?_wi=1",
|
||||
imageAlt: "Noah Bradley",
|
||||
},
|
||||
]}
|
||||
@@ -310,7 +310,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png?_wi=1"
|
||||
imageAlt="Footer background"
|
||||
logoText="T-Level Study Pro"
|
||||
copyrightText="© 2025 T-Level Study Pro. Pearson T-Level aligned. All rights reserved."
|
||||
|
||||
@@ -69,7 +69,7 @@ export default function ResourcesPage() {
|
||||
<MetricSplitMediaAbout
|
||||
title="Comprehensive Study Framework"
|
||||
description="Our curriculum resources are built directly from the official 2026 Pearson T-Level Digital Production specification. Every assessment objective is broken down, explained, and tied to exam success strategies."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/diverse-group-of-t-level-digital-product-1773625593529-6d97ce1d.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/diverse-group-of-t-level-digital-product-1773625593529-6d97ce1d.png?_wi=2"
|
||||
imageAlt="Students studying curriculum resources"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="entrance-slide"
|
||||
@@ -111,7 +111,7 @@ export default function ResourcesPage() {
|
||||
name: "Mr. Davies",
|
||||
handle: "T-Level Tutor",
|
||||
testimonial: "These resources are exactly what my students need. They're perfectly aligned with the spec and help me structure my lessons around what actually gets tested.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592373-a272ab6c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592373-a272ab6c.png?_wi=2",
|
||||
imageAlt: "Mr. Davies",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function ResourcesPage() {
|
||||
name: "Rachel Morgan",
|
||||
handle: "Year 2 Student",
|
||||
testimonial: "I was lost until I found these resources. They break down each assessment objective so clearly. Now exam prep feels organized instead of overwhelming.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592699-bc5180d3.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592699-bc5180d3.png?_wi=2",
|
||||
imageAlt: "Rachel Morgan",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function ResourcesPage() {
|
||||
name: "Dr. Patel",
|
||||
handle: "T-Level Coordinator",
|
||||
testimonial: "Outstanding curriculum mapping. Every resource links directly to the specification. This saves hours of planning and ensures nothing is missed.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592778-c0f431d0.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625592778-c0f431d0.png?_wi=2",
|
||||
imageAlt: "Dr. Patel",
|
||||
},
|
||||
{
|
||||
@@ -135,7 +135,7 @@ export default function ResourcesPage() {
|
||||
name: "Sophie Chen",
|
||||
handle: "Year 1 Student",
|
||||
testimonial: "The high-contrast guides are perfect for my learning style. I can study for hours without eye strain and actually retain the information.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592310-89b360e2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592310-89b360e2.png?_wi=2",
|
||||
imageAlt: "Sophie Chen",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function ResourcesPage() {
|
||||
name: "James Wilson",
|
||||
handle: "Year 2 Student",
|
||||
testimonial: "When I don't understand a concept from my textbook, I come here. The explanation format is so much clearer and always exam-focused.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625595870-a1f1c3b9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-male-st-1773625595870-a1f1c3b9.png?_wi=2",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
{
|
||||
@@ -151,7 +151,7 @@ export default function ResourcesPage() {
|
||||
name: "Ms. Thompson",
|
||||
handle: "Head of Digital",
|
||||
testimonial: "These materials have become central to our department's T-Level program. They're current, thorough, and genuinely help students succeed.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592554-f9cadf34.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/professional-headshot-of-a-young-female--1773625592554-f9cadf34.png?_wi=2",
|
||||
imageAlt: "Ms. Thompson",
|
||||
},
|
||||
]}
|
||||
@@ -212,7 +212,7 @@ export default function ResourcesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png?_wi=4"
|
||||
imageAlt="Footer background"
|
||||
logoText="T-Level Study Pro"
|
||||
copyrightText="© 2025 T-Level Study Pro. Pearson T-Level aligned. All rights reserved."
|
||||
|
||||
@@ -77,21 +77,21 @@ export default function SimulatorPage() {
|
||||
id: 1,
|
||||
title: "Submit Your Answer",
|
||||
description: "Paste your complete answer to any T-Level Digital Production exam question. The simulator analyzes it against the official 2026 Pearson mark scheme criteria.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/a-focused-interface-showing-a-case-study-1773625593245-f6039101.png?_wi=4",
|
||||
imageAlt: "Submit answer interface",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Receive Mark Breakdown",
|
||||
description: "See exactly how your answer would be marked: 0 marks (significant gaps), 1 mark (partial understanding), or 2 marks (comprehensive answer). Each level includes clear reasoning.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/mark-scheme-feedback-interface-showing-s-1773625592886-5cfa097d.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/mark-scheme-feedback-interface-showing-s-1773625592886-5cfa097d.png?_wi=2",
|
||||
imageAlt: "Mark feedback display",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Answer Socratic Questions",
|
||||
description: "Instead of giving away the answer, we ask: 'Have you considered...?' and 'What about...?' This guides your thinking and helps you discover missing elements yourself.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/visual-representation-of-curriculum-fram-1773625593000-efd058b1.png?_wi=3",
|
||||
imageAlt: "Socratic questioning approach",
|
||||
},
|
||||
]}
|
||||
@@ -175,7 +175,7 @@ export default function SimulatorPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0UXqZ6WaOwibcz6AZgpq0ytYy/subtle-professional-background-for-foote-1773625593371-2c349b08.png?_wi=3"
|
||||
imageAlt="Footer background"
|
||||
logoText="T-Level Study Pro"
|
||||
copyrightText="© 2025 T-Level Study Pro. Pearson T-Level aligned. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user