diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index fa2ab0f..ff904fa 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -43,10 +43,7 @@ export default function AboutPage() {
@@ -121,4 +97,4 @@ export default function AboutPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 7b1e269..18ee20d 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -57,30 +57,15 @@ export default function ContactPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 319bea6..f301177 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -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"],
},
};
@@ -1430,4 +1414,4 @@ export default function RootLayout({