Update src/app/page.tsx

This commit is contained in:
2026-05-19 19:12:10 +00:00
parent 18e9acb410
commit 6fbc5d8890

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{
text: "Share Love", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446031.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446031.jpg?_wi=1"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/hands-composition-about-support_23-2150510487.jpg", alt: "Hands composition about support"},
@@ -215,7 +215,7 @@ export default function LandingPage() {
textarea={{ name: "message", placeholder: "Share your message", required: true }}
useInvertedBackground={true}
buttonText="Upload Photo & Submit"
imageSrc="http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446031.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446031.jpg?_wi=2"
/>
</div>