diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..579c9d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# dependencies +/node_modules +/.pnp +.pnp.js +.yarn/install-state.gz + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +# local env files +.env*.local +.env + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts + +# IDE specific files +.idea/ +.vscode/ +*.swp +*.swo + +# OS specific files +Thumbs.db diff --git a/.hintrc b/.hintrc new file mode 100644 index 0000000..cb34607 --- /dev/null +++ b/.hintrc @@ -0,0 +1,8 @@ +{ + "extends": [ + "development" + ], + "hints": { + "no-inline-styles": "off" + } +} \ No newline at end of file diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8aaba25..12b45e1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ const inter = Inter({ export const metadata: Metadata = { title: { template: '%s - Pocket', - default: 'Pocket - Invest at the perfect time.', + default: 'EngageOS - Invest at the perfect time.', }, description: 'By leveraging insights from our network of industry insiders, you’ll know exactly when to buy to maximize profit, and exactly when to sell to avoid painful losses.', @@ -25,7 +25,7 @@ export default function RootLayout({ children: React.ReactNode }) { return ( - +
{children} ) diff --git a/src/components/Benefits.tsx b/src/components/Benefits.tsx new file mode 100644 index 0000000..e786bb0 --- /dev/null +++ b/src/components/Benefits.tsx @@ -0,0 +1,92 @@ +import { Container } from '@/components/Container' +import Image from 'next/image' +import Benefits1 from '@/images/benefits/benefits1.jpg' +import Benefits2 from '@/images/benefits/benefits2.jpg' +import Benefits3 from '@/images/benefits/benefits3.jpg' +import Benefits4 from '@/images/benefits/benefits4.jpg' + + +export default function Benefits() { + return ( ++ Engage OS 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 Engage OS is designed to meet the real-world challenges of civil society. +
+Purpose-First, Not Profit-First
++ Unlike traditional SaaS built for commercial scale, Engage OS 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. +
+Your Brand, Your Movements
++ Engage OS 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. +
+Own Your Data. Always.
++ We don’t mine or monetize user data. Engage OS runs on decentralized, privacy-respecting infrastructure — built for trust, compliance, and sovereignty. You control where your data lives and who sees it. +
+Share Infrastructure. Multiply Impact.
++ By pooling tech costs across aligned organizations, Engage OS offers enterprise-grade functionality at a fraction of the price. When one partner grows, the entire ecosystem benefits — through shared modules, updates, and insights. +
+Invest at the perfect time.
+EngageOS
+Empowering Purpose-Driven Organizations.