From 4fdf667551a697acf3604099f4edaa8d6c6dcaa2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:53:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8249372..04123c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,15 +85,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Complete Anonymity", tags: ["Privacy", "Security"], - imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page_23-2148528353.jpg", imageAlt: "Anonymous protection icon" + imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page_23-2148528353.jpg?_wi=1", imageAlt: "Anonymous protection icon" }, { id: "2", title: "Moderated Community", tags: ["Safety", "Trust"], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-worker-while-others-look-serious_1170-86.jpg", imageAlt: "Content moderation process" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-worker-while-others-look-serious_1170-86.jpg?_wi=1", imageAlt: "Content moderation process" }, { id: "3", title: "Emotional Relief", tags: ["Wellness", "Support"], - imageSrc: "http://img.b2bpic.net/free-photo/farmers-women-are-taking-notes-flower-garden_1150-8188.jpg", imageAlt: "Personal healing and catharsis" + imageSrc: "http://img.b2bpic.net/free-photo/farmers-women-are-taking-notes-flower-garden_1150-8188.jpg?_wi=1", imageAlt: "Personal healing and catharsis" } ]} animationType="slide-up" @@ -112,13 +112,13 @@ export default function LandingPage() { tag="Community" products={[ { - id: "1", name: "No Real Names", price: "Keep it Anonymous", imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page_23-2148528353.jpg", imageAlt: "Anonymous protection" + id: "1", name: "No Real Names", price: "Keep it Anonymous", imageSrc: "http://img.b2bpic.net/free-vector/data-protection-landing-page_23-2148528353.jpg?_wi=2", imageAlt: "Anonymous protection" }, { - id: "2", name: "No Locations", price: "Protect Identities", imageSrc: "http://img.b2bpic.net/free-photo/smiling-worker-while-others-look-serious_1170-86.jpg", imageAlt: "Location privacy" + id: "2", name: "No Locations", price: "Protect Identities", imageSrc: "http://img.b2bpic.net/free-photo/smiling-worker-while-others-look-serious_1170-86.jpg?_wi=2", imageAlt: "Location privacy" }, { - id: "3", name: "No Hate or Threats", price: "Maintain Respect", imageSrc: "http://img.b2bpic.net/free-photo/farmers-women-are-taking-notes-flower-garden_1150-8188.jpg", imageAlt: "Safe community" + id: "3", name: "No Hate or Threats", price: "Maintain Respect", imageSrc: "http://img.b2bpic.net/free-photo/farmers-women-are-taking-notes-flower-garden_1150-8188.jpg?_wi=2", imageAlt: "Safe community" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1