Update src/app/exams/page.tsx

This commit is contained in:
2026-03-07 19:01:30 +00:00
parent 3afad0ec25
commit ce5e849a05

View File

@@ -55,20 +55,20 @@ export default function ExamsPage() {
]}
buttonAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg"
imageSrc="http://img.b2bpic.net/free-photo/father-being-tutor-her-daughter-front-view_23-2148510992.jpg?_wi=3"
imageAlt="Exam preparation and success"
mediaAnimation="blur-reveal"
imagePosition="right"
testimonials={[
{
name: "DTZ Success", handle: "Exam Passed", testimonial: "I passed my DTZ exam on the first try with this course. The mock tests were incredibly realistic.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/real-professional-smiling-businesswoman-looking-confident-determined-face-expression-standing-suit-white-background_1258-123234.jpg?_wi=4"},
{
name: "Telc Certified", handle: "Exam Passer", testimonial: "The Telc preparation course covered everything I needed. I felt prepared for every section.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-adult-woman-portrait_23-2149069158.jpg?_wi=4"},
{
name: "Goethe Achievement", handle: "B1 Certified", testimonial: "The Goethe exam prep was thorough and well-organized. I passed with a B1 certification.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=4"},
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}