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",
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"]