1 Commits

Author SHA1 Message Date
73f18d4207 Update src/app/page.tsx 2026-04-28 00:13:28 +00:00

View File

@@ -30,90 +30,57 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Why Us", name: "Why Us", id: "why"},
id: "why",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="KEN 24/7" brandName="KEN 24/7"
button={{ button={{
text: "Call Ken: 555-0199", text: "Call Ken: 555-0199", href: "tel:5550199"}}
href: "tel:5550199",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
title="Broken Down in NYC? Ken's Got You." title="Broken Down in NYC? Ken's Got You."
description="24/7 mobile diesel and auto repair. We come to your location—JFK, highways, or your front door. Professional help at any hour." 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={[ buttons={[
{ {
text: "Call Ken Now: 555-0199", text: "Call Ken Now: 555-0199", href: "tel:5550199"},
href: "tel:5550199",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/modern-urban-car-street_23-2149092037.jpg" imageSrc="http://img.b2bpic.net/free-photo/modern-urban-car-street_23-2149092037.jpg"
imageAlt="Ken's Mobile Diesel Repair" imageAlt="Ken's Mobile Diesel Repair"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171233.jpg", src: "http://img.b2bpic.net/free-photo/medium-shot-man-checking-car_23-2150171233.jpg", alt: "Medium shot man checking car"},
alt: "Medium shot man checking car",
},
{ {
src: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468874.jpg", src: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468874.jpg", alt: "Scene with photorealistic logistics operations and proceedings"},
alt: "Scene with photorealistic logistics operations and proceedings",
},
{ {
src: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482998.jpg", src: "http://img.b2bpic.net/free-photo/off-road-car-wilderness_23-2151482998.jpg", alt: "Off-road car in the wilderness"},
alt: "Off-road car in the wilderness",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-worker-checks-wheel-truck-malfunction-service-work_1157-46513.jpg", src: "http://img.b2bpic.net/free-photo/young-worker-checks-wheel-truck-malfunction-service-work_1157-46513.jpg", alt: "A young worker checks wheel. Truck malfunction. Service work."},
alt: "A young worker checks wheel. Truck malfunction. Service work.",
},
{ {
src: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468886.jpg", src: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468886.jpg", alt: "Scene with photorealistic logistics operations and proceedings"},
alt: "Scene with photorealistic logistics operations and proceedings",
},
]} ]}
avatarText="Trusted by over 500+ fleet managers" avatarText="Trusted by over 500+ fleet managers"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "24/7 EMERGENCY REPAIR"},
text: "24/7 EMERGENCY REPAIR",
},
{ {
type: "text", type: "text", text: "HEAVY DUTY EXPERTS"},
text: "HEAVY DUTY EXPERTS",
},
{ {
type: "text", type: "text", text: "MOBILE DIAGNOSTICS"},
text: "MOBILE DIAGNOSTICS",
},
{ {
type: "text", type: "text", text: "NYC & NJ SERVICE AREA"},
text: "NYC & NJ SERVICE AREA",
},
{ {
type: "text", type: "text", text: "LICENSED & INSURED"},
text: "LICENSED & INSURED",
},
]} ]}
/> />
</div> </div>
@@ -126,23 +93,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Mobile Diagnostics", 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"},
description: "Cutting-edge computer diagnostics for all diesel engines.",
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", 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"},
description: "Professional jump starts and complex electrical troubleshooting.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1314.jpg",
imageAlt: "Jump start",
},
{ {
title: "Brake Line Repair", 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"},
description: "Immediate on-site repair for brake lines and fluid leaks.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-mechanic-changing-car-wheels_23-2148327513.jpg",
imageAlt: "Brakes",
},
]} ]}
title="Expert Mobile Repair Services" title="Expert Mobile Repair Services"
description="Comprehensive mechanical solutions for diesel and auto engines, performed wherever you are." description="Comprehensive mechanical solutions for diesel and auto engines, performed wherever you are."
@@ -156,9 +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." 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={[ buttons={[
{ {
text: "Call for Assistance", text: "Call for Assistance", href: "tel:5550199"},
href: "tel:5550199",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/men-repair-truck-man-teaches-repair-car-two-men-uniform_1157-46530.jpg" imageSrc="http://img.b2bpic.net/free-photo/men-repair-truck-man-teaches-repair-car-two-men-uniform_1157-46530.jpg"
imageAlt="Expertise and reliability" imageAlt="Expertise and reliability"
@@ -172,59 +125,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sandra D.", role: "Fleet Manager", company: "Logistics", rating: 5,
name: "Sandra D.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489645.jpg"},
role: "Fleet Manager",
company: "Logistics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489645.jpg",
},
{ {
id: "2", id: "2", name: "Alan W.", role: "Owner-Operator", company: "Self-Employed", rating: 5,
name: "Alan W.", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886879.jpg"},
role: "Owner-Operator",
company: "Self-Employed",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886879.jpg",
},
{ {
id: "3", id: "3", name: "Bernard G.", role: "Truck Driver", company: "TransCo", rating: 5,
name: "Bernard G.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-woman-with-laptop-standing-street-near-busy-road-city-talking_1258-205603.jpg"},
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: "4", id: "4", name: "Gloria M.", role: "Supervisor", company: "Airport Shuttle", rating: 5,
name: "Gloria M.", imageSrc: "http://img.b2bpic.net/businesswoman-working-warehouse_329181-12795.jpg"},
role: "Supervisor",
company: "Airport Shuttle",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12795.jpg",
},
{ {
id: "5", id: "5", name: "Harlan J.", role: "Driver", company: "Freight", rating: 5,
name: "Harlan J.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489855.jpg"},
role: "Driver",
company: "Freight",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489855.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "24/7", value: "24/7", label: "Service"},
label: "Service",
},
{ {
value: "100%", value: "100%", label: "Reliability"},
label: "Reliability",
},
{ {
value: "5-Star", value: "5-Star", label: "Rating"},
label: "Rating",
},
]} ]}
title="Trusted by Drivers" title="Trusted by Drivers"
description="Reliability you can count on when you need it most." description="Reliability you can count on when you need it most."
@@ -238,26 +160,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "NYC", title: "New York City", description: "Full coverage.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46519.jpg"},
value: "NYC",
title: "New York City",
description: "Full coverage.",
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46519.jpg",
},
{ {
id: "m2", id: "m2", value: "NJ", title: "New Jersey", description: "Full coverage.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-bicycle-mechanic-with-crossed-arms-holds-cup-key-tool-stand-background-workshop_613910-6013.jpg"},
value: "NJ",
title: "New Jersey",
description: "Full coverage.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-bicycle-mechanic-with-crossed-arms-holds-cup-key-tool-stand-background-workshop_613910-6013.jpg",
},
{ {
id: "m3", id: "m3", value: "JFK", title: "JFK Area", description: "Expert airport services.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-with-gloves_23-2149714333.jpg"},
value: "JFK",
title: "JFK Area",
description: "Expert airport services.",
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-working-with-gloves_23-2149714333.jpg",
},
]} ]}
title="Serving NYC & NJ" title="Serving NYC & NJ"
description="We are ready to deploy to highways, JFK Airport, and major roadways across the region." description="We are ready to deploy to highways, JFK Airport, and major roadways across the region."
@@ -268,16 +175,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="EMERGENCY SERVICE" tag="EMERGENCY SERVICE"
title="Don't Wait. Call Ken Now." 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."
buttons={[ buttons={[
{ {
text: "Call Ken: 555-0199", text: "Call Ken: 555-0199", href: "tel:5550199"},
href: "tel:5550199",
},
]} ]}
/> />
</div> </div>
@@ -288,33 +192,21 @@ export default function LandingPage() {
logoText="KEN 24/7" logoText="KEN 24/7"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About", label: "About", href: "#why"},
href: "#why",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms of Service", label: "Terms of Service", href: "#"},
href: "#",
},
], ],
}, },
]} ]}