Update src/app/about/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
name: "Reviews", id: "/reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"}
|
||||
]}
|
||||
brandName="Adv. Madhubala Srivastava & Associate"
|
||||
/>
|
||||
@@ -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() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Legal Services",
|
||||
items: [
|
||||
title: "Legal Services", items: [
|
||||
{
|
||||
label: "Civil Law",
|
||||
href: "/services#civil-law",
|
||||
},
|
||||
label: "Civil Law", href: "/services#civil-law"},
|
||||
{
|
||||
label: "Criminal Law",
|
||||
href: "/services#criminal-law",
|
||||
},
|
||||
label: "Criminal Law", href: "/services#criminal-law"},
|
||||
{
|
||||
label: "Family Law",
|
||||
href: "/services#family-law",
|
||||
},
|
||||
label: "Family Law", href: "/services#family-law"},
|
||||
{
|
||||
label: "Property Law",
|
||||
href: "/services#property-law",
|
||||
},
|
||||
],
|
||||
label: "Property Law", href: "/services#property-law"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Firm",
|
||||
href: "/about",
|
||||
},
|
||||
label: "Our Firm", href: "/about"},
|
||||
{
|
||||
label: "Our Vision",
|
||||
href: "/about#vision",
|
||||
},
|
||||
label: "Our Vision", href: "/about#vision"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/reviews",
|
||||
},
|
||||
],
|
||||
label: "Testimonials", href: "/reviews"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/contact#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
label: "FAQ", href: "/contact#faq"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Adv. Madhubala Srivastava & Associate"
|
||||
copyrightText="© 2024 Adv. Madhubala Srivastava & Associate. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user