diff --git a/src/app/developers/tokenize/page.tsx b/src/app/developers/tokenize/page.tsx
index 19c84818..e8db083a 100644
--- a/src/app/developers/tokenize/page.tsx
+++ b/src/app/developers/tokenize/page.tsx
@@ -12,7 +12,8 @@ import {
ArrowLeft,
Upload,
Info,
- ShieldCheck
+ ShieldCheck,
+ Monitor
} from 'lucide-react';
import { Button } from '@/components/ui/button';
import { Input } from '@/components/ui/input';
@@ -351,6 +352,32 @@ export default function TokenizationWizardPage() {
+
+ {/* Widget Embed Card */}
+
+ Drive more investors to your properties with our embeddable calculator widget.
+ Customize branding, show projected returns, and add a direct "Invest on PropChain" CTA button.
+
+ Embed Investment Calculator on Your Website
+
+
Loading property...
+
+ Embed Code
+
+ {generateEmbedCode()}
+
+
+ | Parameter | +Type | +Default | +Description | +
|---|---|---|---|
| primaryColor | +string | +#2563eb | +Primary brand color | +
| secondaryColor | +string | +#1e40af | +Hover state color | +
| brandName | +string | +PropChain | +Brand name displayed in widget | +
| logo | +string | +- | +Logo URL (optional) | +
| investment | +number | +1000 | +Default investment amount | +
| yield | +number | +8 | +Default annual yield % | +
| ctaText | +string | +Invest on PropChain | +CTA button text | +
| compact | +boolean | +false | +Enable compact mode | +
compact=true for sidebar placementsnoopener securityloading="lazy" for optimal performance+ Project your returns +
+Projected Value ({holdingPeriod} yrs)
++ {formatCurrency(investment + results.totalReturn)} +
++ Powered by {mergedTheme.brandName} +
++ Estimate your potential returns from tokenized real estate +
+Projected ROI
++ +{results.roi.toFixed(1)}% +
+Annual Return
++ {formatCurrency(results.annualReturn)} +
+IRR (Est.)
++ {results.irr.toFixed(1)}% +
+Break-even
++ {results.breakEvenMonths} mo +
++ Powered by {mergedTheme.brandName} · Returns are estimates only +
+