From e77dc60ea26ba4eab31f9c88c9b7ea4ac10ce802 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:03:26 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 107 ++++++----------------------------------- 1 file changed, 14 insertions(+), 93 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 366b867..964366d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,7 +7,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -59,9 +41,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Local Comfort Partner" description={[ - "Maximum Comfort Specialists of Arizona was built on a simple promise: show up ready, do the job right, and respect our customers.", - "We are Phoenix locals committed to raising the bar for the HVAC industry through technical precision and professional conduct.", - ]} + "Maximum Comfort Specialists of Arizona was built on a simple promise: show up ready, do the job right, and respect our customers.", "We are Phoenix locals committed to raising the bar for the HVAC industry through technical precision and professional conduct."]} /> @@ -72,26 +52,12 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "g1", - groupTitle: "Leadership", - members: [ + id: "g1", groupTitle: "Leadership", members: [ { - id: "t1", - title: "Founder", - subtitle: "Expert HVAC Engineer", - detail: "Leading the team with a focus on quality and service integrity.", - imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-handsome-young-man-sitting-cafe-talking-friend-mobile-phone-with-wireless-earphones-laughing-smiling-listening-funny-podcast_1258-314334.jpg?_wi=3", - }, + id: "t1", title: "Founder", subtitle: "Expert HVAC Engineer", detail: "Leading the team with a focus on quality and service integrity.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-portrait-handsome-young-man-sitting-cafe-talking-friend-mobile-phone-with-wireless-earphones-laughing-smiling-listening-funny-podcast_1258-314334.jpg"}, { - id: "t2", - title: "Operations Manager", - subtitle: "Customer Success Expert", - detail: "Coordinating scheduling and service logistics.", - imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg?_wi=3", - }, + id: "t2", title: "Operations Manager", subtitle: "Customer Success Expert", detail: "Coordinating scheduling and service logistics.", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/smoke-pipe-industry-factory_1127-3436.jpg", - imageAlt: "hvac technician phoenix roof", }, ]} title="The Technical Team" @@ -102,54 +68,9 @@ export default function LandingPage() {