From 9e962c511620197dc84b96ccc8fb64b7125d1d32 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 11:06:41 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 1a620d9..ad8b312 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Gavel, UserRoundMinus, ShieldHalf, Baby } from "lucide-react"; export default function LandingPage() { return ( @@ -46,32 +45,13 @@ export default function LandingPage() { description="We offer detailed and effective legal solutions across critical areas of law, ensuring expert guidance for every client in Jamshedpur." features={[ { - id: 1, title: "Civil Law: Problem-Solution Focused", description: "Navigating civil disputes can be complex. We provide robust representation for cases involving property disputes, contract enforcement, and personal injury claims, aiming for swift and just resolutions. Talk to a Lawyer Today for assistance.", imageSrc: "asset://service-civil", imageAlt: "Legal documents and scales", items: [ - { - icon: Gavel, - text: "Legal Consulting" - }, - { - icon: UserRoundMinus, - text: "Property Litigation" - } - ] + id: 1, title: "Civil Law: Problem-Solution Focused", description: "Navigating civil disputes can be complex. We provide robust representation for cases involving property disputes, contract enforcement, and personal injury claims, aiming for swift and just resolutions. Talk to a Lawyer Today for assistance.", imageSrc: "asset://service-civil", imageAlt: "Legal documents and scales" }, { - id: 2, title: "Criminal Law: Dedicated Defense", description: "Facing criminal charges requires immediate and expert legal defense. Our firm offers comprehensive support from investigation to trial, protecting your rights and ensuring a fair process. Talk to a Lawyer Today for critical defense.", imageSrc: "asset://service-criminal", imageAlt: "Gavel and legal books", items: [ - { - icon: ShieldHalf, - text: "Defense Strategy" - } - ] + id: 2, title: "Criminal Law: Dedicated Defense", description: "Facing criminal charges requires immediate and expert legal defense. Our firm offers comprehensive support from investigation to trial, protecting your rights and ensuring a fair process. Talk to a Lawyer Today for critical defense.", imageSrc: "asset://service-criminal", imageAlt: "Gavel and legal books" }, { - id: 3, title: "Family Law: Compassionate Counsel", description: "Family matters are sensitive and require a delicate touch. We assist with divorce, child custody, alimony, and domestic violence cases, providing empathetic and effective legal support. Talk to a Lawyer Today for family guidance.", imageSrc: "asset://service-family", imageAlt: "Family legal advice", items: [ - { - icon: Baby, - text: "Child Custody" - } - ] + id: 3, title: "Family Law: Compassionate Counsel", description: "Family matters are sensitive and require a delicate touch. We assist with divorce, child custody, alimony, and domestic violence cases, providing empathetic and effective legal support. Talk to a Lawyer Today for family guidance.", imageSrc: "asset://service-family", imageAlt: "Family legal advice" }, { id: 4, title: "Property Disputes: Expert Resolution", description: "Property-related conflicts can be financially and emotionally draining. We specialize in resolving land disputes, tenancy issues, and property inheritance cases with strategic legal interventions. Talk to a Lawyer Today for property advice.", imageSrc: "asset://service-property", imageAlt: "Property documents and keys"},