From 8638e6cdebdc9fc3e7c1a42a0b8871e084b16bb1 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Tue, 9 Sep 2025 13:28:26 +0200 Subject: [PATCH] Clean about blocks --- web/pages/about.tsx | 75 ++++++++++++++++++++++++++++++--------------- 1 file changed, 50 insertions(+), 25 deletions(-) diff --git a/web/pages/about.tsx b/web/pages/about.tsx index 419fc8eb..539b2886 100644 --- a/web/pages/about.tsx +++ b/web/pages/about.tsx @@ -1,4 +1,17 @@ import {LovePage} from 'web/components/love-page' +import {ReactNode} from "react"; + + +export const AboutBlock = (props: { + text: ReactNode + title: string +}) => { + const {text, title} = props + return
+

{title}

+

{text}

+
; +} export default function About() { return ( @@ -10,7 +23,7 @@ export default function About() {

Why Choose Compass?

-

To find your people with ease.

+

To find your people with ease.

@@ -18,29 +31,41 @@ export default function About() {
-
-

Keyword Search the Database

-

"Cats", "Hiking", "Introvert", "Rock Climbing".
Access any - profile and get niche.

-
-
-

Get Notified About Searches

-

- No need to constantly check an app! We'll contact you when new users fit your searches. -

-
-
-

Free

-

Subscription-free. Paywall-free. Ad-free.

-
-
-

Personality-Centered

-

Values and interests first, photos are secondary.

-
-
-

Transparent

-

Open source code and community designed.

-
+ + + + + + + + + + + Governed by the community, while ensuring no drift through our constitution.} + /> + +
@@ -114,7 +139,7 @@ export default function About() {
Tell Your Friends and Family
-

Thank you for supporting us!

+

Thank you for supporting our mission!