From 99e2d81295aa34368b918708a3d0929dbada099d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:39:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2c9b6b5..eed29d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Popular", title: "Notary Services", subtitle: "Official document verification and authentication", description: "We provide certified notary services for all types of documents including affidavits, power of attorney, and deed verification. Our panel of experienced notaries ensure quick and legitimate document certification.", imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-online-psychologist-therapy_23-2149407951.jpg", imageAlt: "Notary services" + tag: "Popular", title: "Notary Services", subtitle: "Official document verification and authentication", description: "We provide certified notary services for all types of documents including affidavits, power of attorney, and deed verification. Our panel of experienced notaries ensure quick and legitimate document certification.", imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-online-psychologist-therapy_23-2149407951.jpg?_wi=1", imageAlt: "Notary services" }, { id: 2, @@ -97,7 +97,7 @@ export default function LandingPage() { description="Est. 1994" subdescription="Serving Mumbai with integrity and professionalism" icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/person-conducting-online-psychologist-therapy_23-2149407951.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-conducting-online-psychologist-therapy_23-2149407951.jpg?_wi=2" imageAlt="Professional legal team" mediaAnimation="opacity" useInvertedBackground={false} @@ -116,15 +116,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Step 1", title: "Call or Contact Us", subtitle: "Reach out with your requirement", description: "Contact us via phone, WhatsApp, or our contact form. Our friendly team is ready to assist you with any legal documentation needs.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg", imageAlt: "Contact process step" + tag: "Step 1", title: "Call or Contact Us", subtitle: "Reach out with your requirement", description: "Contact us via phone, WhatsApp, or our contact form. Our friendly team is ready to assist you with any legal documentation needs.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg?_wi=1", imageAlt: "Contact process step" }, { id: 2, - tag: "Step 2", title: "Share Your Requirement", subtitle: "Tell us what you need", description: "Provide details about your documentation needs. Our experts will guide you on required documents and timelines.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg", imageAlt: "Requirements gathering" + tag: "Step 2", title: "Share Your Requirement", subtitle: "Tell us what you need", description: "Provide details about your documentation needs. Our experts will guide you on required documents and timelines.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg?_wi=2", imageAlt: "Requirements gathering" }, { id: 3, - tag: "Step 3", title: "Documentation Preparation", subtitle: "We handle the paperwork", description: "Our panel of advocates and notaries prepare your documents with precision and ensure full compliance with legal requirements.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg", imageAlt: "Documentation preparation" + tag: "Step 3", title: "Documentation Preparation", subtitle: "We handle the paperwork", description: "Our panel of advocates and notaries prepare your documents with precision and ensure full compliance with legal requirements.", imageSrc: "http://img.b2bpic.net/free-photo/working-office_1150-123.jpg?_wi=3", imageAlt: "Documentation preparation" } ]} /> -- 2.49.1