Skip to content

Commit

Permalink
Update heading text in Consulting page
Browse files Browse the repository at this point in the history
Changed the h2 text to "Roles We Can Fill" in the Consulting component to better reflect the content.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Feb 2, 2025
1 parent 7471d60 commit 282f5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Consulting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const Consulting = () => {
</p>
</div>

<h2 className="text-2xl font-bold mb-6">Available Roles</h2>
<h2 className="text-2xl font-bold mb-6">Roles We Can Fill</h2>
<div className="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
{roles.map((role) => (
<div key={role.title} className="bg-white p-6 rounded-lg shadow-md hover:shadow-lg transition-shadow">
Expand Down

0 comments on commit 282f5d7

Please sign in to comment.