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 ( -
+
{/* Hero Section */} -
+
{/* Who We Are Section */} -
- - - +
+ + + who we are -

Who We Are

-

- {' '} +

Who We Are

+

+ {" "} PROJXON is a business optimization firm built for impact-driven, medium-sized businesses ready to scale with purpose

-
-

- 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.

-
+
@@ -171,41 +174,42 @@ const AboutPage = () => {
{/* Our Mission & Vision Section */} -
+
- + -
-

- Mission -

-

- 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 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.

-
-

Vision

-

- 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. +

+

Vision

+

+ 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.

@@ -214,16 +218,16 @@ const AboutPage = () => {
{/* Our Values Section */} -
+
{/* Our Team Section */} -
+
- - -

Meet Our Team

+ + +

Meet Our Team

{/*

Our talented team combines vision, skill, and innovation to create exceptional results for our clients. @@ -232,31 +236,31 @@ const AboutPage = () => { {/*

Consulting Leads

*/} - + {consultingLeads.map((member, i) => ( - -
+ +
{member.name} -
-

{member.name}

+
+

{member.name}

{member.title}
{member.specialty}
-
+
{member.socials.map((link, index) => ( @@ -276,4 +280,4 @@ const AboutPage = () => { ); }; -export default AboutPage; \ No newline at end of file +export default AboutPage; diff --git a/app/page.tsx b/app/page.tsx index 29f3eed..24fd878 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,35 +1,38 @@ -import './HomePage.css'; -import { Container } from 'react-bootstrap'; -import HomeHero from '@/components/HomeHero'; -import CustomButton from '@/components/CustomButton'; -import CallToAction from '@/components/CallToAction'; -import ChooseUs from '@/components/ChooseUs'; -import type { Metadata } from 'next'; +import "./HomePage.css"; +import { Container } from "react-bootstrap"; +import HomeHero from "@/components/HomeHero"; +import CustomButton from "@/components/CustomButton"; +import CallToAction from "@/components/CallToAction"; +import ChooseUs from "@/components/ChooseUs"; +import type { Metadata } from "next"; export const metadata: Metadata = { - title: 'PROJXON Services | Expert Business Consulting & Strategy', - description: "Explore PROJXON's consulting services in strategy, market research, and digital transformation. We provide data-driven solutions for business growth.", - metadataBase: new URL('https://www.projxon.com/services'), + title: "PROJXON Services | Expert Business Consulting & Strategy", + description: + "Explore PROJXON's consulting services in strategy, market research, and digital transformation. We provide data-driven solutions for business growth.", + metadataBase: new URL("https://www.projxon.com/services"), openGraph: { - title: 'PROJXON Services | Expert Business Consulting & Strategy', - description: "Explore PROJXON's consulting services in strategy, market research, and digital transformation. We provide data-driven solutions for business growth.", - url: 'https://www.projxon.com/services', - siteName: 'PROJXON', + title: "PROJXON Services | Expert Business Consulting & Strategy", + description: + "Explore PROJXON's consulting services in strategy, market research, and digital transformation. We provide data-driven solutions for business growth.", + url: "https://www.projxon.com/services", + 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: 'PROJXON Services | Expert Business Consulting & Strategy', - description: "Explore PROJXON's consulting services in strategy, market research, and digital transformation. We provide data-driven solutions for business growth.", - images: ['/PROJXON.png'], + card: "summary_large_image", + title: "PROJXON Services | Expert Business Consulting & Strategy", + description: + "Explore PROJXON's consulting services in strategy, market research, and digital transformation. We provide data-driven solutions for business growth.", + images: ["/PROJXON.png"], }, }; @@ -40,15 +43,23 @@ export default async function HomePage() {
-

- Our purpose +

+ Our Purpose

- 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.


); -} \ No newline at end of file +} diff --git a/app/partnerships/PartnershipPage.css b/app/partnerships/PartnershipPage.css index f93daaf..178cedc 100644 --- a/app/partnerships/PartnershipPage.css +++ b/app/partnerships/PartnershipPage.css @@ -1,6 +1,74 @@ -/* PartnershipPage.css */ +.madhouse-section { + background-color: #000; + padding: 4rem 0; +} + +.madhouse-section .madhouse-text { + text-align: left; +} + +.madhouse-section .madhouse-header { + color: #FFD700; + font-weight: 700; + font-size: 2rem; + margin-bottom: 1rem; +} + +.madhouse-section .madhouse-subheading { + color: #ffffff; + font-size: 17px !important; + line-height: 1.5 !important; + margin-bottom: 1.5rem; +} + +.madhouse-section .madhouse-button { + background-color: #FFD700; + color: #000; + border: 2px solid #FFD700; + padding: 0.75rem 1.5rem; + font-weight: 600; + border-radius: 0.5rem; + transition: all 0.3s ease; + text-transform: uppercase; + display: inline-block; +} + +.madhouse-section .madhouse-button:hover { + background-color: #e6c200; + border-color: #e6c200; + color: #000; +} + +.madhouse-section .madhouse-logo-container { + background-color: #fff; + border-radius: 0.5rem; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); + display: inline-block; + padding: 1.5rem; + text-align: center; +} + +.madhouse-section .madhouse-logo-container img { + max-width: 100%; + height: auto; + display: block; + margin: 0 auto; +} + +.logo-container { + background-color: #fff; + border-radius: 0.5rem; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); + display: inline-block; + padding: 1.5rem; +} -/* || Hero */ +.logo-container img { + max-width: 100%; + height: auto; + display: block; + margin: 0 auto; +} #partner-hero { background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), @@ -8,18 +76,40 @@ background-size: cover; } -/* || Partner With Projxon */ - .partner-img { aspect-ratio: auto 1280 / 720; } + .partner-heading { line-height: 1.3; + color: #FFD700; +} + +/* Force all subtexts to be 17px - IMPORTANT to override Bootstrap */ +.partner-heading-sub-heading, +.partner-heading-sub-heading.fs-5, +.gray-opacity, +.madhouse-section .madhouse-subheading, +.partner-subheading { + font-size: 17px !important; + line-height: 1.5 !important; } +/* Keep color variations */ .partner-heading-sub-heading { - font-size: 17px; - line-height: 1.5; + color: black; +} + +.partner-opportunity .partner-heading-sub-heading { + color: #000; +} + +.partner-us .partner-heading-sub-heading { + color: #000; +} + +.gray-opacity { + color: #666; } .partner-number { @@ -38,12 +128,14 @@ font-weight: 500; } -/* || Partnership Opportunities */ - .partner-opportunity { padding-bottom: 80px; } +.partner-subheading { + color: #e6c200; +} + .partner-opportunity.referral { padding-bottom: 108px; } @@ -52,6 +144,10 @@ padding-top: 108px; } +.partner-opportunity h2 { + color: #000; +} + @media (min-width: 1024px) { .row.flex-row-reverse .partner-text { padding-right: 96px; @@ -62,13 +158,91 @@ } } -/* scroll offset */ #service-partners, #partnership-opprtunities { scroll-margin-top: 82px; } - #partnership-opprtunities { overflow-x: hidden; +} + +.client-logos-section { + background: #fefefe; + padding: 3rem 0; +} + +.client-logos-container { + max-width: 1200px; + margin: 0 auto; + padding: 0 2rem; + text-align: center; +} + +.client-logos-heading { + color: black; + font-size: 2.5rem; + font-weight: 600; + margin-bottom: 2.5rem; +} + +.client-logos-grid { + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + gap: 2.5rem 2rem; +} + +.logo-card { + background-color: #fff; + border-radius: 0.5rem; + box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); + padding: 1rem; + display: flex; + align-items: center; + justify-content: center; + width: 230px; + height: 140px; + transition: transform 0.3s ease, box-shadow 0.3s ease; +} + +.logo-card img { + max-width: 100%; + max-height: 100%; + object-fit: contain; +} + +.logo-card:hover { + transform: translateY(-5px); + box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15); +} + +@media (max-width: 767px) { + .logo-container { + padding: 2rem 1rem; + } + .partner-heading { + font-size: 2rem; + } + .partner-heading-sub-heading { + font-size: 17px !important; + color: black; + } + .logo-card { + width: 180px; + height: 110px; + padding: 0.5rem; + } + + .client-logos-heading { + font-size: 2rem; + } + .madhouse-section .madhouse-text { + text-align: center; + } +} + +.madhouse-section .partner-subheading { + color: #FFD700; } \ No newline at end of file diff --git a/app/partnerships/page.tsx b/app/partnerships/page.tsx index c5636cc..c30da05 100644 --- a/app/partnerships/page.tsx +++ b/app/partnerships/page.tsx @@ -6,14 +6,17 @@ import CustomButton from '../../components/CustomButton'; import Image from 'next/image'; import type { Metadata } from 'next'; import { Partnership } from '@/types/interfaces'; +import ClientLogos from '@/components/ClientLogos'; export const metadata: Metadata = { title: 'Partner with PROJXON | Strategic Collaborations for Growth', - description: 'Unlock new opportunities with PROJXON. Explore strategic partnerships that drive innovation, efficiency, and business success. Let’s grow together.', + description: + 'Unlock new opportunities with PROJXON. Explore strategic partnerships that drive innovation, efficiency, and business success. Let’s grow together.', metadataBase: new URL('https://www.projxon.com/partnership'), openGraph: { title: 'Partner with PROJXON | Strategic Collaborations for Growth', - description: 'Unlock new opportunities with PROJXON. Explore strategic partnerships that drive innovation, efficiency, and business success. Let’s grow together.', + description: + 'Unlock new opportunities with PROJXON. Explore strategic partnerships that drive innovation, efficiency, and business success. Let’s grow together.', url: 'https://www.projxon.com/partnership', siteName: 'PROJXON', images: [ @@ -29,7 +32,8 @@ export const metadata: Metadata = { twitter: { card: 'summary_large_image', title: 'Partner with PROJXON | Strategic Collaborations for Growth', - description: 'Unlock new opportunities with PROJXON. Explore strategic partnerships that drive innovation, efficiency, and business success. Let’s grow together.', + description: + 'Unlock new opportunities with PROJXON. Explore strategic partnerships that drive innovation, efficiency, and business success. Let’s grow together.', images: ['/PROJXON.png'], }, }; @@ -55,113 +59,161 @@ const PartnershipPage = () => { return (
- {/* Hero Section */} - {/* Why Partner with Us Section */} -
+ +
-

- 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
- + {partnerships.map((partner, index) => ( - +
-
{index + 1}
-

{partner.title}

-

{partner.text}

+
{index + 1}
+

{partner.title}

+

{partner.text}

))}
- - {/* Partnership Opportunities Section */} -
-
-

+
+
+

Partnership Opportunities

+ + + + Client Referral + + +

+ University Partnerships +

+

+ 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. +

+ + +
+
+
+
- + Service Partner -

+

Service Partnerships

-

Looking to expand your impact and deliver greater value to your clients?

-

- Partner with PROJXON to help businesses overcome critical challenges and unlock new growth. - Together, we can create lasting solutions where they matter most. +

+ Looking to expand your impact and deliver greater value to + your clients? +

+

+ Partner with PROJXON to help businesses overcome critical + challenges and unlock new growth. Together, we can create + lasting solutions where they matter most.

@@ -170,42 +222,43 @@ const PartnershipPage = () => {
-
+
- + Client Referral -

- Referral Partnerships +

+ Refer a Business

-

- 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

@@ -215,10 +268,48 @@ const PartnershipPage = () => {
- {/* Call To Action Section */} + + + {/*
+ + + +

Madhouse Coffee

+

+ 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. +

+ + + + +
+ Madhouse Coffee Logo +
+ +
+
+
*/} +

); }; -export default PartnershipPage; \ No newline at end of file +export default PartnershipPage; diff --git a/components/ApplyNow.tsx b/components/ApplyNow.tsx index b2abb22..e03d52f 100644 --- a/components/ApplyNow.tsx +++ b/components/ApplyNow.tsx @@ -3,25 +3,25 @@ import { JSX } from 'react'; export default function ApplyNow(): JSX.Element { return (

Apply To Our Momentum Internship Program!

Looking for professional and career development? Apply to our internship - and see how you - can help out! + and see how you can help out!

-
-

- Trusted By Our Clients -

-
- Transistor - Reform - Tuple - SavvyCal - Statamic +
+ {/* Decorative elements */} +
+ +
+ +
+
+
+ Our Partners +
+

+ Trusted By Our Partners +

+

+

+
+ +
+ {/* Gradient overlays for smooth edges */} +
+
+ + + +
+ {repeatedLogos.map((logo, idx) => ( +
+ {logo.alt} +
+ ))} +
-
+
); -} +} \ No newline at end of file diff --git a/components/GlassDoorReviews.tsx b/components/GlassDoorReviews.tsx index 7c7c478..d54138d 100644 --- a/components/GlassDoorReviews.tsx +++ b/components/GlassDoorReviews.tsx @@ -3,21 +3,32 @@ import { JSX } from 'react'; export default function GlassDoorReviews(): JSX.Element { return (

PROJXON Reviews on Glassdoor

@@ -25,10 +36,10 @@ export default function GlassDoorReviews(): JSX.Element { real feedback and experiences on Glassdoor.