Skip to content

Commit

Permalink
Update social media links & metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbatiukcom committed Jan 15, 2024
1 parent 0ecd679 commit a3118ee
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
9 changes: 8 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,14 @@ export const viewport: Viewport = {

export const metadata: Metadata = {
title: "Admiral Interior",
description: "Admiral Interior",
description: "Admiral Interior — Nowoczesne podejście do aranżacji wnętrz",
openGraph: {
description: "Admiral Interior — Nowoczesne podejście do aranżacji wnętrz",
images: ["https://admiralinterior.com/images/bg-image.png"],
},
twitter: {
images: ["https://admiralinterior.com/images/bg-image.png"],
},
};

const isProd = process.env.NODE_ENV === "production";
Expand Down
2 changes: 2 additions & 0 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ export default function Home() {
_hover={{
color: "brand.blue",
}}
target="_blank"
rel="noopener noreferrer"
>
{name}
</Link>
Expand Down
4 changes: 2 additions & 2 deletions src/components/SocialMediaLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ export const SocialMediaLinks = [
// name: "behance",
// },
{
url: "#",
url: "https://www.instagram.com/admiral.interior",
name: "instagram",
},
{
url: "#",
url: "https://www.facebook.com/profile.php?id=61555292412313",
name: "facebook",
},
];
2 changes: 2 additions & 0 deletions src/components/header/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ const MobileHeader = ({
_hover={{
color: "brand.blue",
}}
target="_blank"
rel="noopener noreferrer"
>
{name}
</Link>
Expand Down

0 comments on commit a3118ee

Please sign in to comment.