Skip to content

Commit

Permalink
seo performing
Browse files Browse the repository at this point in the history
  • Loading branch information
roykachani committed Nov 16, 2022
1 parent 2cecb47 commit d2534c4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
3 changes: 3 additions & 0 deletions components/Contact/Contact.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,15 @@ const Contact = ({ text, info }) => {
className={styles.social_link}
href="https://instagram.com/nt__co/"
target="_blank"
aria-label="more in our instagram.com/nt__co/"
>
<InstaIcon />
</a>
<a
className={styles.social_link}
href="https://linkedin.com/company/nt-co/"
target="_blank"
aria-label="more in our linkedin"
>
<LinkedinIcon />
</a>
Expand All @@ -123,6 +125,7 @@ const Contact = ({ text, info }) => {
className={`${styles.dev_text} ${styles.dev_link}`}
href="https://roykachani.com/"
target="_blank"
aria-label="Developed by"
>
Roy Kachani
</a>
Expand Down
36 changes: 19 additions & 17 deletions components/Nav/Nav.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
import styles from './nav.module.css';

const Nav = () => {
return (
<>
<div className={styles.nav}>
<div className={styles.nav_container}>
<div className={styles.nav_item}>
<a className={styles.logo}>
<h1 className={styles.logo}>NT Co.</h1>
</a>
<div className={styles.line_container}></div>
<div className={styles.logo_description}>
<span className={styles.description_title}>digital agency</span>
</div>
</div>
</div>
</div>
</>
);
return (
<>
<div className={styles.nav}>
<div className={styles.nav_container}>
<div className={styles.nav_item}>
<h1 className={styles.logo}>
<a href="https://www.nice-try.co" aria-label="Nice Try Co.">
NT Co.<span hidden>- Nice Try Co.</span>
</a>
</h1>
<div className={styles.line_container}></div>
<div className={styles.logo_description}>
<span className={styles.description_title}>digital agency</span>
</div>
</div>
</div>
</div>
</>
);
};

export default Nav;

1 comment on commit d2534c4

@vercel
Copy link

@vercel vercel bot commented on d2534c4 Nov 16, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.