Skip to content

Commit

Permalink
Refactor text in homepage and CTA components
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSette committed Oct 31, 2024
1 parent a40fc4e commit 4808966
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions app/(dashboard)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,9 @@ export default function HomePage() {
Comprehensive Question Bank
</h2>
<p className="mt-3 max-w-3xl text-lg text-gray-500">
Gain access to an expertly curated question bank designed to
mirror the actual Ontario Bar Exam. With tailored questions,
you’ll ensure you&apos;re practicing exactly what you need to
know.
Gain access to an expertly curated question bank for the
Ontario Bar Exam. With tailored questions, you’ll ensure
you&apos;re practicing exactly what you need to know.
</p>
<p className="mt-3 max-w-3xl text-lg text-gray-500">
Focus your efforts on the most relevant topics, and track your
Expand Down Expand Up @@ -255,9 +254,9 @@ export default function HomePage() {
</div>
</section>

<section id="testimonials">
{/* <section id="testimonials">
<Testimonials />
</section>
</section> */}

<section id="pricing">
<PricingComponent />
Expand Down
4 changes: 2 additions & 2 deletions components/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const CTA = () => (
Ready to Ace the Ontario Bar Exam?
</h2>
<p className="mt-3 max-w-3xl text-lg text-orange-100">
Our platform gives you everything you need to fully prepare and pass
with confidence. Stop stressing over outdated materials—focus on
Our platform gives you everything you need to fully prepare with
confidence. Stop stressing over outdated materials—focus on
mastering the content that matters most.
</p>
</div>
Expand Down

0 comments on commit 4808966

Please sign in to comment.