diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 9cd2e97..d1f90fc 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
-import { ShieldCheck, Trophy } from "lucide-react";
+import { ShieldCheck, Trophy, Handshake, Balance } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,30 +28,15 @@ export default function LandingPage() {
@@ -66,27 +51,19 @@ export default function LandingPage() {
description="Adv. Madhubala Srivastava & Associate is a leading law firm in Jamshedpur, dedicated to providing unparalleled legal services. With years of experience, we have built a reputation for integrity, expertise, and a client-first approach. Our goal is to offer comprehensive legal solutions that are both effective and empathetic."
bulletPoints={[
{
- title: "Experienced Legal Team",
- description: "Our team comprises highly skilled and dedicated lawyers with extensive experience across various legal domains.",
- icon: ShieldCheck,
+ title: "Experienced Legal Team", description: "Our team comprises highly skilled and dedicated lawyers with extensive experience across various legal domains.", icon: ShieldCheck,
},
{
- title: "Client-Centric Approach",
- description: "We prioritize our clients' needs, offering personalized attention and tailored legal strategies.",
- icon: Handshake,
+ title: "Client-Centric Approach", description: "We prioritize our clients' needs, offering personalized attention and tailored legal strategies.", icon: Handshake,
},
{
- title: "Proven Track Record",
- description: "Successfully resolved numerous complex cases, achieving favorable outcomes for our clients.",
- icon: Trophy,
+ title: "Proven Track Record", description: "Successfully resolved numerous complex cases, achieving favorable outcomes for our clients.", icon: Trophy,
},
{
- title: "Ethical Practice",
- description: "Upholding the highest standards of legal ethics and professional conduct in every case.",
- icon: Balance,
- },
+ title: "Ethical Practice", description: "Upholding the highest standards of legal ethics and professional conduct in every case.", icon: Balance,
+ }
]}
- imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-crossed-arms-front-building_23-2147970921.jpg?_wi=4"
+ imageSrc="http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-crossed-arms-front-building_23-2147970921.jpg"
imageAlt="portrait of experienced Indian female lawyer"
mediaAnimation="slide-up"
/>
@@ -99,19 +76,13 @@ export default function LandingPage() {
description="Our firm's history is built on a foundation of trust, expertise, and a relentless pursuit of justice. We are proud of the milestones we've achieved and the positive impact we've made in the lives of our clients."
metrics={[
{
- value: "15+",
- title: "Years of Practice",
- },
+ value: "15+", title: "Years of Practice"},
{
- value: "95%",
- title: "Success Rate",
- },
+ value: "95%", title: "Success Rate"},
{
- value: "1000+",
- title: "Cases Handled",
- },
+ value: "1000+", title: "Cases Handled"}
]}
- imageSrc="http://img.b2bpic.net/free-photo/team-architects-studying-blueprints-meeting-while-working-new-engineering-project_273609-6001.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/team-architects-studying-blueprints-meeting-while-working-new-engineering-project_273609-6001.jpg"
imageAlt="diverse legal team discussing case"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -125,12 +96,7 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
- id: "1",
- name: "Adv. Madhubala Srivastava",
- role: "Principal Advocate",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-crossed-arms-front-building_23-2147970921.jpg?_wi=5",
- imageAlt: "Advocate Madhubala Srivastava",
- },
+ id: "1", name: "Adv. Madhubala Srivastava", role: "Principal Advocate", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businesswoman-with-crossed-arms-front-building_23-2147970921.jpg", imageAlt: "Advocate Madhubala Srivastava"}
]}
title="Meet Our Founding Advocate"
description="Adv. Madhubala Srivastava leads our firm with profound legal knowledge and a deep commitment to her clients. Her vision shapes our practice, ensuring every client receives expert counsel and dedicated representation."
@@ -141,56 +107,35 @@ export default function LandingPage() {