'use client';

import React from "react";
import { motion} from "framer-motion";
import { Container, Row, Col, Accordion } from 'react-bootstrap';
import HeaderTop from "@/components/HeaderTop";
import HeaderSticky from "@/components/HeaderSticky";

export default function ResourceVerificationPage() {
  return (
    <React.Fragment>
      <section className="section-default">
        <Container className="min-vh-100 py-3 py-md-5 d-flex flex-column position-relative" style={{backgroundImage:"url('https://media.vensysco.com/resource-verification-e1.webp')", backgroundPosition:"center right", backgroundSize:"contain", backgroundRepeat: "no-repeat"}}>
          <HeaderTop />
          <HeaderSticky />
          <Row className='flex-fill align-items-end align-items-md-center justify-content-center justify-content-md-start text-center text-md-start mb-5 mb-md-0'>
            <Col md={5}>
              <motion.h1 className="display-3 fw-bold" whileInView={{y:[-30,0]}} transition={{duration:1.8}}>
                Resource Verification
              </motion.h1>
              <motion.hr className="border-4 mx-auto mx-md-0" whileInView={{width:[0,'50%']}} transition={{duration:2}} />                
              <motion.h2 className='fs-3' whileInView={{y:[30,0]}} transition={{duration:1.6}}>
                Ensuring Credibility and Fairness in Exams
              </motion.h2>
            </Col>                  
          </Row>        
        </Container>
      </section>
      <Container className="py-3 py-md-5 position-relative">          
          <Row className='g-3 g-md-5 align-items-center'>
            <Col md={12}>
                <motion.p className="text-center lead">
                    In the realm of examinations, credibility is the cornerstone upon which trust is built. At Vensysco, we pride ourselves on our unwavering commitment to upholding this trust. Our Resource Verification method remains steadfast in its mission to guarantee the authenticity and integrity of the exams we oversee. Building upon the foundation of our old content, we have further enhanced our approach to meticulous verification of resources, question papers, and exam materials, all in the pursuit of ensuring that the right content consistently finds its way to the deserving candidates.
                </motion.p>
            </Col>
            <Col md={8}>
                <motion.h3 className='fs-1 fw-bold text-danger'>
                    The Integrity of Your Exams
                </motion.h3>
                <motion.p>
                    Our dedication to the integrity of the examination process remains as resolute as ever. We understand the weight of responsibility that rests on our shoulders, knowing that the futures of countless individuals are determined by the exams we administer. Our Resource Verification process is the guardian of this trust, acting as a bulwark against inadvertent discrepancies and safeguarding a fair and impartial system.
                </motion.p>
            </Col>
            <Col md={4}>
                <motion.img className="img-fluid" src="https://media.vensysco.com/resource-verification-e2.webp" alt="verification of exam materials and question papers" whileInView={{scale:[0.8,1]}} transition={{duration:2}} />
            </Col>
            <Col md={4}>
              <motion.img className="img-fluid" src="https://media.vensysco.com/resource-verification-e3.webp" alt="cross checking question papers for accuracy" whileInView={{scale:[0.8,1]}} transition={{duration:2}} />
            </Col>
            <Col md={8}>
                <motion.h3 className='fs-1 fw-bold text-danger'>
                  A Comprehensive Approach
                </motion.h3>
                <motion.p>
                  At Vensysco, we have continually refined and expanded our approach to Resource Verification. Our team of experts delves deep into the intricate details of every aspect of an examination. From scrutinizing the authenticity of resources to cross-referencing question papers and meticulously inspecting exam materials, we leave no stone unturned.
                </motion.p>
            </Col>
            <Col md={8}>
                <motion.h3 className='fs-1 fw-bold text-danger'>
                  Maintaining a Level Playing Field
                </motion.h3>
                <motion.p>
                  In the ever-evolving landscape of examinations, it’s essential to adapt and innovate. Our commitment to fairness means that we continuously adapt our Resource Verification method to meet the evolving challenges of the modern world. Our goal is to ensure that every candidate, regardless of their background or circumstances, has an equal opportunity to showcase their knowledge and skills. By preventing inconsistencies and ensuring the accuracy of the content, we level the playing field, where merit prevails above all else.
                </motion.p>
            </Col>
            <Col md={4}>
              <motion.img className="img-fluid" src="https://media.vensysco.com/resource-verification-e4.webp" alt="secure validation of examination resources" whileInView={{scale:[0.8,1]}} transition={{duration:2}} />
            </Col>
            <Col md={4}>
              <motion.img className="img-fluid" src="https://media.vensysco.com/resource-verification-e5.webp" alt="ensuring fairness in exam content verification" whileInView={{scale:[0.8,1]}} transition={{duration:2}} />
            </Col>
            <Col md={8}>
                <motion.h3 className='fs-1 fw-bold text-danger'>
                  Ensuring the Right Content Reaches the Right Candidates
                </motion.h3>
                <motion.p>
                  Our commitment to excellence extends to every candidate who walks through the doors of Vensysco. Our Resource Verification process is not merely a routine task; it’s a promise we make to each and every individual striving for success. We work tirelessly to make sure that the right content reaches the right candidates, enabling them to exhibit their true potential.
                </motion.p>
            </Col>
            <Col md={12}>
                <motion.h4 className='fw-bold'>
                  Contact Us
                </motion.h4>
                <motion.p>
                  The value of credibility in the world of exams cannot be overstated. At Vensysco, we recognize the pivotal role we play in upholding this trust. Our Resource Verification method is the bedrock upon which we build a fair and impartial system. By adapting, expanding, and refining our approach, we remain steadfast in our commitment to ensuring that the right content consistently finds its way to the right candidates. This is our promise, and it’s a promise we stand by, unwavering and resolute.
                </motion.p>
            </Col>
          </Row>
        </Container>
        <section className="section-faqs">
  <Container className="py-3 py-md-5">
    <div className="p-3 p-md-5">
      <motion.h2 className="text-center fs-1 mb-4">
        Frequently Asked Questions
      </motion.h2>
    </div>

    <Accordion>

      <Accordion.Item eventKey="0">
        <Accordion.Header>
          What is resource verification in examinations?
        </Accordion.Header>
        <Accordion.Body>
          Resource verification is the process of validating the authenticity and accuracy of exam materials such as question papers, resources, and related content to ensure a fair and reliable assessment process.
        </Accordion.Body>
      </Accordion.Item>

      <Accordion.Item eventKey="1">
        <Accordion.Header>
          How does Vensysco Technologies Limited (VTL) ensure exam integrity through resource verification?
        </Accordion.Header>
        <Accordion.Body>
          Vensysco Technologies Limited (VTL) uses a detailed verification process that includes cross checking question papers, inspecting exam materials, and validating resources to prevent discrepancies and maintain exam integrity.
        </Accordion.Body>
      </Accordion.Item>

      <Accordion.Item eventKey="2">
        <Accordion.Header>
          Why is resource verification important for fair examinations?
        </Accordion.Header>
        <Accordion.Body>
          Resource verification ensures that all candidates receive accurate and consistent exam content, eliminating errors or biases and creating a level playing field for every participant.
        </Accordion.Body>
      </Accordion.Item>

      <Accordion.Item eventKey="3">
        <Accordion.Header>
          What steps are involved in VTL’s resource verification process?
        </Accordion.Header>
        <Accordion.Body>
          VTL follows a comprehensive approach that includes reviewing resources, cross referencing question papers, verifying materials, and ensuring that all content is accurate and aligned with exam requirements.
        </Accordion.Body>
      </Accordion.Item>

      <Accordion.Item eventKey="4">
        <Accordion.Header>
          How does resource verification benefit candidates and exam authorities?
        </Accordion.Header>
        <Accordion.Body>
          Resource verification builds trust by ensuring fairness, accuracy, and transparency in exams, helping candidates perform confidently while enabling authorities to maintain credibility and reliability in assessments.
        </Accordion.Body>
      </Accordion.Item>

    </Accordion>
  </Container>
</section>       
    </React.Fragment>
  );
}