Update src/app/page.tsx

This commit is contained in:
2026-03-04 04:13:52 +00:00
parent a66cce118c
commit fdda484759

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",
},
]}