Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfda7fc3f4 | |||
| 266f654497 | |||
| ca8387c87d | |||
| 71d9817c8c | |||
| 9878f4805f |
@@ -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",
|
||||
|
||||
1371
src/app/layout.tsx
1371
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"},
|
||||
]}
|
||||
@@ -206,7 +206,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="your@email.com"
|
||||
buttonText="Request Estimate"
|
||||
buttonText="Get My Free Estimate"
|
||||
termsText="We'll contact you within 24 hours to discuss your property needs and provide a free, no-obligation estimate."
|
||||
onSubmit={handleEmailSubmit}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user