Remove instructor highlights from the about section of the website
Remove the certification, training, wellness, and experience divs in AboutSection component. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 88cd88e4-2dbe-4df6-8c8a-7e38f13ef1ec Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/af8dabca-e746-4e53-9c29-d8d4d9cf30f5/cb22f818-20bd-4f58-ae42-22223e07c03c.jpg
This commit is contained in:
parent
0fba668b84
commit
91c7a43a04
|
|
@ -41,32 +41,6 @@ export function AboutSection() {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-20 grid grid-cols-1 md:grid-cols-4 gap-6">
|
||||
<div className="text-center p-6 bg-white">
|
||||
<i className="fas fa-certificate text-purple text-xl mb-3"></i>
|
||||
<h4 className="font-playfair font-semibold mb-2">Certified Instructor</h4>
|
||||
<p className="text-sm text-gray-600">Comprehensive Pilates Certification</p>
|
||||
</div>
|
||||
|
||||
<div className="text-center p-6 bg-white">
|
||||
<i className="fas fa-graduation-cap text-purple text-xl mb-3"></i>
|
||||
<h4 className="font-playfair font-semibold mb-2">Advanced Training</h4>
|
||||
<p className="text-sm text-gray-600">Specialized in Rehabilitation</p>
|
||||
</div>
|
||||
|
||||
<div className="text-center p-6 bg-white">
|
||||
<i className="fas fa-heartbeat text-purple text-xl mb-3"></i>
|
||||
<h4 className="font-playfair font-semibold mb-2">Wellness Expert</h4>
|
||||
<p className="text-sm text-gray-600">Holistic Approach to Health</p>
|
||||
</div>
|
||||
|
||||
<div className="text-center p-6 bg-white">
|
||||
<i className="fas fa-users text-purple text-xl mb-3"></i>
|
||||
<h4 className="font-playfair font-semibold mb-2">10+ Years Experience</h4>
|
||||
<p className="text-sm text-gray-600">Guiding Hundreds of Students</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue