diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..40c3d68 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information. diff --git a/package-lock.json b/package-lock.json index d9885fa..7ad3d63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1853,9 +1853,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001625", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001625.tgz", - "integrity": "sha512-4KE9N2gcRH+HQhpeiRZXd+1niLB/XNLAhSy4z7fI8EzcbcPoAqjNInxVHTiTwWfTIV4w096XG8OtCOCQQKPv3w==", + "version": "1.0.30001731", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001731.tgz", + "integrity": "sha512-lDdp2/wrOmTRWuoB5DpfNkC0rJDU8DqRa6nYL6HK6sytw70QMopt/NIc/9SM7ylItlBWfACXk0tEn37UWM/+mg==", "funding": [ { "type": "opencollective", @@ -1869,7 +1869,8 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/chalk": { "version": "4.1.2", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e120d44..fe2e1c7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,8 +25,8 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - - {children} + + {children} ) } diff --git a/src/components/Benefits.tsx b/src/components/Benefits.tsx index 13de4fd..2700c4e 100644 --- a/src/components/Benefits.tsx +++ b/src/components/Benefits.tsx @@ -8,78 +8,78 @@ import Benefits4 from '@/images/benefits/benefits4.jpg' export default function Benefits() { return ( -
+
-

+

Built Different. For a Change.

-

- EngageOS isn’t just another tech platform — it’s a digital infrastructure built from the ground up for purpose-driven organizations. From white-label sovereignty to field-ready resilience, every element of EngageOS is designed to meet the real-world challenges of civil society. +

+ EngageOS isn't just another tech platform — it's a digital infrastructure built from the ground up for purpose-driven organizations. From white-label sovereignty to field-ready resilience, every element of EngageOS is designed to meet the real-world challenges of civil society.

-
+
-

Built for Civil Society

-

Purpose-First, Not Profit-First

-

+

Built for Civil Society

+

Purpose-First, Not Profit-First

+

Unlike traditional SaaS built for commercial scale, EngageOS was born from the realities of NGOs, grassroots coalitions, and purpose-led institutions. Every module, flow, and metric is optimized to serve impact — not ad revenue or venture capital.

-
+
-

White-Label, Zero-Code

-

Your Brand, Your Movements

-

+

White-Label, Zero-Code

+

Your Brand, Your Movements

+

EngageOS empowers organizations to fully own their digital identity. From Red Cross OS to Montessori OS, each instance is custom-branded — no tech team required. You launch a platform that looks and feels like you, not us.

-
+
-

Sovereign & Ethical Infrastructure

-

Own Your Data. Always.

-

- We don’t mine or monetize user data. EngageOS runs on decentralized, privacy-respecting infrastructure — built for trust, compliance, and sovereignty. You control where your data lives and who sees it. +

Sovereign & Ethical Infrastructure

+

Own Your Data. Always.

+

+ We don't mine or monetize user data. EngageOS runs on decentralized, privacy-respecting infrastructure — built for trust, compliance, and sovereignty. You control where your data lives and who sees it.

-
+
-

Mutualized Model

-

Share Infrastructure. Multiply Impact.

-

+

Mutualized Model

+

Share Infrastructure. Multiply Impact.

+

By pooling tech costs across aligned organizations, EngageOS offers enterprise-grade functionality at a fraction of the price. When one partner grows, the entire ecosystem benefits — through shared modules, updates, and insights.

diff --git a/src/components/Cta.tsx b/src/components/Cta.tsx index 029d229..83fb1ea 100644 --- a/src/components/Cta.tsx +++ b/src/components/Cta.tsx @@ -1,6 +1,6 @@ export default function Cta() { return ( -
+

@@ -30,9 +30,9 @@ export default function Cta() { - - - + + + diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 5b8a9d2..7c38640 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -22,11 +22,11 @@ function QrCodeBorder(props: React.ComponentPropsWithoutRef<'svg'>) { export function Footer() { return ( -