diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx index b657ba7..8d0c58c 100644 --- a/src/pages/AboutPage.tsx +++ b/src/pages/AboutPage.tsx @@ -14,20 +14,11 @@ export default function AboutPage() { description="Apex started because we believed your car deserved better than a drive-through wash. We bring professional-grade products and equipment to your driveway — the same products used by prestige dealerships." items={[ { - icon: ShieldCheck, - title: "Fully Insured", - description: "Total peace of mind while we work on your property.", - }, + icon: "ShieldCheck", title: "Fully Insured", description: "Total peace of mind while we work on your property."}, { - icon: Star, - title: "Certified Professionals", - description: "Trained experts in paint and interior care.", - }, + icon: "Star", title: "Certified Professionals", description: "Trained experts in paint and interior care."}, { - icon: Award, - title: "Satisfaction Guaranteed", - description: "If you aren't happy, we aren't done.", - }, + icon: "Award", title: "Satisfaction Guaranteed", description: "If you aren't happy, we aren't done."}, ]} imageSrc="http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212216.jpg" /> @@ -42,17 +33,10 @@ export default function AboutPage() { description="The passionate professionals behind every shine." groups={[ { - title: "Executive Team", - members: [ + title: "Executive Team", members: [ { - name: "Mark Stevens", - role: "Head Detailer", - detail: "15 years experience in high-end vehicle restoration.", - imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg", - }, + name: "Mark Stevens", role: "Head Detailer", detail: "15 years experience in high-end vehicle restoration.", imageSrc: "http://img.b2bpic.net/free-photo/car-repair-maintenance-theme-mechanic-uniform-working-auto-service-checking-engine_627829-3910.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194066.jpg?_wi=2", - imageAlt: "Car repair and maintenance theme Mechanic in uniform working in auto service checking engine", }, ]} />