From 49dd4b7261616d247dc5043f89d1b6a791f13ae2 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:57:09 +0000 Subject: [PATCH 1/2] Update src/app/level-test/page.tsx --- src/app/level-test/page.tsx | 88 ++++++++++--------------------------- 1 file changed, 24 insertions(+), 64 deletions(-) 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() { Date: Mon, 9 Mar 2026 16:57:09 +0000 Subject: [PATCH 2/2] Update src/app/teachers/page.tsx --- src/app/teachers/page.tsx | 79 +++++++++++---------------------------- 1 file changed, 21 insertions(+), 58 deletions(-) diff --git a/src/app/teachers/page.tsx b/src/app/teachers/page.tsx index ba82bd0..ce4aa42 100644 --- a/src/app/teachers/page.tsx +++ b/src/app/teachers/page.tsx @@ -32,9 +32,7 @@ export default function TeachersPage() { { name: "Contact", id: "contact" }, ]} button={{ - text: "Get Started", - href: "registration", - }} + text: "Get Started", href: "registration"}} brandName="DYNAMIC SCHOOL" /> @@ -43,15 +41,10 @@ export default function TeachersPage() {