From 865e2309363e4c973cea2b0ca1b82d01a94657ec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:58:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b44b1a..57fde98 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,9 +75,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { title: "Verified Profiles", description: "Connect with real people in a safe, moderated environment.", imageSrc: "http://img.b2bpic.net/free-photo/paper-style-soccer-match_23-2148930673.jpg?_wi=1" }, - { title: "Group Activities", description: "From book clubs to hiking trips, find activities you love.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9oy0o&_wi=1" }, - { title: "Safe & Inclusive", description: "We prioritize kindness and inclusivity for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-concept-with-people-bicycles_23-2148996430.jpg?_wi=1" }, + { id: "f1", title: "Verified Profiles", description: "Connect with real people in a safe, moderated environment.", imageSrc: "http://img.b2bpic.net/free-photo/paper-style-soccer-match_23-2148930673.jpg?_wi=1" }, + { id: "f2", title: "Group Activities", description: "From book clubs to hiking trips, find activities you love.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m9oy0o&_wi=1" }, + { id: "f3", title: "Safe & Inclusive", description: "We prioritize kindness and inclusivity for everyone.", imageSrc: "http://img.b2bpic.net/free-photo/transportation-concept-with-people-bicycles_23-2148996430.jpg?_wi=1" }, ]} title="Everything for Your Community" description="We provide the platform, the tools, and the safe space for you to meet like-minded friends and grow your circle." -- 2.49.1