From 4ba110db702b8e7530992fe1738397ea39a621cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:46:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09bfaef..ac931ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,45 +59,45 @@ export default function LandingPage() { description="Understand your rights in plain language, get AI-powered legal guidance, and connect with verified legal professionals instantly." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg?_wi=1", imageAlt: "Legal Tech Dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-male-lawyer-suit_23-2151228083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-male-lawyer-suit_23-2151228083.jpg?_wi=1", imageAlt: "Legal Consultation Art", }, { - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg?_wi=1", imageAlt: "AI Chat Interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=1", imageAlt: "Lawyer Profiles", }, { - imageSrc: "http://img.b2bpic.net/free-photo/access-identification-password-passcode-graphic-concept_53876-125070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/access-identification-password-passcode-graphic-concept_53876-125070.jpg?_wi=1", imageAlt: "Secure Video Call", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-3d-male-lawyer-suit_23-2151228083.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-3d-male-lawyer-suit_23-2151228083.jpg?_wi=2", imageAlt: "Legal Tech UI", }, { - imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-reading-data-tablet_23-2149370610.jpg?_wi=2", imageAlt: "Legal Analytics", }, { - imageSrc: "http://img.b2bpic.net/free-photo/overworked-policewoman-having-eyes-pain-while-reading-detective-report-night-time-exhausted-african-american-private-investigator-rubbing-nose-studying-crime-case-late_482257-59762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overworked-policewoman-having-eyes-pain-while-reading-detective-report-night-time-exhausted-african-american-private-investigator-rubbing-nose-studying-crime-case-late_482257-59762.jpg?_wi=1", imageAlt: "Document Storage", }, { - imageSrc: "http://img.b2bpic.net/free-photo/access-identification-password-passcode-graphic-concept_53876-125070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/access-identification-password-passcode-graphic-concept_53876-125070.jpg?_wi=2", imageAlt: "Encryption Interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=2", imageAlt: "Team Collaboration", }, ]} @@ -167,22 +167,22 @@ export default function LandingPage() { { title: "AI Legal Guidance Assistant", description: "Chat-based assistant explaining laws in simple language with next-step guidance.", - imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teamwork-makes-dream-work-motivation-quote-message-box_53876-121429.jpg?_wi=2", }, { title: "Verified Lawyer Network", description: "Browse verified legal profiles with specialization tags, years of experience, ratings, and consultation fees.", - imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/faces-close-up-smiling-executives_1098-1829.jpg?_wi=3", }, { title: "Secure Consultation", description: "Live chat, secure video consultation, document sharing, and encrypted communications.", - imageSrc: "http://img.b2bpic.net/free-photo/access-identification-password-passcode-graphic-concept_53876-125070.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/access-identification-password-passcode-graphic-concept_53876-125070.jpg?_wi=3", }, { title: "Case & Document Management", description: "Upload FIRs, agreements, notices with secure cloud storage, timeline tracking, and status monitoring.", - imageSrc: "http://img.b2bpic.net/free-photo/overworked-policewoman-having-eyes-pain-while-reading-detective-report-night-time-exhausted-african-american-private-investigator-rubbing-nose-studying-crime-case-late_482257-59762.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overworked-policewoman-having-eyes-pain-while-reading-detective-report-night-time-exhausted-african-american-private-investigator-rubbing-nose-studying-crime-case-late_482257-59762.jpg?_wi=2", }, ]} title="Core Platform Features" -- 2.49.1