Skip to content

Commit

Permalink
Refactor pricing page heading and subheading
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoSette committed Oct 30, 2024
1 parent 9bfc959 commit a40fc4e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/(dashboard)/pricing/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ export default async function PricingPage() {
return (
<main className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
<h1 className="text-4xl font-bold text-center mb-4">
Choose the Perfect Option for You
Select Your Ideal Path
</h1>
<h2 className="text-2xl text-center mb-8">
Flexible and risk-free pricing options to your journey as a Barrister or
Solicitor.
Explore options tailored to your Barrister or Solicitor career.
</h2>
<div className="flex flex-wrap justify-center gap-8">
{productData.map(
Expand Down

0 comments on commit a40fc4e

Please sign in to comment.