Update src/app/services/page.tsx

This commit is contained in:
2026-03-02 18:43:10 +00:00
parent 39721ace3e
commit 0a3d824ec3

View File

@@ -45,12 +45,12 @@ export default function ServicesPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
products={[
{ id: "1", brand: "Service", name: "Diagnostics & Repairs", price: "Starting at $50", rating: 5, reviewCount: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg", imageAlt: "Lawn mower diagnostics and repairs" },
{ id: "2", brand: "Service", name: "Tune-Ups & Seasonal Maintenance", price: "Starting at $75", rating: 5, reviewCount: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-wrench-dark-background_1212-887.jpg", imageAlt: "Lawn mower tune-up and maintenance" },
{ id: "3", brand: "Service", name: "Blade Sharpening & Replacement", price: "Starting at $35", rating: 5, reviewCount: "Sharp", imageSrc: "http://img.b2bpic.net/free-photo/closeup-carpenters-hands-process-cutting-wood-with-jigsaw_169016-51867.jpg", imageAlt: "Blade sharpening and replacement service" },
{ id: "4", brand: "Service", name: "Belts, Cables & Drive Systems", price: "Starting at $45", rating: 5, reviewCount: "Durable", imageSrc: "http://img.b2bpic.net/free-photo/retractable-stainless-folding-gate-security_53876-123088.jpg", imageAlt: "Belt and cable replacement service" },
{ id: "5", brand: "Service", name: "Carburetor & Fuel System Cleaning", price: "Starting at $60", rating: 5, reviewCount: "Clean", imageSrc: "http://img.b2bpic.net/free-photo/engine-piston-cross-section_1232-2590.jpg", imageAlt: "Carburetor and fuel system cleaning" },
{ id: "6", brand: "Service", name: "Battery & Electrical Issues", price: "Starting at $40", rating: 5, reviewCount: "Power", imageSrc: "http://img.b2bpic.net/free-photo/closeup-light-emitting-diode_53876-17926.jpg", imageAlt: "Battery and electrical repair service" },
{ id: "1", brand: "Service", name: "Diagnostics & Repairs", price: "Starting at $50", rating: 5, reviewCount: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-diagnostic-tool-laptop-working-truck-workshop_342744-1342.jpg?_wi=2", imageAlt: "Lawn mower diagnostics and repairs" },
{ id: "2", brand: "Service", name: "Tune-Ups & Seasonal Maintenance", price: "Starting at $75", rating: 5, reviewCount: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-wrench-dark-background_1212-887.jpg?_wi=2", imageAlt: "Lawn mower tune-up and maintenance" },
{ id: "3", brand: "Service", name: "Blade Sharpening & Replacement", price: "Starting at $35", rating: 5, reviewCount: "Sharp", imageSrc: "http://img.b2bpic.net/free-photo/closeup-carpenters-hands-process-cutting-wood-with-jigsaw_169016-51867.jpg?_wi=2", imageAlt: "Blade sharpening and replacement service" },
{ id: "4", brand: "Service", name: "Belts, Cables & Drive Systems", price: "Starting at $45", rating: 5, reviewCount: "Durable", imageSrc: "http://img.b2bpic.net/free-photo/retractable-stainless-folding-gate-security_53876-123088.jpg?_wi=2", imageAlt: "Belt and cable replacement service" },
{ id: "5", brand: "Service", name: "Carburetor & Fuel System Cleaning", price: "Starting at $60", rating: 5, reviewCount: "Clean", imageSrc: "http://img.b2bpic.net/free-photo/engine-piston-cross-section_1232-2590.jpg?_wi=2", imageAlt: "Carburetor and fuel system cleaning" },
{ id: "6", brand: "Service", name: "Battery & Electrical Issues", price: "Starting at $40", rating: 5, reviewCount: "Power", imageSrc: "http://img.b2bpic.net/free-photo/closeup-light-emitting-diode_53876-17926.jpg?_wi=2", imageAlt: "Battery and electrical repair service" },
{ id: "7", brand: "Service", name: "Zero-Turn Mower Service", price: "Starting at $85", rating: 5, reviewCount: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-man-driving-lawn-mower_23-2149382199.jpg", imageAlt: "Zero-turn mower specialized service" },
{ id: "8", brand: "Service", name: "Pickup & Drop-off Available", price: "Ask about it", rating: 5, reviewCount: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg", imageAlt: "Convenient pickup and drop-off service" }
]}