Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-12 21:58:50 +00:00

View File

@@ -79,15 +79,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Complete Anonymity", tags: ["Privacy", "Security"],
imageSrc: "http://img.b2bpic.net/free-vector/data-protection-line-banners-set_1284-7762.jpg", imageAlt: "Anonymous protection icon"
imageSrc: "http://img.b2bpic.net/free-vector/data-protection-line-banners-set_1284-7762.jpg?_wi=1", imageAlt: "Anonymous protection icon"
},
{
id: "2", title: "Moderated Community", tags: ["Safety", "Trust"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-notes-notebook_53876-30773.jpg", imageAlt: "Content moderation process"
imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-notes-notebook_53876-30773.jpg?_wi=1", imageAlt: "Content moderation process"
},
{
id: "3", title: "Emotional Relief", tags: ["Wellness", "Support"],
imageSrc: "http://img.b2bpic.net/free-photo/coffee-notebook-autumn-leaves-background_23-2148255760.jpg", imageAlt: "Personal healing and catharsis"
imageSrc: "http://img.b2bpic.net/free-photo/coffee-notebook-autumn-leaves-background_23-2148255760.jpg?_wi=1", imageAlt: "Personal healing and catharsis"
}
]}
animationType="slide-up"
@@ -106,13 +106,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-line-banners-set_1284-7762.jpg", imageAlt: "Anonymous protection"
id: "1", name: "No Real Names", price: "Keep it Anonymous", imageSrc: "http://img.b2bpic.net/free-vector/data-protection-line-banners-set_1284-7762.jpg?_wi=2", imageAlt: "Anonymous protection"
},
{
id: "2", name: "No Locations", price: "Protect Identities", imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-notes-notebook_53876-30773.jpg", imageAlt: "Location privacy"
id: "2", name: "No Locations", price: "Protect Identities", imageSrc: "http://img.b2bpic.net/free-photo/woman-going-through-notes-notebook_53876-30773.jpg?_wi=2", imageAlt: "Location privacy"
},
{
id: "3", name: "No Hate or Threats", price: "Maintain Respect", imageSrc: "http://img.b2bpic.net/free-photo/coffee-notebook-autumn-leaves-background_23-2148255760.jpg", imageAlt: "Safe community"
id: "3", name: "No Hate or Threats", price: "Maintain Respect", imageSrc: "http://img.b2bpic.net/free-photo/coffee-notebook-autumn-leaves-background_23-2148255760.jpg?_wi=2", imageAlt: "Safe community"
}
]}
gridVariant="three-columns-all-equal-width"