diff --git a/Peakrebound.png b/Peakrebound.png new file mode 100644 index 0000000..76e9de4 Binary files /dev/null and b/Peakrebound.png differ diff --git "a/Screenshot 2025-08-15 at 8.16.01\342\200\257PM.png" "b/Screenshot 2025-08-15 at 8.16.01\342\200\257PM.png" new file mode 100644 index 0000000..a24c53e Binary files /dev/null and "b/Screenshot 2025-08-15 at 8.16.01\342\200\257PM.png" differ diff --git "a/Screenshot 2025-09-02 at 1.53.03\342\200\257PM.png" "b/Screenshot 2025-09-02 at 1.53.03\342\200\257PM.png" new file mode 100644 index 0000000..af766d6 Binary files /dev/null and "b/Screenshot 2025-09-02 at 1.53.03\342\200\257PM.png" differ diff --git "a/Screenshot 2025-09-02 at 2.17.56\342\200\257PM.png" "b/Screenshot 2025-09-02 at 2.17.56\342\200\257PM.png" new file mode 100644 index 0000000..a7bf4f6 Binary files /dev/null and "b/Screenshot 2025-09-02 at 2.17.56\342\200\257PM.png" differ diff --git "a/Screenshot 2025-09-05 at 2.14.48\342\200\257PM.png" "b/Screenshot 2025-09-05 at 2.14.48\342\200\257PM.png" new file mode 100644 index 0000000..45e5b23 Binary files /dev/null and "b/Screenshot 2025-09-05 at 2.14.48\342\200\257PM.png" differ diff --git "a/Screenshot 2025-09-14 at 7.27.15\342\200\257PM.png" "b/Screenshot 2025-09-14 at 7.27.15\342\200\257PM.png" new file mode 100644 index 0000000..d254f17 Binary files /dev/null and "b/Screenshot 2025-09-14 at 7.27.15\342\200\257PM.png" differ diff --git "a/Screenshot 2025-09-28 at 9.53.46\342\200\257AM.png" "b/Screenshot 2025-09-28 at 9.53.46\342\200\257AM.png" new file mode 100644 index 0000000..3858756 Binary files /dev/null and "b/Screenshot 2025-09-28 at 9.53.46\342\200\257AM.png" differ diff --git a/app/about/page.tsx b/app/about/page.tsx index 709a81f..e8e4b00 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -1,168 +1,171 @@ -import './AboutPage.css'; -import { Container, Row, Col } from 'react-bootstrap'; -import { FaLinkedin, FaGlobe } from 'react-icons/fa'; -import Image from 'next/image'; -import Hero from '@/components/Hero'; -import CustomButton from '@/components/CustomButton'; -import CallToAction from '@/components/CallToAction'; -import OurValues from '@/components/OurValues'; -import type { Metadata } from 'next'; -import { ConsultingLeads } from '@/types/interfaces'; +import "./AboutPage.css"; +import { Container, Row, Col } from "react-bootstrap"; +import { FaLinkedin, FaGlobe } from "react-icons/fa"; +import Image from "next/image"; +import Hero from "@/components/Hero"; +import CustomButton from "@/components/CustomButton"; +import CallToAction from "@/components/CallToAction"; +import OurValues from "@/components/OurValues"; +import type { Metadata } from "next"; +import { ConsultingLeads } from "@/types/interfaces"; export const metadata: Metadata = { - title: 'About PROJXON | The Story Behing Strategy & Innovation', - description: 'Discover PROJXON’s mission, values, and expertise in business consulting. We help companies achieve growth through strategic insights and innovation.', - metadataBase: new URL('https://www.projxon.com/about'), + title: "About PROJXON | The Story Behing Strategy & Innovation", + description: + "Discover PROJXON’s mission, values, and expertise in business consulting. We help companies achieve growth through strategic insights and innovation.", + metadataBase: new URL("https://www.projxon.com/about"), openGraph: { - title: 'About PROJXON | The Story Behing Strategy & Innovation', - description: 'Discover PROJXON’s mission, values, and expertise in business consulting. We help companies achieve growth through strategic insights and innovation.', - url: 'https://www.projxon.com/about', - siteName: 'PROJXON', + title: "About PROJXON | The Story Behing Strategy & Innovation", + description: + "Discover PROJXON’s mission, values, and expertise in business consulting. We help companies achieve growth through strategic insights and innovation.", + url: "https://www.projxon.com/about", + siteName: "PROJXON", images: [ { - url: '/PROJXON.png', + url: "/PROJXON.png", width: 1200, height: 630, - alt: 'PROJXON logo', + alt: "PROJXON logo", }, ], - type: 'website', + type: "website", }, twitter: { - card: 'summary_large_image', - title: 'About PROJXON | The Story Behing Strategy & Innovation', - description: 'Discover PROJXON’s mission, values, and expertise in business consulting. We help companies achieve growth through strategic insights and innovation.', - images: ['/PROJXON.png'], + card: "summary_large_image", + title: "About PROJXON | The Story Behing Strategy & Innovation", + description: + "Discover PROJXON’s mission, values, and expertise in business consulting. We help companies achieve growth through strategic insights and innovation.", + images: ["/PROJXON.png"], }, }; const AboutPage = () => { const consultingLeads: ConsultingLeads[] = [ { - image: '/assets/about/team/phelan.webp', - name: 'Mark Phelan', - title: 'Senior Consultant,', - specialty: 'E-Commerce Solutions', + image: "/assets/about/team/phelan.webp", + name: "Mark Phelan", + title: "Senior Consultant,", + specialty: "E-Commerce Solutions", socials: [ { icon: FaLinkedin, - href: new URL('https://www.linkedin.com/in/phelanmarkw'), + href: new URL("https://www.linkedin.com/in/phelanmarkw"), }, { icon: FaGlobe, - href: new URL('https://www.thephelanfocus.com/'), + href: new URL("https://www.thephelanfocus.com/"), }, ], }, { - image: '/assets/about/team/kathy.webp', - name: 'Kathy Seaton', - title: 'Senior Consultant,', - specialty: 'Non Profit Development', + image: "/assets/about/team/kathy.webp", + name: "Kathy Seaton", + title: "Senior Consultant,", + specialty: "Non Profit Development", socials: [ { icon: FaLinkedin, - href: new URL('https://www.linkedin.com/in/klseaton'), + href: new URL("https://www.linkedin.com/in/klseaton"), }, { icon: FaGlobe, - href: new URL('https://www.klseatonconsulting.com/'), + href: new URL("https://www.klseatonconsulting.com/"), }, ], }, { - image: '/assets/about/team/melissa.webp', - name: 'Melissa Eboli', - title: 'Senior Consultant,', - specialty: 'Health + Wellness Solutions', + image: "/assets/about/team/melissa.webp", + name: "Melissa Eboli", + title: "Senior Consultant,", + specialty: "Health + Wellness Solutions", socials: [ { icon: FaLinkedin, - href: new URL('https://www.linkedin.com/in/viamelissa'), + href: new URL("https://www.linkedin.com/in/viamelissa"), }, { icon: FaGlobe, - href: new URL('https://www.viaskitchen.com/'), + href: new URL("https://www.viaskitchen.com/"), }, ], }, { - image: '/assets/about/team/donavon.webp', - name: 'Donavon Roberson', - title: 'Senior Consultant,', - specialty: 'Tech + Software Solutions', + image: "/assets/about/team/donavon.webp", + name: "Donavon Roberson", + title: "Senior Consultant,", + specialty: "Tech + Software Solutions", socials: [ { icon: FaLinkedin, - href: new URL('https://www.linkedin.com/in/donavonroberson'), + href: new URL("https://www.linkedin.com/in/donavonroberson"), }, { icon: FaGlobe, - href: new URL('https://medium.com/@thejourneyofthedreamer'), + href: new URL("https://medium.com/@thejourneyofthedreamer"), }, ], }, ]; return ( -
- We specialize in transforming operational chaos into clarity through - strategic planning, process improvement, and project execution. From streamlining systems - to guiding high-stakes growth, we deliver tailored solutions that empower our clients to - lead, innovate, and thrive. +
+ We specialize in transforming operational chaos into clarity + through strategic planning, process improvement, and project + execution. From streamlining systems to guiding high-stakes + growth, we deliver tailored solutions that empower our clients + to lead, innovate, and thrive.
-- Our cross-functional team brings deep industry - expertise and a relentless focus on results, - because your mission deserves more than just advice. - It deserves momentum. +
+ Our cross-functional team brings deep industry expertise and a + relentless focus on results, because your mission deserves + more than just advice. It deserves momentum.
- We believe impact-driven businesses deserve to grow with clarity and purpose.
- That’s why PROJXON delivers the systems, strategy, and expertise they
- need to scale smarter, lead stronger, and make their mission unstoppable.
+
+ We believe impact-driven businesses deserve to grow with
+ clarity and purpose. That’s why PROJXON delivers the systems,
+ strategy, and expertise they need to scale smarter, lead
+ stronger, and make their mission unstoppable.
Mission
+
- We envision a world where Impact-Driven Businesses scale with confidence,
- backed by the right Tools, Techniques, and Talent.
- We envision PROJXON as the trusted partner organizations turn to when
- they’re ready to succeed with focus and scale with purpose.
+
+ To create a future where Impact-Driven Businesses scale with
+ confidence, equipped with the right Tools, Techniques, and
+ Talent. PROJXON will stand as the partner of choice for
+ organizations ready to align their brand with their mission,
+ cultivate thriving cultures, and achieve sustainable growth
+ that matters.
Vision
+
Our talented team combines vision, skill, and innovation to create exceptional results for our clients. @@ -232,31 +236,31 @@ const AboutPage = () => {
- We are a Business Optimization Consulting Company helping Veteran-Owned and Operated Businesses and Veteran-Founded Non-Profits Launch, Grow, and Scale through High-Impact Strategic Partnerships. We specialize in guiding small and medium-sized organizations across the Tech, E-commerce, Health & Wellness, and Non-Profit industries to combat chaos head-on by empowering our clients through creating sustainable solutions that scale with their business, turning points of failure into opportunities for growth. + We are a Business Optimization Consulting Company helping + businesses, including Veteran-Owned Businesses and Veteran-Founded + Non-Profits, to Launch, Grow, and Scale through High-Impact + Strategic Partnerships. We specialize in guiding small and + medium-sized organizations across Tech, E-commerce, Health & + Wellness, and Non-Profit industries. We combat chaos head-on by + empowering our clients with sustainable solutions that scale with + their business, turning points of failure into opportunities for + growth.
- At PROJXON, we excel in delivering innovative solutions tailored to - your business needs. Our team combines expertise, creativity, and cutting-edge - technology to help your business thrive in today's competitive market. - Partner with us for unmatched dedication, seamless collaboration, - and results-driven strategies. +
+ At PROJXON, we excel in delivering innovative solutions tailored + to your business needs. Our team combines expertise, creativity, + and cutting-edge technology to help your business thrive in + today's competitive market. Partner with us for unmatched + dedication, seamless collaboration, and results-driven + strategies.
{partner.text}
+{partner.text}
+ Collaborating with PROJXON enables universities to offer + students and faculty access to cutting-edge business + strategies, innovative problem-solving frameworks, and + mentorship from experienced industry consultants, enhancing + both education and professional readiness. +
+- Partner with PROJXON to help businesses overcome critical challenges and unlock new growth. - Together, we can create lasting solutions where they matter most. +
+ Partner with PROJXON to help businesses overcome critical + challenges and unlock new growth. Together, we can create + lasting solutions where they matter most.
- Join our referral ecosystem and collaborate on high-impact projects that push boundaries, - fuel innovation, and grow your business along the way +
+ Join our referral ecosystem and collaborate on high-impact + projects that push boundaries, fuel innovation, and grow your + business along the way
+ Serving exceptional coffee around the clock, Madhouse Coffee is + a 24/7 specialty coffee shop known for its artisan brews, cozy + atmosphere, and commitment to quality. Whether you need an early + morning pick-me-up or a late-night caffeine boost, Madhouse has + you covered. +
+Looking for professional and career development? Apply to our internship - and see how you - can help out! + and see how you can help out!
-+
+