Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-04 04:13:57 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -94,7 +94,7 @@ export default function ContactPage() {
"Need enterprise-level customization? We offer white-label services, custom API endpoints, and bulk data processing for large organizations.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg?_wi=3"
imageAlt="form submit data input document"
mediaAnimation="slide-up"
buttons={[{ text: "Schedule a Call", href: "/#" }]}

View File

@@ -66,7 +66,7 @@ export default function HowItWorksPage() {
"Verified contact numbers are delivered securely to your registered email address. All communications are SSL-encrypted. You can access results through your secure dashboard with audit logs for compliance tracking.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg?_wi=2"
imageAlt="form submit data input document"
mediaAnimation="slide-up"
buttons={[{ text: "Start Your Search", href: "/contact" }]}

View File

@@ -96,7 +96,7 @@ export default function HomePage() {
"Get verified contact numbers delivered securely to your email. All information is encrypted and compliant with data protection regulations.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-showing-contract_23-2148938351.jpg?_wi=1"
imageAlt="form submit data input document"
mediaAnimation="slide-up"
buttons={[{ text: "Start Free Trial", href: "/contact" }]}
@@ -186,28 +186,28 @@ export default function HomePage() {
id: "1",
name: "Rajesh Kumar",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "professional portrait business person headshot",
},
{
id: "2",
name: "Priya Sharma",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2",
imageAlt: "professional portrait business person headshot",
},
{
id: "3",
name: "Amit Patel",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3",
imageAlt: "professional portrait business person headshot",
},
{
id: "4",
name: "Sarah Johnson",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4",
imageAlt: "professional portrait business person headshot",
},
]}