feat: add mission statement description to about page team section

This commit is contained in:
pradeepkumar
2026-04-12 15:25:50 +05:30
parent dc18236bf0
commit 1a23b3ccce

View File

@@ -205,6 +205,9 @@ export default function AboutPage() {
<p className="font-serif text-[14px] text-[#00293d] max-w-[471px] mx-auto"> <p className="font-serif text-[14px] text-[#00293d] max-w-[471px] mx-auto">
{team.subtitle} {team.subtitle}
</p> </p>
<p className="font-serif text-[14px] text-[#00293d] max-w-[600px] mx-auto mt-4">
RE-Quest is a unique platform in real estate where no agent can pay to be pushed to the top. RE-Quest elevates ethical, skilled, service-oriented professionals who genuinely care about their clients with no sponsorship tiers. With RE-Quest you receive:
</p>
</div> </div>
<div className="grid grid-cols-1 md:grid-cols-3 gap-6 max-w-4xl mx-auto"> <div className="grid grid-cols-1 md:grid-cols-3 gap-6 max-w-4xl mx-auto">
{team.members.map((member, index) => ( {team.members.map((member, index) => (