From d773fbc75e0c577492ecdb594fa9c124fea34f03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 21:54:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 286 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b4ff86..7257e98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,109 +46,40 @@ export default function LandingPage() {
@@ -167,10 +90,7 @@ export default function LandingPage() { tag="About Us" title="Dedicated to Excellence in Legal Practice" buttons={[ - { - text: "Our Firm Story", - href: "#", - }, + { text: "Our Firm Story", href: "#" }, ]} /> @@ -181,36 +101,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "s1", - label: "Corporate", - title: "Corporate & Commercial", - items: [ - "Contract Negotiation", - "Mergers & Acquisitions", - "Governance", - ], - }, - { - id: "s2", - label: "Family", - title: "Family & Matrimonial", - items: [ - "Divorce Proceedings", - "Custody Agreements", - "Prenuptial Deals", - ], - }, - { - id: "s3", - label: "Real Estate", - title: "Property & Real Estate", - items: [ - "Conveyancing", - "Commercial Lease", - "Land Disputes", - ], - }, + { id: "s1", label: "Corporate", title: "Corporate & Commercial", items: ["Contract Negotiation", "Mergers & Acquisitions", "Governance"] }, + { id: "s2", label: "Family", title: "Family & Matrimonial", items: ["Divorce Proceedings", "Custody Agreements", "Prenuptial Deals"] }, + { id: "s3", label: "Real Estate", title: "Property & Real Estate", items: ["Conveyancing", "Commercial Lease", "Land Disputes"] }, ]} title="Specialized Legal Services" description="Comprehensive legal support tailored to your unique requirements." @@ -224,33 +117,11 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "group-1", - groupTitle: "Leadership", - members: [ - { - id: "m1", - title: "Jane Doe", - subtitle: "Senior Partner", - detail: "15+ years of litigation expertise.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg", - }, - { - id: "m2", - title: "John Smith", - subtitle: "Principal Solicitor", - detail: "Specializing in property and estate law.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-senior-businessman_1098-16756.jpg", - }, - { - id: "m3", - title: "Elena Rossi", - subtitle: "Family Counsel", - detail: "Highly experienced in complex family mediation.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg", - }, + id: "group-1", groupTitle: "Leadership", members: [ + { id: "m1", title: "Jane Doe", subtitle: "Senior Partner", detail: "15+ years of litigation expertise.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-looking-elegant-posing-suit_23-2149488020.jpg" }, + { id: "m2", title: "John Smith", subtitle: "Principal Solicitor", detail: "Specializing in property and estate law.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-senior-businessman_1098-16756.jpg" }, + { id: "m3", title: "Elena Rossi", subtitle: "Family Counsel", detail: "Highly experienced in complex family mediation.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-her-40s-office-smiling-camera-joyfull-woman_482257-25805.jpg" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-551.jpg?_wi=2", - imageAlt: "professional lawyer portrait suit", }, ]} title="Meet Our Partners" @@ -265,26 +136,11 @@ export default function LandingPage() { rating={5} author="Sarah Miller, CEO" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", - alt: "Sarah Miller", - }, - { - src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", - alt: "John Doe", - }, - { - src: "http://img.b2bpic.net/free-photo/beautiful-asian-woman_1098-21999.jpg", - alt: "Jane Smith", - }, - { - src: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg", - alt: "Bob Wilson", - }, - { - src: "http://img.b2bpic.net/free-photo/confident-business-woman-posing-camera-outdoors_1262-20064.jpg", - alt: "Alice Brown", - }, + { src: "http://img.b2bpic.net/free-photo/portrait-happy-young-businesswoman-talking-mobile-phone_1262-16443.jpg", alt: "Sarah Miller" }, + { src: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84734.jpg", alt: "John Doe" }, + { src: "http://img.b2bpic.net/free-photo/beautiful-asian-woman_1098-21999.jpg", alt: "Jane Smith" }, + { src: "http://img.b2bpic.net/free-photo/funny-smiling-woman-with-ringlets-wears-glasses-blue-jacket-poses-pink_291650-1102.jpg", alt: "Bob Wilson" }, + { src: "http://img.b2bpic.net/free-photo/confident-business-woman-posing-camera-outdoors_1262-20064.jpg", alt: "Alice Brown" }, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -295,21 +151,9 @@ export default function LandingPage() {