Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 23:25:08 +00:00

View File

@@ -1,13 +1,13 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import {
Wrench,
Info,
@@ -19,6 +19,12 @@ import {
Users,
MapPin,
Star,
Truck,
Gauge,
Activity,
Disc,
Fuel,
CheckSquare,
} from "lucide-react";
import Link from "next/link";
@@ -57,47 +63,28 @@ export default function HomePage() {
<HeroBillboardGallery
title="Expert Truck, Trailer & Tire Repair in Bristol, Indiana"
description="Trusted by commercial drivers and fleet owners. Professional maintenance, diagnostics, and repairs for medium and heavy-duty vehicles. Fast, reliable service you can depend on."
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
tag="Professional Service"
tagIcon={Wrench}
tagAnimation="slide-up"
buttons={[
{
text: "Schedule Service",
href: "/contact",
},
text: "Schedule Service", href: "contact"},
{
text: "View Services",
href: "/services",
},
text: "View Services", href: "services"},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg",
imageAlt: "Truck repair service bay",
},
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14036.jpg", imageAlt: "Truck repair service bay"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-photoshoot-process-tyre-balancing-dark-auto-service_613910-17076.jpg",
imageAlt: "Professional tire service",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photoshoot-process-tyre-balancing-dark-auto-service_613910-17076.jpg", imageAlt: "Professional tire service"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/mechanic-fixing-wheel-system_23-2147897831.jpg",
imageAlt: "Brake system maintenance",
},
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-wheel-system_23-2147897831.jpg", imageAlt: "Brake system maintenance"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46519.jpg",
imageAlt: "Engine diagnostic equipment",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46519.jpg", imageAlt: "Engine diagnostic equipment"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-running-engine-diagnostic-repair-shop_637285-11553.jpg",
imageAlt: "Expert technician performing repairs",
},
imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-laptop-while-running-engine-diagnostic-repair-shop_637285-11553.jpg", imageAlt: "Expert technician performing repairs"},
]}
mediaAnimation="blur-reveal"
/>
@@ -113,7 +100,7 @@ export default function HomePage() {
description="Serving Bristol and surrounding communities with professional, dependable service."
subdescription="4.7-star rating from 103 satisfied customers"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489863.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-working-as-truck-driver_23-2151489863.jpg"
imageAlt="Bristol Truck Repair facility entrance"
mediaAnimation="blur-reveal"
useInvertedBackground={false}
@@ -131,40 +118,76 @@ export default function HomePage() {
features={[
{
icon: CheckCircle,
title: "Expert Diagnostics",
description:
"State-of-the-art computer and engine diagnostic systems for accurate problem identification and fast resolution.",
},
title: "Expert Diagnostics", description:
"State-of-the-art computer and engine diagnostic systems for accurate problem identification and fast resolution."},
{
icon: Zap,
title: "Fast Turnaround",
description:
"Efficient service schedule minimizes downtime for your fleet. Mobile repair available for emergency roadside situations.",
},
title: "Fast Turnaround", description:
"Efficient service schedule minimizes downtime for your fleet. Mobile repair available for emergency roadside situations."},
{
icon: Shield,
title: "Quality Assurance",
description:
"DOT-certified inspections and compliance checks. Every repair backed by our commitment to excellence.",
},
title: "Quality Assurance", description:
"DOT-certified inspections and compliance checks. Every repair backed by our commitment to excellence."},
{
icon: DollarSign,
title: "Competitive Pricing",
description:
"Transparent pricing with no hidden fees. Accept all major credit and debit cards for your convenience.",
},
title: "Competitive Pricing", description:
"Transparent pricing with no hidden fees. Accept all major credit and debit cards for your convenience."},
{
icon: Users,
title: "Experienced Team",
description:
"Skilled technicians with years of experience in heavy-duty vehicle maintenance and repair.",
},
title: "Experienced Team", description:
"Skilled technicians with years of experience in heavy-duty vehicle maintenance and repair."},
{
icon: MapPin,
title: "Accessible Location",
description:
"Convenient Bristol location with wheelchair-accessible entrance and ample parking for customer vehicles.",
},
title: "Accessible Location", description:
"Convenient Bristol location with wheelchair-accessible entrance and ample parking for customer vehicles."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
{/* Services Section */}
<div id="services" data-section="services">
<FeatureHoverPattern
title="Complete Fleet Maintenance Solutions"
description="From routine maintenance to complex diagnostics and repairs, we handle every aspect of truck and trailer service."
tag="Full-Service Repair"
tagIcon={Wrench}
tagAnimation="slide-up"
features={[
{
icon: Truck,
title: "Truck & Trailer Repair", description:
"Comprehensive maintenance and repair services for all types of medium and heavy-duty commercial vehicles."},
{
icon: Gauge,
title: "Preventive Maintenance", description:
"Regular maintenance programs to keep your fleet running smoothly and prevent costly breakdowns."},
{
icon: Activity,
title: "Computer Diagnostics", description:
"Advanced diagnostic tools identify engine and system issues quickly and accurately for efficient repairs."},
{
icon: Disc,
title: "Brake System Service", description:
"Complete brake inspection, maintenance, and repair to ensure safe operation of your vehicles."},
{
icon: Zap,
title: "Tire Sales & Service", description:
"Tire shop with full selection, repairs, alignment services, and expert recommendations for your fleet."},
{
icon: Zap,
title: "Electrical & AC Systems", description:
"Expert service for electrical systems, battery replacement, and air conditioning maintenance."},
{
icon: Fuel,
title: "Drivetrain & Transmission", description:
"Specialized repair services for transmissions, drivetrains, and exhaust systems."},
{
icon: CheckSquare,
title: "DOT Inspections", description:
"Comprehensive DOT compliance inspections to keep your fleet certified and road-ready."},
]}
animationType="slide-up"
textboxLayout="default"
@@ -182,65 +205,29 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "John Donovan",
role: "Fleet Manager",
testimonial:
"Bristol Truck Repair has been our go-to service provider for over five years. Their technicians are knowledgeable, professional, and always get us back on the road quickly. Highly recommended for any fleet owner.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-confident-young-man-with-his-crossed-arms-looking-camera_23-2148130362.jpg",
imageAlt: "John Donovan",
},
id: "1", name: "John Donovan", role: "Fleet Manager", testimonial:
"Bristol Truck Repair has been our go-to service provider for over five years. Their technicians are knowledgeable, professional, and always get us back on the road quickly. Highly recommended for any fleet owner.", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-confident-young-man-with-his-crossed-arms-looking-camera_23-2148130362.jpg", imageAlt: "John Donovan"},
{
id: "2",
name: "Sarah Mitchell",
role: "Owner-Operator",
testimonial:
"Excellent service and fair pricing. The team diagnosed a transmission issue that other shops missed. I trust them completely with my truck's maintenance and repairs.",
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-woman-holding-letter-t_1187-1321.jpg",
imageAlt: "Sarah Mitchell",
},
id: "2", name: "Sarah Mitchell", role: "Owner-Operator", testimonial:
"Excellent service and fair pricing. The team diagnosed a transmission issue that other shops missed. I trust them completely with my truck's maintenance and repairs.", imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-woman-holding-letter-t_1187-1321.jpg", imageAlt: "Sarah Mitchell"},
{
id: "3",
name: "Mike Thompson",
role: "Maintenance Supervisor",
testimonial:
"Professional, efficient, and reliable. They offer competitive pricing and always provide detailed explanations of what needs repair. Our fleet runs smoothly because of their preventive maintenance programs.",
imageSrc:
"http://img.b2bpic.net/free-photo/man-overall-smiling-with-crossed-arms_23-2148073071.jpg",
imageAlt: "Mike Thompson",
},
id: "3", name: "Mike Thompson", role: "Maintenance Supervisor", testimonial:
"Professional, efficient, and reliable. They offer competitive pricing and always provide detailed explanations of what needs repair. Our fleet runs smoothly because of their preventive maintenance programs.", imageSrc:
"http://img.b2bpic.net/free-photo/man-overall-smiling-with-crossed-arms_23-2148073071.jpg", imageAlt: "Mike Thompson"},
{
id: "4",
name: "Lisa Chen",
role: "Operations Director",
testimonial:
"Outstanding customer service and technical expertise. They've handled complex transmission repairs and tire issues without any problems. Five stars for professionalism and reliability.",
imageSrc:
"http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-91.jpg",
imageAlt: "Lisa Chen",
},
id: "4", name: "Lisa Chen", role: "Operations Director", testimonial:
"Outstanding customer service and technical expertise. They've handled complex transmission repairs and tire issues without any problems. Five stars for professionalism and reliability.", imageSrc:
"http://img.b2bpic.net/free-photo/mature-woman-with-grey-hair-posing-with-violet-jacket_343059-91.jpg", imageAlt: "Lisa Chen"},
{
id: "5",
name: "Robert Jackson",
role: "Fleet Owner",
testimonial:
"Best truck repair shop in the area. Fast turnaround, knowledgeable staff, and transparent pricing. They genuinely care about keeping our fleet operational.",
imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg",
imageAlt: "Robert Jackson",
},
id: "5", name: "Robert Jackson", role: "Fleet Owner", testimonial:
"Best truck repair shop in the area. Fast turnaround, knowledgeable staff, and transparent pricing. They genuinely care about keeping our fleet operational.", imageSrc:
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Robert Jackson"},
{
id: "6",
name: "Jennifer Rodriguez",
role: "Business Manager",
testimonial:
"We've trusted Bristol Truck Repair with our entire fleet's maintenance for two years. Their commitment to quality and customer satisfaction is unmatched in the industry.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg",
imageAlt: "Jennifer Rodriguez",
},
id: "6", name: "Jennifer Rodriguez", role: "Business Manager", testimonial:
"We've trusted Bristol Truck Repair with our entire fleet's maintenance for two years. Their commitment to quality and customer satisfaction is unmatched in the industry.", imageSrc:
"http://img.b2bpic.net/free-photo/portrait-senior-woman-professional-blazer-outdoors-laptop_23-2150296623.jpg", imageAlt: "Jennifer Rodriguez"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -256,38 +243,24 @@ export default function HomePage() {
description="Schedule your truck or trailer service today. Contact us by phone, email, or fill out the form below. We're ready to help keep your fleet running smoothly."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
{
name: "company",
type: "text",
placeholder: "Company/Fleet Name",
required: false,
name: "company", type: "text", placeholder: "Company/Fleet Name", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Describe your service needs or ask a question...",
rows: 5,
name: "message", placeholder: "Describe your service needs or ask a question...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/woman-holding-smartphone-full-shot_23-2148993864.jpg"
imageAlt="Bristol Truck Repair service center"
mediaAnimation="blur-reveal"
mediaPosition="right"
@@ -300,70 +273,41 @@ export default function HomePage() {
<FooterBaseReveal
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Truck & Trailer Repair",
href: "/services",
},
label: "Truck & Trailer Repair", href: "/services"},
{
label: "Tire Sales & Service",
href: "/services",
},
label: "Tire Sales & Service", href: "/services"},
{
label: "Diagnostics",
href: "/services",
},
label: "Diagnostics", href: "/services"},
{
label: "DOT Inspections",
href: "/services",
},
label: "DOT Inspections", href: "/services"},
{
label: "Mobile Repair",
href: "/services",
},
label: "Mobile Repair", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/",
},
label: "About Us", href: "/"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Hours & Location",
href: "/",
},
label: "Hours & Location", href: "/"},
{
label: "Testimonials",
href: "/",
},
label: "Testimonials", href: "/"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "(574) 606-4074",
href: "tel:(574) 606-4074",
},
label: "(574) 606-4074", href: "tel:(574) 606-4074"},
{
label: "18624 US-20, Bristol, IN 46507",
href: "/",
},
label: "18624 US-20, Bristol, IN 46507", href: "/"},
{
label: "Mon-Fri: 8:00 AM - 5:00 PM",
href: "/",
},
label: "Mon-Fri: 8:00 AM - 5:00 PM", href: "/"},
{
label: "Closed Weekends",
href: "/",
},
label: "Closed Weekends", href: "/"},
],
},
]}