From c43c3a936fac73c130ef39d75b14dd5775abcea3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 16:17:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d039cb..371d554 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,9 +76,9 @@ export default function LandingPage() { title="Precision in Performance" description="Data-backed excellence for discerning landscapes." metrics={[ - { id: "cycles", title: "Total Preservation Cycles", value: "1,500+", description: "Cumulative projects completed." }, - { id: "masters", title: "ISA Certified Masters", value: "12", description: "Our core technical team." }, - { id: "years", title: "Years of Distinguished Service", value: "30", description: "Decades of estate stewardship." } + { id: "cycles", title: "Total Preservation Cycles", value: "1,500+", description: "Cumulative projects completed.", videoSrc: "placeholder" }, + { id: "masters", title: "ISA Certified Masters", value: "12", description: "Our core technical team.", videoSrc: "placeholder" }, + { id: "years", title: "Years of Distinguished Service", value: "30", description: "Decades of estate stewardship.", videoSrc: "placeholder" } ]} /> @@ -93,9 +93,9 @@ export default function LandingPage() { { id: "2", name: "Sarah Miller", role: "Lead Consultant", description: "Specializes in estate preservation and client advocacy.", imageSrc: "http://img.b2bpic.net/free-photo/tourist-by-bonfire-forest_1303-9079.jpg" }, { id: "3", name: "David Chen", role: "Health Specialist", description: "Diagnostics and plant biology expert focusing on tree longevity.", imageSrc: "http://img.b2bpic.net/free-photo/happy-gardeners-growing-coniferous-plants-pots-blonde-woman-holding-small-thuja-working-with-grey-haired-man-glasses-gardening-activity-summer-concept_74855-12856.jpg" } ]} - gridVariant="default" + gridVariant="centered" animationType="none" - textboxLayout="top" + textboxLayout="center" /> @@ -107,7 +107,7 @@ export default function LandingPage() { { id: "1", title: "Excellent", name: "Eleanor Vance", role: "West Hills Estate", quote: "Incomparable attention to detail and horticultural depth.", imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-have-rest-autumn-park_1157-28817.jpg" }, { id: "2", title: "Professional", name: "Robert Sterling", role: "Meadowbrook Manager", quote: "Professional, discreet, and highly skilled in complex preservation.", imageSrc: "http://img.b2bpic.net/free-photo/successful-bearded-man-employer-interviews-woman-job_273609-4704.jpg" } ]} - textboxLayout="top" + textboxLayout="center" useInvertedBackground={false} />