This commit is contained in:
Iliyan Angelov
2025-11-26 14:31:34 +02:00
parent e639736187
commit 041890f32e
7 changed files with 13 additions and 13 deletions

View File

@@ -227,10 +227,10 @@ const AboutBanner = () => {
{/* Social Links */}
<div className="social-links">
<Link href="https://www.linkedin.com/company/gnxtech" target="_blank" className="social-link">
<Link href="https://linkedin.com" target="_blank" className="social-link">
<i className="fa-brands fa-linkedin-in"></i>
</Link>
<Link href="https://github.com/gnxtech" target="_blank" className="social-link">
<Link href="https://github.com" target="_blank" className="social-link">
<i className="fa-brands fa-github"></i>
</Link>
</div>

View File

@@ -199,7 +199,7 @@ const BlogSingle = () => {
</h6>
<div className="social-share">
<Link
href={`https://www.linkedin.com/shareArticle?mini=true&url=${typeof window !== 'undefined' ? encodeURIComponent(window.location.href) : ''}&title=${encodeURIComponent(post.title)}`}
href="https://linkedin.com"
target="_blank"
rel="noopener noreferrer"
className="share-btn share-linkedin"

View File

@@ -114,7 +114,7 @@ const CareerBanner = () => {
<ul className="social">
<li>
<Link
href="https://www.linkedin.com/company/gnxtech"
href="https://linkedin.com"
target="_blank"
aria-label="connect with us on linkedin"
>
@@ -123,7 +123,7 @@ const CareerBanner = () => {
</li>
<li>
<Link
href="https://github.com/gnxtech"
href="https://github.com"
target="_blank"
aria-label="view our code on github"
>

View File

@@ -84,7 +84,7 @@ const ServicesBanner = () => {
<ul className="social">
<li>
<Link
href="https://www.linkedin.com/company/gnxtech"
href="https://linkedin.com"
target="_blank"
aria-label="connect with us on linkedin"
>
@@ -93,7 +93,7 @@ const ServicesBanner = () => {
</li>
<li>
<Link
href="https://github.com/gnxtech"
href="https://github.com"
target="_blank"
aria-label="view our code on github"
>

View File

@@ -289,7 +289,7 @@ const Footer = () => {
<div className="col-12 col-lg-6">
<div className="social-links justify-content-center justify-content-lg-end">
<Link
href="https://www.linkedin.com/company/gnxtech"
href="https://linkedin.com"
target="_blank"
rel="noopener noreferrer"
title="LinkedIn"
@@ -298,7 +298,7 @@ const Footer = () => {
<i className="fa-brands fa-linkedin-in"></i>
</Link>
<Link
href="https://github.com/gnxtech"
href="https://github.com"
target="_blank"
rel="noopener noreferrer"
title="GitHub"

View File

@@ -175,7 +175,7 @@ const OffcanvasMenu = ({
<ul className="enterprise-social nav-fade">
<li>
<Link
href="https://www.linkedin.com/company/gnxtech"
href="https://linkedin.com"
target="_blank"
aria-label="Connect with us on LinkedIn"
>
@@ -184,7 +184,7 @@ const OffcanvasMenu = ({
</li>
<li>
<Link
href="https://github.com/gnxtech"
href="https://github.com"
target="_blank"
aria-label="View our code on GitHub"
>

View File

@@ -17,8 +17,8 @@ export const SITE_CONFIG = {
country: 'Bulgaria',
},
social: {
linkedin: 'https://www.linkedin.com/company/gnxtech',
github: 'https://github.com/gnxtech',
linkedin: 'https://linkedin.com',
github: 'https://github.com',
},
businessHours: 'Monday - Friday: 9:00 AM - 6:00 PM PST',
foundedYear: 2020,