diff --git a/src/app/level-test/page.tsx b/src/app/level-test/page.tsx
index 2d91c97..9b02e5f 100644
--- a/src/app/level-test/page.tsx
+++ b/src/app/level-test/page.tsx
@@ -33,9 +33,7 @@ export default function LevelTestPage() {
{ name: "Contact", id: "contact" },
]}
button={{
- text: "Get Started",
- href: "registration",
- }}
+ text: "Get Started", href: "registration"}}
brandName="DYNAMIC SCHOOL"
/>
@@ -50,16 +48,12 @@ export default function LevelTestPage() {
tagAnimation="slide-up"
buttons={[
{
- text: "Start the Test",
- href: "#",
- },
+ text: "Start the Test", href: "#"},
{
- text: "Learn More",
- href: "about",
- },
+ text: "Learn More", href: "about"},
]}
buttonAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-woman_158595-963.jpg"
imageAlt="Student taking proficiency test"
mediaAnimation="blur-reveal"
imagePosition="right"
@@ -71,55 +65,28 @@ export default function LevelTestPage() {
@@ -43,15 +41,10 @@ export default function TeachersPage() {