diff --git a/package.json b/package.json index 19a6836..15a2df1 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ }, "dependencies": { "@stellar/stellar-sdk": "^13.3.0", - "@vercel/og": "^0.11.1", "@wraith-protocol/sdk": "^1.4.5", "i18next": "^26.2.0", "react": "^19.2.5", @@ -38,6 +37,7 @@ "@testing-library/user-event": "^14.6.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", + "@vercel/og": "^0.11.1", "@vitejs/plugin-react": "^6.0.1", "husky": "^9.1.7", "jsdom": "^29.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 717d921..70e3e48 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -11,9 +11,6 @@ importers: '@stellar/stellar-sdk': specifier: ^13.3.0 version: 13.3.0 - '@vercel/og': - specifier: ^0.11.1 - version: 0.11.1 '@wraith-protocol/sdk': specifier: ^1.4.5 version: 1.4.5(@stellar/stellar-sdk@13.3.0)(typescript@6.0.2) @@ -66,6 +63,9 @@ importers: '@types/react-dom': specifier: ^19.2.3 version: 19.2.3(@types/react@19.2.14) + '@vercel/og': + specifier: ^0.11.1 + version: 0.11.1 '@vitejs/plugin-react': specifier: ^6.0.1 version: 6.0.1(vite@8.0.8(@types/node@25.6.0)(esbuild@0.28.1)(jiti@2.6.1)(tsx@4.22.4)) diff --git a/public/feed.xml b/public/feed.xml index e988933..ab4d0bd 100644 --- a/public/feed.xml +++ b/public/feed.xml @@ -5,7 +5,7 @@ https://usewraith.xyz/blog Notes on stealth payments, private infrastructure, and the Wraith ecosystem. en-us - Mon, 27 Jul 2026 17:10:48 GMT + Thu, 30 Jul 2026 09:40:05 GMT diff --git a/public/logos/ecosystem/albedo.svg b/public/logos/ecosystem/albedo.svg new file mode 100644 index 0000000..8c88acf --- /dev/null +++ b/public/logos/ecosystem/albedo.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/logos/ecosystem/aquarius.svg b/public/logos/ecosystem/aquarius.svg new file mode 100644 index 0000000..dab94c7 --- /dev/null +++ b/public/logos/ecosystem/aquarius.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/public/logos/ecosystem/blend.svg b/public/logos/ecosystem/blend.svg new file mode 100644 index 0000000..c6b135b --- /dev/null +++ b/public/logos/ecosystem/blend.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/logos/ecosystem/freighter.svg b/public/logos/ecosystem/freighter.svg new file mode 100644 index 0000000..1568e84 --- /dev/null +++ b/public/logos/ecosystem/freighter.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/logos/ecosystem/lobstr.svg b/public/logos/ecosystem/lobstr.svg new file mode 100644 index 0000000..7a71582 --- /dev/null +++ b/public/logos/ecosystem/lobstr.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/logos/ecosystem/reflector.svg b/public/logos/ecosystem/reflector.svg new file mode 100644 index 0000000..bd4c296 --- /dev/null +++ b/public/logos/ecosystem/reflector.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/logos/ecosystem/soroswap.svg b/public/logos/ecosystem/soroswap.svg new file mode 100644 index 0000000..043fc73 --- /dev/null +++ b/public/logos/ecosystem/soroswap.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/logos/ecosystem/xbull.svg b/public/logos/ecosystem/xbull.svg new file mode 100644 index 0000000..8e3cb0a --- /dev/null +++ b/public/logos/ecosystem/xbull.svg @@ -0,0 +1,4 @@ + + + + diff --git a/public/sitemap.xml b/public/sitemap.xml index 4b90d66..6566f1c 100644 --- a/public/sitemap.xml +++ b/public/sitemap.xml @@ -2,43 +2,43 @@ https://usewraith.xyz - 2026-07-26 + 2026-07-30 daily 1.0 https://usewraith.xyz/blog - 2026-07-26 + 2026-07-30 daily 0.8 https://usewraith.xyz/compare - 2026-07-26 + 2026-07-30 daily 0.8 https://usewraith.xyz/faq - 2026-07-26 + 2026-07-30 daily 0.8 https://usewraith.xyz/privacy - 2026-07-26 + 2026-07-30 daily 0.8 https://usewraith.xyz/stellar - 2026-07-26 + 2026-07-30 daily 0.8 https://usewraith.xyz/use-cases - 2026-07-26 + 2026-07-30 daily 0.8 diff --git a/src/App.tsx b/src/App.tsx index 96c7183..55f46a3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,6 +5,7 @@ import Hero from './components/Hero'; import Features from './components/Features'; import Layout from './components/Layout'; import TrustStrip from './components/TrustStrip'; +import PartnerStrip from './components/PartnerStrip'; import { ThemeProvider } from './context/ThemeContext'; // Lazy load below-the-fold homepage components @@ -54,6 +55,7 @@ function Home() { +