diff --git a/registry/components/MetricCardSeven.json b/registry/components/MetricCardSeven.json index a0ca92e..c626872 100644 --- a/registry/components/MetricCardSeven.json +++ b/registry/components/MetricCardSeven.json @@ -31,7 +31,7 @@ }, "value": { "required": true, - "example": "15+", + "example": "4 ", "minChars": 1, "maxChars": 10, "note": "Large metric value displayed at top of card in accent color" @@ -70,7 +70,7 @@ "ariaLabel?": "string (default: 'Metrics section')", "className?": "string" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for feature showcases", "Use for capability displays", diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4094492..4e64599 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,11 +22,11 @@ export const metadata: Metadata = { openGraph: { title: "Rangel & Sons Powerscaping & Design", description: "Professional landscaping services for residential properties. Expert cleanup, maintenance, and transformation.", type: "website", siteName: "Rangel & Sons", images: [ { - url: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg", alt: "Professional property transformation"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUrmHPwC90POrHt6xnM9XWy9e/uploaded-1772563482444-zrsvv3po.png", alt: "Professional property transformation"}, ], }, twitter: { - card: "summary_large_image", title: "Rangel & Sons Powerscaping & Design", description: "Transform your property with professional landscaping services.", images: ["http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg"], + card: "summary_large_image", title: "Rangel & Sons Powerscaping & Design", description: "Transform your property with professional landscaping services.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUrmHPwC90POrHt6xnM9XWy9e/uploaded-1772563482444-zrsvv3po.png"], }, }; @@ -1407,6 +1407,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +