summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/embed-widget.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/embed-widget.astro b/src/pages/embed-widget.astro
index ec3d0ad..0bdaf11 100644
--- a/src/pages/embed-widget.astro
+++ b/src/pages/embed-widget.astro
@@ -3,7 +3,7 @@ import Layout from "../layouts/Layout.astro";
const title = "CIDR Calculator Widget Embed Example";
const description =
- "Learn how to embed the CIDR calculator widget in your website";
+ "Copy-paste our lightweight iframe to embed the CIDR & subnet calculator on your site in seconds—responsive, free, and auto-updated with every new release.";
// Embed code that users can copy
const embedCode = `<iframe src="https://cidr.xyz/embed" width="100%" height="600" title="CIDR Calculator" loading="lazy"></iframe>`;