feat: health check preview url

This commit is contained in:
Kailasdevdas
2026-05-26 12:58:13 +05:30
parent e6d77b72b4
commit 8b563e45a2
2 changed files with 8 additions and 6 deletions
@@ -35,7 +35,7 @@ export default function SeoPreview({
url,
title = "SEO Preview",
}: SeoPreviewProps) {
const previewUrl = url || "#";
const previewUrl = url || "https://www.gg-hospital.com";
const hasSeoData =
!!previewData?.seo &&
@@ -99,10 +99,6 @@ export default function SeoPreview({
</div>
<div className="border-t bg-[#f0f2f5] px-4 py-3">
<p className="truncate text-[11px] uppercase tracking-wide text-[#65676b]">
gg-hospital.com
</p>
<h3 className="mt-1 line-clamp-2 text-[18px] font-semibold leading-snug text-[#1c1e21]">
{ogTitle}
</h3>
@@ -110,6 +106,9 @@ export default function SeoPreview({
<p className="mt-1 line-clamp-2 text-[14px] text-[#65676b]">
{ogDescription}
</p>
<p className="mt-1 truncate text-[11px] tracking-wide text-[#65676b]">
{previewUrl}
</p>
</div>
</a>
</div>