Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -57,7 +57,7 @@ export default function CertificatesPage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=4",
|
||||
imageAlt: "professional certificate achievement award",
|
||||
},
|
||||
{
|
||||
@@ -67,7 +67,7 @@ export default function CertificatesPage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg?_wi=2",
|
||||
imageAlt: "completion certificate professional award",
|
||||
},
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function CertificatesPage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg?_wi=2",
|
||||
imageAlt: "professional certification achievement document",
|
||||
},
|
||||
];
|
||||
@@ -161,7 +161,7 @@ export default function CertificatesPage() {
|
||||
title="Training FAQs"
|
||||
description="Common questions about the Abbott training portal, certification requirements, and system access."
|
||||
faqs={faqs}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg?_wi=2"
|
||||
imageAlt="frequently asked questions help center"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
@@ -1,24 +1,56 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Abbott Training Portal - Machine Error Certification",
|
||||
description: "Complete interactive training and certification for machine system errors. Learn, test, and earn certificates.",
|
||||
keywords: "training portal, certification, machine errors, employee learning, professional development",
|
||||
openGraph: {
|
||||
title: "Abbott Training Portal - Machine Error Certification",
|
||||
description: "Master machine system errors through structured learning and certification.",
|
||||
type: "website",
|
||||
siteName: "Abbott Training Portal",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg",
|
||||
alt: "Abbott Training Portal",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Abbott Training Portal",
|
||||
description: "Learn and earn certifications for machine system errors",
|
||||
images: ["http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +59,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +73,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -54,7 +54,7 @@ export default function HomePage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg?_wi=1"
|
||||
imageAlt="Abbott Training Portal Dashboard"
|
||||
showDimOverlay={false}
|
||||
/>
|
||||
@@ -71,25 +71,25 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Select Error Category",
|
||||
description: "Choose from our library of machine system errors (Error 303, 404, 500, etc.) and begin your learning journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg?_wi=1",
|
||||
imageAlt: "Select training category",
|
||||
},
|
||||
{
|
||||
title: "Learn & Understand",
|
||||
description: "Watch detailed video explanations paired with comprehensive text documentation covering error causes, symptoms, and prevention strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg?_wi=1",
|
||||
imageAlt: "Learn video and documentation",
|
||||
},
|
||||
{
|
||||
title: "Take the Test",
|
||||
description: "Complete a 7-8 question multiple choice assessment (options A, B, C, D) testing your understanding of the error and solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg?_wi=1",
|
||||
imageAlt: "Take multiple choice test",
|
||||
},
|
||||
{
|
||||
title: "Earn Certificate",
|
||||
description: "Pass with 80% or higher to instantly earn your certificate. View and track all certifications in your personal profile.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=1",
|
||||
imageAlt: "Earn certificate",
|
||||
},
|
||||
]}
|
||||
@@ -120,7 +120,7 @@ export default function HomePage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=2",
|
||||
imageAlt: "Error 303 Certificate",
|
||||
},
|
||||
{
|
||||
@@ -130,7 +130,7 @@ export default function HomePage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg?_wi=1",
|
||||
imageAlt: "Error 404 Certificate",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function HomePage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg?_wi=1",
|
||||
imageAlt: "Error 500 Certificate",
|
||||
},
|
||||
]}
|
||||
@@ -187,7 +187,7 @@ export default function HomePage() {
|
||||
content: "Tests do not have a strict time limit, but we recommend completing each test in one sitting for optimal performance. Pace yourself and refer back to learning materials as needed.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg?_wi=1"
|
||||
imageAlt="Training Portal FAQ"
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
@@ -87,7 +87,7 @@ export default function ResultsPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=6"
|
||||
imageAlt="professional certificate achievement award"
|
||||
showDimOverlay={false}
|
||||
/>
|
||||
@@ -113,7 +113,7 @@ export default function ResultsPage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=7",
|
||||
imageAlt: "Error 303 Certificate",
|
||||
},
|
||||
{
|
||||
@@ -123,7 +123,7 @@ export default function ResultsPage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg?_wi=4",
|
||||
imageAlt: "Error 404 Certificate",
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function ResultsPage() {
|
||||
price: "Completed",
|
||||
rating: 5,
|
||||
reviewCount: "Passed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg?_wi=4",
|
||||
imageAlt: "Error 500 Certificate",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -87,7 +87,7 @@ export default function TestPage() {
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg?_wi=4"
|
||||
imageAlt="multiple choice quiz test interface"
|
||||
showDimOverlay={false}
|
||||
/>
|
||||
@@ -104,7 +104,7 @@ export default function TestPage() {
|
||||
{
|
||||
title: "Error 303: Communication Protocol Failure",
|
||||
description: "Test your understanding of communication protocol failures, symptoms, and solutions. This test covers error diagnosis and prevention strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg?_wi=3",
|
||||
imageAlt: "Error 303 test",
|
||||
button: {
|
||||
text: "Start Test",
|
||||
@@ -114,7 +114,7 @@ export default function TestPage() {
|
||||
{
|
||||
title: "Error 404: Resource Not Found",
|
||||
description: "Assess your knowledge of resource identification errors, their causes, and troubleshooting methods. Learn to resolve not-found errors efficiently.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg?_wi=3",
|
||||
imageAlt: "Error 404 test",
|
||||
button: {
|
||||
text: "Start Test",
|
||||
@@ -124,7 +124,7 @@ export default function TestPage() {
|
||||
{
|
||||
title: "Error 500: Internal Server Error",
|
||||
description: "Evaluate your understanding of server errors, their root causes, and recovery procedures. Master internal error handling and prevention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-service-representative-using-computer-while-communicating-with-clients-online_637285-6679.jpg?_wi=3",
|
||||
imageAlt: "Error 500 test",
|
||||
button: {
|
||||
text: "Start Test",
|
||||
@@ -150,19 +150,19 @@ export default function TestPage() {
|
||||
{
|
||||
title: "Test Format",
|
||||
description: "Each test contains 7-8 multiple choice questions with options A, B, C, and D. Carefully read each question and select the best answer based on your learning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=5",
|
||||
imageAlt: "Test format",
|
||||
},
|
||||
{
|
||||
title: "Passing Score",
|
||||
description: "You must achieve 80% or higher to earn your certificate. This ensures comprehensive understanding of the machine system error and solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-giving-high-five-his-business-partner_23-2148087309.jpg?_wi=3",
|
||||
imageAlt: "Passing requirements",
|
||||
},
|
||||
{
|
||||
title: "Time & Retakes",
|
||||
description: "Tests have no strict time limit, but work at a steady pace. You can retake any test as many times as needed. Review learning materials before retrying.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-bank-holiday-labels_23-2149380713.jpg?_wi=3",
|
||||
imageAlt: "Time and retakes",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -47,7 +47,7 @@ export default function TrainingPage() {
|
||||
{
|
||||
title: "Error 303: Communication Protocol Failure",
|
||||
description: "Learn to diagnose and resolve communication protocol failures. Understand error causes, symptoms, prevention strategies, and troubleshooting techniques.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/virtual-classroom-study-space_23-2149178621.jpg?_wi=2",
|
||||
imageAlt: "Error 303 training module",
|
||||
button: {
|
||||
text: "Begin Training",
|
||||
@@ -57,7 +57,7 @@ export default function TrainingPage() {
|
||||
{
|
||||
title: "Error 404: Resource Not Found",
|
||||
description: "Master resource location and availability issues. Learn how to identify missing resources, implement proper error handling, and verify system accessibility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-using-digital-tablet_1170-833.jpg?_wi=2",
|
||||
imageAlt: "Error 404 training module",
|
||||
button: {
|
||||
text: "Begin Training",
|
||||
@@ -67,7 +67,7 @@ export default function TrainingPage() {
|
||||
{
|
||||
title: "Error 500: Internal Server Error",
|
||||
description: "Understand and troubleshoot internal server errors. Learn debugging techniques, log analysis, and prevention measures for server-side failures.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg?_wi=2",
|
||||
imageAlt: "Error 500 training module",
|
||||
button: {
|
||||
text: "Begin Training",
|
||||
@@ -92,19 +92,19 @@ export default function TrainingPage() {
|
||||
{
|
||||
title: "Complete Learning Materials",
|
||||
description: "Review comprehensive documentation and video tutorials covering all aspects of the error, including technical details, real-world scenarios, and best practices.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-working-his-laptop-looking-chart-data-his-living-room_482257-18753.jpg?_wi=2",
|
||||
imageAlt: "Learning materials",
|
||||
},
|
||||
{
|
||||
title: "Pass the Assessment",
|
||||
description: "Complete an 8-question multiple choice test. Answer at least 6-7 questions correctly (80% score) to earn your certification and demonstrate mastery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/time-management-concept-landing-page_52683-22493.jpg?_wi=3",
|
||||
imageAlt: "Assessment test",
|
||||
},
|
||||
{
|
||||
title: "Receive Your Certificate",
|
||||
description: "Upon passing, receive your digital certificate immediately. Download, print, or share your achievement with your professional network.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/professional-certificate-template_23-2147962944.jpg?_wi=3",
|
||||
imageAlt: "Receive certificate",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user