From e7eded5a1a2156d6401d581000f9b0685225d243 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:49:36 +0000 Subject: [PATCH 1/2] Update registry/components/AboutMetric.json --- registry/components/AboutMetric.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/components/AboutMetric.json b/registry/components/AboutMetric.json index 81ca7d6..aa4a9f1 100644 --- a/registry/components/AboutMetric.json +++ b/registry/components/AboutMetric.json @@ -17,7 +17,7 @@ "structure": { "icon": "LucideIcon - Icon component from lucide-react (required)", "label": "string - Descriptive label for the metric (required, e.g., 'Conversions', 'Partnered Brands')", - "value": "string - Metric value to display (required, e.g., '7,000+', '2018', '30+', '100M+')" + "value": "string - Metric value to display (required, e.g., '7,000+', '2018', '10+', '100M+')" }, "note": "Provide 2-4 metrics for optimal layout. Grid automatically adjusts columns based on metric count (2 metrics = 2 cols, 3 metrics = 3 cols, 4 metrics = 4 cols). Import icons from lucide-react." } @@ -37,7 +37,7 @@ "metricLabelClassName?": "string", "metricValueClassName?": "string" }, - "usageExample": "// Wrap in ThemeProvider\nimport { TrendingUp, ShoppingCart, Users, Globe } from 'lucide-react';\n\n\n \n", + "usageExample": "// Wrap in ThemeProvider\nimport { TrendingUp, ShoppingCart, Users, Globe } from 'lucide-react';\n\n\n \n", "do": [ "Use for feature showcases", "Use for capability displays", From 8b8086d33fb98aad13bfbf558a85e5d839050bd9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:49:37 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5885d8..e4a131c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -167,7 +167,7 @@ export default function LandingPage() { tag="By the Numbers" metrics={[ { - id: "1", value: "30+", title: "Years Serving the Southeast", items: ["Three generations of expertise", "Trusted by families across the region", "Built on Southern values and craftsmanship"] + id: "1", value: "10+", title: "Years Serving the Southeast", items: ["Three generations of expertise", "Trusted by families across the region", "Built on Southern values and craftsmanship"] }, { id: "2", value: "500+", title: "Properties Transformed", items: ["Residential homes and estates", "Commercial properties enhanced", "Long-term relationships maintained"]