@@ -77,24 +58,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- icon: CheckCircle,
- title: "Successful Cases",
- value: "500+",
- },
- {
- id: "m2",
- icon: Award,
- title: "Years Experience",
- value: "20+",
- },
- {
- id: "m3",
- icon: Shield,
- title: "Happy Clients",
- value: "350+",
- },
+ { id: "m1", icon: CheckCircle, title: "Successful Cases", value: "500+" },
+ { id: "m2", icon: Award, title: "Years Experience", value: "20+" },
+ { id: "m3", icon: Shield, title: "Happy Clients", value: "350+" },
]}
title="Our Track Record"
description="We measure our success by the stability and growth of your business."
@@ -107,21 +73,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- icon: Briefcase,
- title: "Corporate Law",
- description: "Strategic advisory and regulatory support for emerging and established enterprises.",
- },
- {
- icon: Scale,
- title: "Litigation",
- description: "Resolute advocacy in complex civil and commercial litigation matters.",
- },
- {
- icon: ShieldCheck,
- title: "Compliance",
- description: "Ensuring your business operations meet all legal requirements and standards.",
- },
+ { icon: Briefcase, title: "Corporate Law", description: "Strategic advisory and regulatory support for emerging and established enterprises." },
+ { icon: Scale, title: "Litigation", description: "Resolute advocacy in complex civil and commercial litigation matters." },
+ { icon: ShieldCheck, title: "Compliance", description: "Ensuring your business operations meet all legal requirements and standards." },
]}
title="Practice Areas"
description="Comprehensive legal expertise for complex business environments."
@@ -135,24 +89,9 @@ export default function LandingPage() {
tag="Leadership"
membersAnimation="slide-up"
members={[
- {
- id: "t1",
- name: "PM Dube",
- imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg",
- imageAlt: "PM Dube",
- },
- {
- id: "t2",
- name: "Sarah Miller",
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg",
- imageAlt: "Sarah Miller",
- },
- {
- id: "t3",
- name: "John Doe",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg",
- imageAlt: "John Doe",
- },
+ { id: "t1", name: "PM Dube", imageSrc: "http://img.b2bpic.net/free-photo/pensive-mature-businessman-formal-suit-glasses-standing-by-office-glass-wall-looking-away-copy-space-business-portrait-concept_74855-14255.jpg", imageAlt: "PM Dube" },
+ { id: "t2", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-front-glass-building_23-2147704438.jpg", imageAlt: "Sarah Miller" },
+ { id: "t3", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/smiling-team-leader-looking-camera-group-corporate-meeting_1163-3920.jpg", imageAlt: "John Doe" },
]}
memberVariant="card"
/>
@@ -162,48 +101,14 @@ export default function LandingPage() {
@@ -233,21 +130,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "How do I schedule a consultation?",
- content: "You can reach out through our contact form or call us directly to book a session.",
- },
- {
- id: "f2",
- title: "What is your approach to litigation?",
- content: "We prioritize strategic resolution and settlement, but are fully prepared to litigate firmly when needed.",
- },
- {
- id: "f3",
- title: "Are your fee structures transparent?",
- content: "Yes, we prioritize fee transparency and discuss costs clearly before commencing any work.",
- },
+ { id: "f1", title: "How do I schedule a consultation?", content: "You can reach out through our contact form or call us directly to book a session." },
+ { id: "f2", title: "What is your approach to litigation?", content: "We prioritize strategic resolution and settlement, but are fully prepared to litigate firmly when needed." },
+ { id: "f3", title: "Are your fee structures transparent?", content: "Yes, we prioritize fee transparency and discuss costs clearly before commencing any work." },
]}
title="Legal FAQs"
description="Answers to common questions about our legal services."
@@ -258,18 +143,11 @@ export default function LandingPage() {
@@ -278,34 +156,16 @@ export default function LandingPage() {
columns={[
{
items: [
- {
- label: "Services",
- href: "#practice-areas",
- },
- {
- label: "About Us",
- href: "#team",
- },
- {
- label: "FAQs",
- href: "#faq",
- },
+ { label: "Services", href: "#practice-areas" },
+ { label: "About Us", href: "#team" },
+ { label: "FAQs", href: "#faq" },
],
},
{
items: [
- {
- label: "Contact",
- href: "#contact",
- },
- {
- label: "Privacy Policy",
- href: "#",
- },
- {
- label: "Terms of Use",
- href: "#",
- },
+ { label: "Contact", href: "#contact" },
+ { label: "Privacy Policy", href: "#" },
+ { label: "Terms of Use", href: "#" },
],
},
]}