Update src/app/about/page.tsx

This commit is contained in:
2026-03-21 10:11:36 +00:00
parent f812ad420e
commit 3b95b737e4

View File

@@ -7,7 +7,7 @@ import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwen
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Calendar, Award, Wrench } from "lucide-react";
import { Calendar, Award, Wrench, Heart, Zap } from "lucide-react";
export default function AboutPage() {
const navItems = [
@@ -116,7 +116,7 @@ export default function AboutPage() {
description: "We come to you anywhere within 5 miles of our Balham location. No dealership queues.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/vehicle-mechanics-standing-by-tools-cart-choosing-appropriate-tool-truck-service_342744-1328.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/vehicle-mechanics-standing-by-tools-cart-choosing-appropriate-tool-truck-service_342744-1328.jpg"
imageAlt="Naz Car Mobile Mechanic team working on vehicle"
mediaAnimation="slide-up"
imagePosition="right"
@@ -140,7 +140,7 @@ export default function AboutPage() {
},
]}
buttonAnimation="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
metrics={[
@@ -198,14 +198,14 @@ export default function AboutPage() {
{
title: "Certified Technicians",
description: "All technicians hold recognized automotive certifications and undergo continuous professional development training.",
icon: "Award",
icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanics-standing-by-tools-cart-choosing-appropriate-tool-truck-service_342744-1328.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanics-standing-by-tools-cart-choosing-appropriate-tool-truck-service_342744-1328.jpg",
imageAlt: "Certified technicians with equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11824.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/mechanics-repairing-car-workshop_329181-11824.jpg",
imageAlt: "Professional mechanics in workshop",
},
],
@@ -213,14 +213,14 @@ export default function AboutPage() {
{
title: "Advanced Equipment",
description: "We invest in the latest diagnostic tools and equipment to ensure accurate problem identification and quality repairs.",
icon: "Zap",
icon: Zap,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-diagnostic-work-tool-while-checking-car-engine-workshop_637285-4263.jpg",
imageAlt: "Advanced diagnostic equipment",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-laptop-while-talking-customer-repair-shop_637285-8614.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-using-laptop-while-talking-customer-repair-shop_637285-8614.jpg",
imageAlt: "Mechanic using diagnostic laptop",
},
],
@@ -228,14 +228,14 @@ export default function AboutPage() {
{
title: "Customer First Approach",
description: "We believe in transparent communication, honest advice, and treating every customer with the respect they deserve.",
icon: "Heart",
icon: Heart,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-with-touchpad-communicating-with-car-mechanics-auto-repair-shop_637285-4227.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-with-touchpad-communicating-with-car-mechanics-auto-repair-shop_637285-4227.jpg",
imageAlt: "Mechanic communicating with customer",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg?_wi=2",
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-customer-signing-documents-while-communicating-with-auto-repairwoman-workshop-focus-is-woman_637285-7760.jpg",
imageAlt: "Customer satisfaction focus",
},
],