diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a84473c..6d1c10c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -7,37 +7,29 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -76,53 +59,27 @@ export default function LandingPage() { title="Our Leadership" description="Meet the team driving our operational success." team={[ - { - id: "t1", - name: "Paul M.", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-checking-quality-metal-products-production-plant_342744-83.jpg?_wi=2", - imageAlt: "professional factory team steel", - }, - { - id: "t2", - name: "Linda R.", - role: "Head of Engineering", - imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg?_wi=3", - imageAlt: "professional factory team steel", - }, + { id: "t1", name: "Paul M.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-checking-quality-metal-products-production-plant_342744-83.jpg", imageAlt: "professional factory team steel" }, + { id: "t2", name: "Linda R.", role: "Head of Engineering", imageSrc: "http://img.b2bpic.net/free-photo/greyscale-low-angle-shot-male-walking-through-bridge_181624-12054.jpg", imageAlt: "professional factory team steel" }, ]} /> @@ -238,44 +114,25 @@ export default function LandingPage() { title="Trusted by PNG's Top Firms" description="We partner with leading local and international construction companies." names={[ - "NCDC Infrastructure", - "Port Moresby Construction", - "Highland Logistics", - "PNG Development Corp", - "Pacific Steel Supply", - ]} + "NCDC Infrastructure", "Port Moresby Construction", "Highland Logistics", "PNG Development Corp", "Pacific Steel Supply"]} />