Skip to content

Commit 0aec648

Browse files
committed
Merge main into products order PR
2 parents 9f90ecd + dfa0235 commit 0aec648

273 files changed

Lines changed: 1864 additions & 1677 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,33 @@
1010
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1111

1212
<!-- Primary Meta Tags -->
13-
<title>KaleidoSwap — Swap Any Asset on Bitcoin L2</title>
14-
<meta name="title" content="KaleidoSwap — Swap Any Asset on Bitcoin L2" />
13+
<title>KaleidoSwap — Trustless Swaps on Bitcoin L2s</title>
14+
<meta name="title" content="KaleidoSwap — Trustless Swaps on Bitcoin L2s" />
1515
<meta name="description"
16-
content="Trade BTC, USDT, and any RGB asset across Lightning, RGB, Spark, and Arkade. Atomic swaps with low fees and better privacy. Non-custodial, no bridges, no tokens." />
17-
<meta name="keywords"
18-
content="bitcoin dex, swap any asset, lightning swap, rgb protocol, atomic swap, bitcoin l2, bitcoin defi, non-custodial exchange, trustless trading, spark protocol, arkade, privacy bitcoin, run your own node" />
16+
content="Non-custodial Bitcoin DEX for all Bitcoin L2s. Trustless atomic swaps between BTC, stablecoins, and RGB assets. Built for humans and AI agents alike." />
1917
<meta name="author" content="KaleidoSwap" />
2018

2119
<!-- Open Graph / Facebook -->
2220
<meta property="og:type" content="website" />
2321
<meta property="og:site_name" content="KaleidoSwap" />
2422
<meta property="og:url" content="https://kaleidoswap.com/" />
25-
<meta property="og:title" content="KaleidoSwap — Swap Any Asset on Bitcoin L2" />
23+
<meta property="og:title" content="KaleidoSwap — Trustless Swaps on Bitcoin L2s" />
2624
<meta property="og:description"
27-
content="Trade BTC, USDT, and any RGB asset across Lightning, RGB, Spark, and Arkade. Atomic swaps with low fees and better privacy. Non-custodial, no bridges, no tokens." />
28-
<meta property="og:image" content="https://kaleidoswap.com/images/kaleido-full-logo-bg.png" />
29-
<meta property="og:image:alt" content="KaleidoSwap — Swap Any Asset on Bitcoin L2" />
25+
content="Non-custodial Bitcoin DEX for all Bitcoin L2s. Trustless atomic swaps between BTC, stablecoins, and RGB assets. Built for humans and AI agents alike." />
26+
<meta property="og:image" content="https://kaleidoswap.com/images/kaleido-full-logo-bg.jpg" />
27+
<meta property="og:image:alt" content="KaleidoSwap — Trustless Swaps on Bitcoin L2s" />
3028
<meta property="og:locale" content="en_US" />
29+
<link rel="canonical" href="https://kaleidoswap.com/" />
3130

3231
<!-- Twitter / X -->
3332
<meta name="twitter:card" content="summary_large_image" />
3433
<meta name="twitter:site" content="@kaleidoswap" />
3534
<meta name="twitter:url" content="https://kaleidoswap.com/" />
36-
<meta name="twitter:title" content="KaleidoSwap — Swap Any Asset on Bitcoin L2" />
35+
<meta name="twitter:title" content="KaleidoSwap — Trustless Swaps on Bitcoin L2s" />
3736
<meta name="twitter:description"
38-
content="Trade BTC, USDT, and any RGB asset across Lightning, RGB, Spark, and Arkade. Atomic swaps with low fees and better privacy. Non-custodial, no bridges, no tokens." />
39-
<meta name="twitter:image" content="https://kaleidoswap.com/images/kaleido-full-logo-bg.png" />
40-
<meta name="twitter:image:alt" content="KaleidoSwap — Swap Any Asset on Bitcoin L2" />
37+
content="Non-custodial Bitcoin DEX for all Bitcoin L2s. Trustless atomic swaps between BTC, stablecoins, and RGB assets. Built for humans and AI agents alike." />
38+
<meta name="twitter:image" content="https://kaleidoswap.com/images/kaleido-full-logo-bg.jpg" />
39+
<meta name="twitter:image:alt" content="KaleidoSwap — Trustless Swaps on Bitcoin L2s" />
4140

4241
<!-- Preconnect for fonts -->
4342
<link rel="preconnect" href="https://fonts.googleapis.com">

package-lock.json

Lines changed: 629 additions & 917 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"scripts": {
1010
"dev": "vite",
1111
"build": "tsc -b && vite build",
12+
"prebuild": "node scripts/generate-sitemap.mjs",
13+
"sitemap": "node scripts/generate-sitemap.mjs",
1214
"lint": "eslint .",
1315
"preview": "vite preview",
1416
"test": "vitest",
181 KB
258 KB
107 KB
221 KB
113 KB
-2.15 MB
Binary file not shown.
-3.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)