Update src/app/page.tsx

This commit is contained in:
2026-05-27 21:10:09 +00:00
parent 8442d0c3ae
commit 90b3d0ed22

View File

@@ -91,7 +91,7 @@ export default function LandscapingPage() {
tagIcon={Wrench}
title="All Your Home Service Needs in One Place"
description="From leaky faucets to AC repairs and electrical upgrades, we've got you covered."
buttons={[{ text: "Schedule Your Service", href: "#contact" }]}
buttons={[{ text: "Schedule Your Service", href: "#contact" }]}
buttonAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -139,11 +139,11 @@ export default function LandscapingPage() {
animationType="slide-up"
members={[
{
id: "1", name: "John Smith", role: "Founder & Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721520.jpg", imageAlt: "John Smith, Founder of Village Plumbing"},
id: "1", name: "John Smith", role: "Founder & Master Plumber", imageSrc: "https://images.unsplash.com/photo-1560250097-0b93528c311a?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "John Smith, Founder of Village Plumbing"},
{
id: "2", name: "Maria Rodriguez", role: "Lead HVAC Technician", imageSrc: "http://img.b2bpic.net/free-photo/female-worker-wearing-work-clothes_273609-11120.jpg", imageAlt: "Maria Rodriguez, Lead HVAC Technician"},
id: "2", name: "Maria Rodriguez", role: "Lead HVAC Technician", imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?q=80&w=1961&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Maria Rodriguez, Lead HVAC Technician"},
{
id: "3", name: "David Chen", role: "Lead Electrician", imageSrc: "http://img.b2bpic.net/free-photo/coveralls-digitally-generated-car-cardboard-box-pointing_1134-941.jpg", imageAlt: "David Chen, Lead Electrician"},
id: "3", name: "David Chen", role: "Lead Electrician", imageSrc: "https://images.unsplash.com/photo-1542155700-1c05d76114a9?q=80&w=1964&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "David Chen, Lead Electrician"},
]}
/>
</div>
@@ -188,8 +188,7 @@ export default function LandscapingPage() {
{
id: "6", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, and offer flexible financing options for larger projects. Contact us for more details."},
]}
buttons={[{ text: "Contact Us", href: "#contact" }]
}
buttons={[{ text: "Contact Us", href: "#contact" }]}
/>
</div>