diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8d3dc03..c6419c3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,9 +39,7 @@ export default function AboutPage() { id: item.id === "/" ? "/" : item.id, }))} button={{ - text: "Get Consultation", - href: "/contact", - }} + text: "Get Consultation", href: "/contact"}} animateOnLoad={true} navItemClassName="text-sm font-medium tracking-wide hover:text-primary-cta transition-colors" buttonClassName="bg-primary-cta hover:bg-opacity-90 text-primary-cta-text" @@ -59,12 +57,7 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - id: "1", - name: "Ken", - role: "Founder & Director", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", - imageAlt: "Ken, Founder of Startec Construction", - }, + id: "1", name: "Ken", role: "Founder & Director", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Ken, Founder of Startec Construction"}, ]} animationType="slide-up" textboxLayout="default" @@ -78,49 +71,25 @@ export default function AboutPage() {