From 6da5b00b7da904c0e4934e51872247ee634f9c4f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 00:21:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 24857a9..cc89f86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,7 +40,7 @@ export default function LandingPage() { ]} brandName="KEN 24/7" button={{ - text: "Call Ken: 555-0199", href: "tel:5550199"}} + text: "Call Ken: +1 (718) 593 5653", href: "tel:+17185935653"}} /> @@ -52,7 +52,7 @@ export default function LandingPage() { description="24/7 mobile diesel and auto repair. We come to your location—JFK, highways, or your front door. Professional help at any hour." buttons={[ { - text: "Call Ken Now: 555-0199", href: "tel:5550199"}, + text: "Call Ken Now: +1 (718) 593 5653", href: "tel:+17185935653"}, ]} imageSrc="http://img.b2bpic.net/free-photo/modern-urban-car-street_23-2149092037.jpg" imageAlt="Ken's Mobile Diesel Repair" @@ -93,11 +93,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Mobile Diagnostics", description: "On-site diagnostic repair service. We come to you, so there is never a need for an expensive tow.", imageSrc: "http://img.b2bpic.net/free-photo/young-cobbler-glasses-is-working-shoe-sole-his-dark-workplace_613910-12936.jpg", imageAlt: "Diagnostics"}, + title: "Mobile Diagnostics", description: "Full on-site evaluation and diagnostics. We come to your location immediately, ensuring you never need a tow.", imageSrc: "http://img.b2bpic.net/free-photo/young-cobbler-glasses-is-working-shoe-sole-his-dark-workplace_613910-12936.jpg", imageAlt: "Diagnostics"}, { - title: "Battery & Electrical", description: "Immediate on-site electrical troubleshooting to get you moving again with no-tow-needed solutions.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1314.jpg", imageAlt: "Jump start"}, + title: "Battery & Electrical", description: "On-site electrical system troubleshooting and battery services. We get you back on the road safely without towing expenses.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1314.jpg", imageAlt: "Jump start"}, { - title: "Brake Line Repair", description: "Expert brake repair directly at your location—no tow required, saving you time and money.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-changing-car-wheels_23-2148327513.jpg", imageAlt: "Brakes"}, + title: "Brake Line Repair", description: "Expert mobile brake line repair performed right where you are. Our specialized service eliminates the need for an expensive tow.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-changing-car-wheels_23-2148327513.jpg", imageAlt: "Brakes"}, ]} title="Expert Mobile Repair Services" description="Comprehensive mechanical solutions for diesel and auto engines, performed wherever you are." @@ -111,7 +111,7 @@ export default function LandingPage() { description="We understand that time is money. That's why we operate 24/7, serving NYC and NJ with fair pricing and specialized knowledge for diesel engines." buttons={[ { - text: "Call for Assistance", href: "tel:5550199"}, + text: "Call for Assistance: +1 (718) 593 5653", href: "tel:+17185935653"}, ]} imageSrc="http://img.b2bpic.net/free-photo/men-repair-truck-man-teaches-repair-car-two-men-uniform_1157-46530.jpg" imageAlt="Expertise and reliability" @@ -178,10 +178,10 @@ export default function LandingPage() { variant: "plain"}} tag="EMERGENCY SERVICE" title="Don't Wait. Call Ken Now." - description="Service available 24/7. Call today to get back on the road safely." + description="Service available 24/7. Call today to get back on the road safely at +1 (718) 593 5653." buttons={[ { - text: "Call Ken: 555-0199", href: "tel:5550199"}, + text: "Call Ken: +1 (718) 593 5653", href: "tel:+17185935653"}, ]} /> @@ -215,4 +215,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1