5 Commits

Author SHA1 Message Date
8010b79be7 Merge version_4 into main
Merge version_4 into main
2026-04-28 00:29:43 +00:00
c9b1293363 Update src/app/page.tsx 2026-04-28 00:29:40 +00:00
4f0e6ddb1a Merge version_3 into main
Merge version_3 into main
2026-04-28 00:21:43 +00:00
6da5b00b7d Update src/app/page.tsx 2026-04-28 00:21:40 +00:00
f658a3ed20 Merge version_2 into main
Merge version_2 into main
2026-04-28 00:13:34 +00:00

View File

@@ -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"}}
/>
</div>
@@ -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"
@@ -125,20 +125,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sandra D.", role: "Fleet Manager", company: "Logistics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489645.jpg"},
id: "1", name: "Sandra D.", role: "Fleet Manager", company: "Logistics", rating: 5},
{
id: "2", name: "Alan W.", role: "Owner-Operator", company: "Self-Employed", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886879.jpg"},
id: "2", name: "Alan W.", role: "Owner-Operator", company: "Self-Employed", rating: 5},
{
id: "3", name: "Bernard G.", role: "Truck Driver", company: "TransCo", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-with-laptop-standing-street-near-busy-road-city-talking_1258-205603.jpg"},
id: "3", name: "Bernard G.", role: "Truck Driver", company: "TransCo", rating: 5},
{
id: "4", name: "Gloria M.", role: "Supervisor", company: "Airport Shuttle", rating: 5,
imageSrc: "http://img.b2bpic.net/businesswoman-working-warehouse_329181-12795.jpg"},
id: "4", name: "Gloria M.", role: "Supervisor", company: "Airport Shuttle", rating: 5},
{
id: "5", name: "Harlan J.", role: "Driver", company: "Freight", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489855.jpg"},
id: "5", name: "Harlan J.", role: "Driver", company: "Freight", rating: 5},
]}
kpiItems={[
{
@@ -178,10 +173,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"},
]}
/>
</div>
@@ -215,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}