From fb56a7b802ea7ef3d8960fbfae3bdb09251b2b23 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:48:45 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 662d2c8..2de93e7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,7 +39,7 @@ export default function AboutPage() { title="Our Mission & Values" description="Nexus Law Associates is built on a foundation of unwavering commitment to client success, ethical excellence, and professional integrity. We believe that exceptional legal representation combines strategic expertise with compassionate understanding of our clients' unique circumstances. Our mission is to be the most trusted legal partner for individuals, families, and businesses in Islamabad and beyond." tag="Who We Are" - imageSrc="http://img.b2bpic.net/free-photo/architectural-contrast-gothic-arches-modern-glass-building_169016-68485.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architectural-contrast-gothic-arches-modern-glass-building_169016-68485.jpg?_wi=2" imageAlt="Nexus Law Associates office building" buttons={[ { text: "View Our Team", href: "/team" }, -- 2.49.1 From 34d8b7a690902efae54e7578ab086b3c5d3be305 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 08:48:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0ab373..d1bd48b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function HomePage() { title="About Nexus Law Associates" description="Founded with a mission to provide uncompromising legal expertise, Nexus Law Associates has established itself as a leading law firm in Islamabad. Our team of experienced lawyers specializes in corporate law, property disputes, and family law, combining deep legal knowledge with personalized client service. We believe that every client deserves focused attention, strategic guidance, and vigorous representation. Our commitment to excellence has earned us a reputation as a trusted partner for individuals, families, and corporations seeking comprehensive legal solutions." tag="Our Story" - imageSrc="http://img.b2bpic.net/free-photo/architectural-contrast-gothic-arches-modern-glass-building_169016-68485.jpg" + imageSrc="http://img.b2bpic.net/free-photo/architectural-contrast-gothic-arches-modern-glass-building_169016-68485.jpg?_wi=1" imageAlt="Nexus Law Associates office building in Islamabad" buttons={[ { text: "Meet Our Team", href: "/team" }, @@ -184,7 +184,7 @@ export default function HomePage() { name: "Ahmed Hassan", handle: "@ahmed_hassan_ceo", testimonial: "Nexus Law Associates handled our corporate acquisition flawlessly. Their expertise in M&A and attention to detail gave us complete confidence. Highly recommended for any business legal matter.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Ahmed Hassan, CEO", }, { @@ -200,7 +200,7 @@ export default function HomePage() { name: "Muhammad Ali", handle: "@m_ali_entrepreneur", testimonial: "Their family law expertise and compassionate approach made a difficult situation manageable. The team understood both the legal and personal aspects of my case. Exceptional service.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Muhammad Ali, Entrepreneur", }, { @@ -216,7 +216,7 @@ export default function HomePage() { name: "Hassan Ibrahim", handle: "@hassan_ibrahim_investor", testimonial: "I've used Nexus Law for multiple contract negotiations. Their meticulous attention to protecting my interests is unparalleled. They are my go-to legal partner.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Hassan Ibrahim, Investor", }, { -- 2.49.1