Merge version_3 into main #4

Merged
bender merged 3 commits from version_3 into main 2026-03-03 18:49:22 +00:00
3 changed files with 1373 additions and 6 deletions

View File

@@ -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": "<MetricCardSeven metrics={[{ id: '1', value: '15+', title: 'Years in business consulting', items: ['8+ industries served', '5+ countries reached'] }, { id: '2', value: '500+', title: 'Projects completed', items: ['98% client satisfaction', 'Award-winning designs'] }]} title=\"Our Impact\" description=\"Key metrics that showcase our growth\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />",
"usageExample": "<MetricCardSeven metrics={[{ id: '1', value: '4 ', title: 'Years in business consulting', items: ['8+ industries served', '5+ countries reached'] }, { id: '2', value: '500+', title: 'Projects completed', items: ['98% client satisfaction', 'Award-winning designs'] }]} title=\"Our Impact\" description=\"Key metrics that showcase our growth\" textboxLayout=\"default\" animationType=\"slide-up\" useInvertedBackground={false} />",
"do": [
"Use for feature showcases",
"Use for capability displays",

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
background={{ variant: "downward-rays-static" }}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-petanque-outdoors_23-2149530378.jpg", alt: "Property transformation showcase"},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUrmHPwC90POrHt6xnM9XWy9e/uploaded-1772563482444-zrsvv3po.png", alt: "Property transformation showcase"},
]}
avatarText="5.0 ⭐ Trusted by 100+ Properties"
buttons={[
@@ -189,7 +189,7 @@ export default function LandingPage() {
{
id: "2", value: "5.0 ⭐", title: "Perfect Rating", description: "Consistent excellence across all services", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Professional cleanup service"},
{
id: "3", value: "15+", title: "Years Experience", description: "Decades of professional landscaping expertise", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Tree maintenance expertise"},
id: "3", value: "4 ", title: "Years Experience", description: "Decades of professional landscaping expertise", imageSrc: "http://img.b2bpic.net/free-photo/hands-gardener-orange-gloves-are-trimming-overgrown-green-shrub-using-hedge-shears-sunny-backyard-worker-landscaping-garden-close-up_639032-841.jpg", imageAlt: "Tree maintenance expertise"},
{
id: "4", value: "7", title: "Core Services", description: "Complete landscaping solutions for any project", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-raking-outdoors_23-2149382185.jpg?_wi=2", imageAlt: "Full-service landscaping"},
]}