Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-03-04 04:41:24 +00:00
4 changed files with 1373 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
},
"tag": {
"required": false,
"example": "Trusted by 150+ Brands",
"example": "Trusted by 199+ Brands",
"minChars": 2,
"maxChars": 30
}

View File

@@ -27,7 +27,7 @@
"minMetrics": 1,
"maxMetrics": 2,
"structure": {
"value": "string - Large metric value (required, e.g., '50+', '40%', '10x')",
"value": "string - Large metric value (required, e.g., '99+', '40%', '10x')",
"title": "string - Metric label/title (required, e.g., 'Hours saved every month')"
},
"note": "Provide 1-2 metrics for optimal layout. Grid displays 1 metric as single column, 2 metrics as 2 columns on desktop."
@@ -64,7 +64,7 @@
"mediaWrapperClassName?": "string",
"imageClassName?": "string"
},
"usageExample": "// Wrap in ThemeProvider\nimport { Sparkles } from 'lucide-react';\n\n<ThemeProvider defaultButtonVariant=\"text-stagger\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"rounded\" cardStyle=\"solid\" primaryButtonStyle=\"gradient\" secondaryButtonStyle=\"glass\">\n <MetricSplitMediaAbout\n tag=\"Case study\"\n tagIcon={Sparkles}\n title=\"We help automate what matters most\"\n description=\"Hamilton, a growing e-commerce business, was overwhelmed by repetitive order processing. We built custom automation that integrated seamlessly with their existing tools.\"\n metrics={[{ value: '50+', title: 'Hours saved every month' }, { value: '40%', title: 'Reduction in manual work' }]}\n imageSrc=\"/placeholders/placeholder.jpg\"\n imageAlt=\"Case study image\"\n useInvertedBackground={false}\n />\n</ThemeProvider>",
"usageExample": "// Wrap in ThemeProvider\nimport { Sparkles } from 'lucide-react';\n\n<ThemeProvider defaultButtonVariant=\"text-stagger\" defaultTextAnimation=\"entrance-slide\" borderRadius=\"rounded\" cardStyle=\"solid\" primaryButtonStyle=\"gradient\" secondaryButtonStyle=\"glass\">\n <MetricSplitMediaAbout\n tag=\"Case study\"\n tagIcon={Sparkles}\n title=\"We help automate what matters most\"\n description=\"Hamilton, a growing e-commerce business, was overwhelmed by repetitive order processing. We built custom automation that integrated seamlessly with their existing tools.\"\n metrics={[{ value: '99+', title: 'Hours saved every month' }, { value: '40%', title: 'Reduction in manual work' }]}\n imageSrc=\"/placeholders/placeholder.jpg\"\n imageAlt=\"Case study image\"\n useInvertedBackground={false}\n />\n</ThemeProvider>",
"do": [
"Use for about pages",
"Use for company information",

File diff suppressed because it is too large Load Diff

View File

@@ -140,12 +140,12 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "1", value: "105+", title: "Happy Clients Served", items: [
id: "1", value: "99+", title: "Happy Clients Served", items: [
"Diverse industry experience", "Consistent client retention", "High satisfaction rates"
]
},
{
id: "2", value: "50+", title: "5-Star Ratings", items: [
id: "2", value: "99+", title: "5-Star Ratings", items: [
"Trusted testimonials", "Professional excellence", "Reliable service delivery"
]
},