diff --git a/src/app/page.tsx b/src/app/page.tsx
index a654124..2d781d9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -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}
+ />
+
+
+ {/* Services Section */}
+
+