Update src/app/layout.tsx
This commit is contained in:
@@ -6,43 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "RR-Solutions - Moderne IT Rješenja za Zagreb",
|
||||
description: "RR-Solutions pruža inovativne IT usluge, cloud rješenja i cyber sigurnost za male i srednje tvrtke u Zagrebu. Stručnjaci sa 10+ godina iskustva.",
|
||||
keywords: "IT rješenja Zagreb, cloud servisi, cyber sigurnost, IT konzultacije, managed IT, razvoj softvera",
|
||||
metadataBase: new URL("https://rr-solutions.hr"),
|
||||
title: "RR-Solutions - Moderne IT Rješenja za Zagreb", description: "RR-Solutions pruža inovativne IT usluge, cloud rješenja i cyber sigurnost za male i srednje tvrtke u Zagrebu. Stručnjaci sa 10+ godina iskustva.", keywords: "IT rješenja Zagreb, cloud servisi, cyber sigurnost, IT konzultacije, managed IT, razvoj softvera", metadataBase: new URL("https://rr-solutions.hr"),
|
||||
alternates: {
|
||||
canonical: "https://rr-solutions.hr",
|
||||
},
|
||||
canonical: "https://rr-solutions.hr"},
|
||||
openGraph: {
|
||||
title: "RR-Solutions - Moderne IT Rješenja za Zagreb",
|
||||
description: "IT usluge i tehnološka rješenja za vaš biznis. Cloud, sigurnost, konsultacije i 24/7 podrška.",
|
||||
siteName: "RR-Solutions",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "RR-Solutions - Moderne IT Rješenja za Zagreb", description: "IT usluge i tehnološka rješenja za vaš biznis. Cloud, sigurnost, konsultacije i 24/7 podrška.", siteName: "RR-Solutions", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQypvn3TtI6PlQHhc6AAGalGJV/a-modern-it-solutions-workspace-with-tea-1772539358824-40b89061.png",
|
||||
alt: "RR-Solutions IT Rješenja",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQypvn3TtI6PlQHhc6AAGalGJV/a-modern-it-solutions-workspace-with-tea-1772539358824-40b89061.png", alt: "RR-Solutions IT Rješenja"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "RR-Solutions - IT Rješenja za Zagreb",
|
||||
description: "Moderna IT podrška za vaš poslovni rast",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQypvn3TtI6PlQHhc6AAGalGJV/a-modern-it-solutions-workspace-with-tea-1772539358824-40b89061.png",
|
||||
],
|
||||
card: "summary_large_image", title: "RR-Solutions - IT Rješenja za Zagreb", description: "Moderna IT podrška za vaš poslovni rast", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQypvn3TtI6PlQHhc6AAGalGJV/a-modern-it-solutions-workspace-with-tea-1772539358824-40b89061.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user