diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index f629f3b..739bfad 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,25 +26,15 @@ export default function LandingPage() {
@@ -55,13 +45,9 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
- type: "text",
- content: "About On-Trac Doors",
- },
+ type: "text", content: "About On-Trac Doors"},
{
- type: "text",
- content: "We are your trusted Hot Springs experts. We pride ourselves on showing up when others don't, offering transparent pricing, and delivering high-quality repairs with friendly service.",
- },
+ type: "text", content: "We are your trusted Hot Springs experts. We pride ourselves on showing up when others don't, offering transparent pricing, and delivering high-quality repairs with friendly service."},
]}
/>
@@ -75,26 +61,12 @@ export default function LandingPage() {
description="The faces behind the service."
groups={[
{
- id: "g1",
- groupTitle: "Management",
- members: [
+ id: "g1", groupTitle: "Management", members: [
{
- id: "m1",
- title: "John Smith",
- subtitle: "Lead Technician",
- detail: "10 years experience",
- imageSrc: "http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151870996.jpg",
- },
+ id: "m1", title: "John Smith", subtitle: "Lead Technician", detail: "10 years experience", imageSrc: "http://img.b2bpic.net/free-photo/people-interacting-with-ai-their-daily-lives_23-2151870996.jpg"},
{
- id: "m2",
- title: "Jane Doe",
- subtitle: "Operations Manager",
- detail: "Client focus",
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-video-conference-call-smartphone-talking-with-bluetooth-handsfree-device_23-2147972883.jpg",
- },
+ id: "m2", title: "Jane Doe", subtitle: "Operations Manager", detail: "Client focus", imageSrc: "http://img.b2bpic.net/free-photo/businessman-doing-video-conference-call-smartphone-talking-with-bluetooth-handsfree-device_23-2147972883.jpg"},
],
- imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg?_wi=2",
- imageAlt: "People interacting with ai in their daily lives",
},
]}
/>
@@ -102,42 +74,29 @@ export default function LandingPage() {
@@ -229,56 +154,40 @@ export default function LandingPage() {