From 09567532e5ad86de5c0c13982293c57bb58c25a5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 00:57:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 77cb1c5..133560c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { title="About HUM Law" description="With over 20 years of experience in corporate and commercial law, HUM Law is committed to delivering strategic legal solutions that drive business success. Our team of dedicated attorneys understands the complexities of modern commerce and works with you every step of the way." tag="About Us" - imageSrc="http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg" + imageSrc="http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg?_wi=1" imageAlt="law office consultation professional meeting" buttons={[{ text: "Meet Our Team", href: "#team" }]} useInvertedBackground={false} @@ -80,13 +80,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Corporate & Commercial Law", description: "Mergers and acquisitions, contract negotiation, business formation, and corporate governance. We guide you through complex transactions with strategic insight.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg", imageAlt: "Corporate law services"}, + title: "Corporate & Commercial Law", description: "Mergers and acquisitions, contract negotiation, business formation, and corporate governance. We guide you through complex transactions with strategic insight.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg?_wi=2", imageAlt: "Corporate law services"}, { id: 2, - title: "Dispute Resolution", description: "Litigation, arbitration, and mediation services. Our experienced advocates protect your interests whether in court or through alternative dispute resolution.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg", imageAlt: "Dispute resolution"}, + title: "Dispute Resolution", description: "Litigation, arbitration, and mediation services. Our experienced advocates protect your interests whether in court or through alternative dispute resolution.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg?_wi=3", imageAlt: "Dispute resolution"}, { id: 3, - title: "Employment Law", description: "Employment contracts, workplace compliance, termination matters, and industrial relations. We ensure your organization operates within legal compliance.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg", imageAlt: "Employment law"}, + title: "Employment Law", description: "Employment contracts, workplace compliance, termination matters, and industrial relations. We ensure your organization operates within legal compliance.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-partners-using-laptop-working-with-documents-confident-serious-businesspeople-office-suits-discussing-company-project-together-management-business-partnership-concept_74855-14230.jpg?_wi=4", imageAlt: "Employment law"}, ]} buttonAnimation="slide-up" /> @@ -141,7 +141,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "David Thompson", role: "CEO", company: "TechStart Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "client portrait professional business headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "client portrait professional business headshot"}, { id: "2", name: "Jessica Wong", role: "Managing Director", company: "Global Trade Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "client portrait female professional business"}, @@ -150,7 +150,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg", imageAlt: "client portrait male professional business"}, { id: "4", name: "Amanda Foster", role: "General Counsel", company: "Heritage Industries", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "client portrait professional business people"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "client portrait professional business people"}, ]} kpiItems={[ { value: "98%", label: "Client satisfaction rate" }, -- 2.49.1