diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 588d45c..8f22613 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -57,29 +47,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Weekly Mowing", - tags: [ - "Standard", - ], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-brunet-male-gardener-cutting-overgrown-bush-by-hedge-trimmer-sunny-day-front-view-hard_7502-10573.jpg", - }, + id: "f1", title: "Weekly Mowing", tags: [ + "Standard"], + imageSrc: "https://images.unsplash.com/photo-1592424002206-8b7762696614?q=80&w=800&auto=format&fit=crop"}, { - id: "f2", - title: "Precision Edging & Trimming", - tags: [ - "Detail", - ], - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-gardener-with-modern-weedwacker_329181-20635.jpg", - }, + id: "f2", title: "Precision Edging & Trimming", tags: [ + "Detail"], + imageSrc: "https://images.unsplash.com/photo-1558904528-7956461c28c8?q=80&w=800&auto=format&fit=crop"}, { - id: "f3", - title: "Seasonal Clean-ups", - tags: [ - "Seasonal", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-gardener-cutting-flower-with-secateurs_23-2148165348.jpg", - }, + id: "f3", title: "Seasonal Clean-ups", tags: [ + "Seasonal"], + imageSrc: "https://images.unsplash.com/photo-1616788484167-270830722254?q=80&w=800&auto=format&fit=crop"}, ]} title="Our Professional Services" description="Exclusively weekly recurring maintenance for route density and schedule reliability." @@ -95,36 +73,20 @@ export default function LandingPage() { description="Transparent pricing for your lawn." plans={[ { - id: "p1", - name: "Basic Weekly", - price: "$45", - buttons: [ + id: "p1", name: "Basic Weekly", price: "$45", buttons: [ { - text: "Sign Up", - href: "/contact", - }, + text: "Sign Up", href: "/contact"}, ], features: [ - "Mowing", - "Blowing", - ], + "Mowing", "Blowing"], }, { - id: "p2", - name: "Premium Full", - price: "$65", - buttons: [ + id: "p2", name: "Premium Full", price: "$65", buttons: [ { - text: "Sign Up", - href: "/contact", - }, + text: "Sign Up", href: "/contact"}, ], features: [ - "Mowing", - "Trimming", - "Edging", - "Cleanup", - ], + "Mowing", "Trimming", "Edging", "Cleanup"], }, ]} /> @@ -139,4 +101,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file