diff --git a/package-lock.json b/package-lock.json index 0c7e2ec..2041799 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "w3pn-web", - "version": "1.2.3", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "w3pn-web", - "version": "1.2.3", + "version": "1.3.0", "dependencies": { "@astrojs/svelte": "^5.2.0", "@astrojs/tailwind": "^5.1.0", diff --git a/src/config.yaml b/src/config.yaml index 36cace2..c05b5d8 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -54,9 +54,9 @@ hero: Privacy advocates worldwide are coming together to discuss how to mainstream privacy within the Web3 industry. So it will become a cultural phenomenon embodying both decentralisation & anti-surveillance capitalism practices. landing: mission: | - To make humans gain control over their privacy by utilizing Web3 stack. So privacy would become a conscious choice (active lifestyle) & be accessible to everyone worldwide. + Empower individuals to take control of their digital privacy.

- Privacy advocates worldwide are coming together to discuss how to mainstream privacy within the Web3 industry. So it will become a cultural phenomenon embodying both decentralisation. + 
We envision a world where privacy is a conscious, actively chosen lifestyle, accessible to everyone, everywhere. To turn this into reality, we need to unite our efforts and carve out a path toward a more equitable, decentralized and privacy-respecting digital space. topics: - Identity - Private Messaging diff --git a/src/pages/about.astro b/src/pages/about.astro index a0244b4..f1a870b 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -1,38 +1,39 @@ --- - -import BaseLayout from '../layouts/base.astro'; -import * as config from '../config.yaml'; -import core from '../core.json'; -import AboutFooter from '../components/AboutFooter.astro'; - +import BaseLayout from "../layouts/base.astro"; +import * as config from "../config.yaml"; +import core from "../core.json"; +import AboutFooter from "../components/AboutFooter.astro"; --- +
+ -
-
- -
- -
-
-

Our mission

-
- -
-
-

Topics

-
- {config.landing.topics.map((topic) => ( -
{topic}
- ))} -
-
-
- - +
+
+

Our mission

+ +
+

Topics

+
+ {config.landing.topics.map((topic) =>
{topic}
)} +
+
- \ No newline at end of file + +
+