1 Commits

Author SHA1 Message Date
2d52dfa58b Update src/app/page.tsx 2026-04-21 12:36:35 +00:00

View File

@@ -33,25 +33,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Reviews", name: "Reviews", id: "reviews"},
id: "reviews",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="CJ Auto Electrical" brandName="CJ Auto Electrical"
/> />
@@ -60,19 +50,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Your Trusted Local Auto Electricians in George" title="Your Trusted Local Auto Electricians in George"
description="At CJ Auto Electrical, we specialize in fast, precise diagnostics and reliable repairs for all car and trailer electrical needs. Trusted by 100+ local customers." description="At CJ Auto Electrical, we specialize in fast, precise diagnostics and reliable repairs for all car and trailer electrical needs. Trusted by 100+ local customers."
buttons={[ buttons={[
{ {
text: "Call Now", text: "Call Now", href: "tel:0448781575"},
href: "tel:0448781575",
},
{ {
text: "Get Directions", text: "Get Directions", href: "https://maps.app.goo.gl/..."},
href: "https://maps.app.goo.gl/...",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/mechanic-smiling-while-examining-car-engine-with-lamp_1170-1292.jpg" imageSrc="http://img.b2bpic.net/free-photo/mechanic-smiling-while-examining-car-engine-with-lamp_1170-1292.jpg"
/> />
@@ -85,19 +70,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Users, icon: Users,
label: "Happy Local Customers", label: "Happy Local Customers", value: "100+"},
value: "100+",
},
{ {
icon: Zap, icon: Zap,
label: "Years Experience", label: "Years Experience", value: "15+"},
value: "15+",
},
{ {
icon: Star, icon: Star,
label: "Google Rating", label: "Google Rating", value: "4.4"},
value: "4.4",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -110,38 +89,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "f1", id: "f1", title: "Diagnostics", author: "Pro Team", description: "Cutting-edge diagnostic equipment to pinpoint hidden faults.", tags: [
title: "Diagnostics", "Auto", "Tech"],
author: "Pro Team", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11835.jpg"},
description: "Cutting-edge diagnostic equipment to pinpoint hidden faults.",
tags: [
"Auto",
"Tech",
],
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11835.jpg",
},
{ {
id: "f2", id: "f2", title: "Repairs", author: "Pro Team", description: "Reliable fixing of starter motors, alternators, and wiring.", tags: [
title: "Repairs", "Repairs", "Fast"],
author: "Pro Team", imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg"},
description: "Reliable fixing of starter motors, alternators, and wiring.",
tags: [
"Repairs",
"Fast",
],
imageSrc: "http://img.b2bpic.net/free-photo/two-coworkers-using-laptop-while-working-auto-repair-shop_637285-11597.jpg",
},
{ {
id: "f3", id: "f3", title: "Trailer Electrics", author: "Pro Team", description: "Specialized wiring for trailers and caravans for safe towing.", tags: [
title: "Trailer Electrics", "Safe", "Expert"],
author: "Pro Team", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-diagnostic-tool-while-checking-voltage-car-battery-auto-repair-shop_637285-4265.jpg"},
description: "Specialized wiring for trailers and caravans for safe towing.",
tags: [
"Safe",
"Expert",
],
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-diagnostic-tool-while-checking-voltage-car-battery-auto-repair-shop_637285-4265.jpg",
},
]} ]}
title="Comprehensive Auto Electrical Services" title="Comprehensive Auto Electrical Services"
description="We don't guess—we diagnose. Using state-of-the-art tools, we get you back on the road quickly." description="We don't guess—we diagnose. Using state-of-the-art tools, we get you back on the road quickly."
@@ -155,59 +113,28 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Johan P.", role: "Client", company: "Local", rating: 5,
name: "Johan P.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440227.jpg"},
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440227.jpg",
},
{ {
id: "2", id: "2", name: "Sarah D.", role: "Client", company: "Local", rating: 4,
name: "Sarah D.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-servicing-car-engine_1170-1286.jpg"},
role: "Client",
company: "Local",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-servicing-car-engine_1170-1286.jpg",
},
{ {
id: "3", id: "3", name: "Mark V.", role: "Client", company: "Local", rating: 5,
name: "Mark V.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg"},
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg",
},
{ {
id: "4", id: "4", name: "Karen B.", role: "Client", company: "Local", rating: 4,
name: "Karen B.", imageSrc: "http://img.b2bpic.net/free-photo/repairmen-talking-phone-workshop_23-2147897948.jpg"},
role: "Client",
company: "Local",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/repairmen-talking-phone-workshop_23-2147897948.jpg",
},
{ {
id: "5", id: "5", name: "Paul S.", role: "Client", company: "Local", rating: 5,
name: "Paul S.", imageSrc: "http://img.b2bpic.net/medium-shot-man-woman-talking_23-2150171288.jpg"},
role: "Client",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171288.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "107", value: "107", label: "Reviews"},
label: "Reviews",
},
{ {
value: "4.4", value: "4.4", label: "Avg Rating"},
label: "Avg Rating",
},
{ {
value: "100%", value: "100%", label: "Satisfaction"},
label: "Satisfaction",
},
]} ]}
title="What Our Customers Say" title="What Our Customers Say"
description="Over 100+ positive reviews from the George community." description="Over 100+ positive reviews from the George community."
@@ -221,26 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "24h", title: "Turnaround", description: "Most diagnostic jobs completed within a day.", imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11865.jpg"},
value: "24h",
title: "Turnaround",
description: "Most diagnostic jobs completed within a day.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11865.jpg",
},
{ {
id: "m2", id: "m2", value: "100%", title: "Safety Focus", description: "Ensuring all electrical systems meet safety standards.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg"},
value: "100%",
title: "Safety Focus",
description: "Ensuring all electrical systems meet safety standards.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg",
},
{ {
id: "m3", id: "m3", value: "Local", title: "Expertise", description: "Serving the George and Pacaltsdorp area for years.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367551.jpg"},
value: "Local",
title: "Expertise",
description: "Serving the George and Pacaltsdorp area for years.",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367551.jpg",
},
]} ]}
title="The CJ Auto Electrical Promise" title="The CJ Auto Electrical Promise"
description="Fast results and friendly, professional service." description="Fast results and friendly, professional service."
@@ -253,20 +165,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "How fast is diagnostics?", content: "Most simple issues are identified within the first few hours."},
title: "How fast is diagnostics?",
content: "Most simple issues are identified within the first few hours.",
},
{ {
id: "q2", id: "q2", title: "Do you handle trailers?", content: "Yes, we are specialists in all trailer and caravan electrical systems."},
title: "Do you handle trailers?",
content: "Yes, we are specialists in all trailer and caravan electrical systems.",
},
{ {
id: "q3", id: "q3", title: "Are you open weekends?", content: "We operate during standard business hours; contact us for emergencies."},
title: "Are you open weekends?",
content: "We operate during standard business hours; contact us for emergencies.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Everything you need to know about our service." description="Everything you need to know about our service."
@@ -279,14 +182,7 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
names={[ names={[
"Auto Insurance Co", "Auto Insurance Co", "Local Service Partner", "Certified Electrical Group", "Road Safety Alliance", "George Trade Association", "Automotive Warranty Network", "National Diagnostic Services"]}
"Local Service Partner",
"Certified Electrical Group",
"Road Safety Alliance",
"George Trade Association",
"Automotive Warranty Network",
"National Diagnostic Services",
]}
title="Trusted by Industry Leaders" title="Trusted by Industry Leaders"
description="Recognized by regional and national partners for our mechanical service quality." description="Recognized by regional and national partners for our mechanical service quality."
/> />
@@ -296,16 +192,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "radial-gradient", variant: "radial-gradient"}}
}}
tag="Contact Us" tag="Contact Us"
title="Get Your Electrical Issues Sorted Today" title="Get Your Electrical Issues Sorted Today"
description="Visit us at 11 Pioneer St, Pacaltsdorp, George. Call 044 878 1575 for prompt attention." description="Visit us at 11 Pioneer St, Pacaltsdorp, George. Call 044 878 1575 for prompt attention."
buttons={[ buttons={[
{ {
text: "Call 044 878 1575", text: "Call 044 878 1575", href: "tel:0448781575"},
href: "tel:0448781575",
},
]} ]}
/> />
</div> </div>
@@ -316,33 +209,21 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Home", label: "Home", href: "#hero"},
href: "#hero",
},
{ {
label: "Services", label: "Services", href: "#services"},
href: "#services",
},
{ {
label: "Reviews", label: "Reviews", href: "#reviews"},
href: "#reviews",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Contact Us", label: "Contact Us", href: "tel:0448781575"},
href: "tel:0448781575",
},
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}