diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f5a9d12..dbc958a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -17,11 +17,13 @@ const inter = Inter({ export const metadata: Metadata = { title: "Northstar Developments | Premium FiveM Resources", description: "Premium FiveM resources for roleplay servers. High-performance scripts, luxury vehicles, clothing packs, and development assets designed for serious servers.", keywords: "FiveM, scripts, roleplay, GTA V, resources, development, vehicles, assets", metadataBase: new URL("https://northstardev.com"), alternates: { - canonical: "https://northstardev.com"}, + canonical: "https://northstardev.com" + }, openGraph: { title: "Northstar Developments - Premium FiveM Studio", description: "Premium FiveM resources built for serious roleplay servers. Performance-optimized scripts, immersive systems, and professional assets.", url: "https://northstardev.com", siteName: "Northstar Developments", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcZ5dmjIgZgKdY7lJdOLCEfioa/northstar-developments-logo-mark-featuri-1772893721189-4d37ea82.png", alt: "Northstar Developments Logo"}, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AcZ5dmjIgZgKdY7lJdOLCEfioa/northstar-developments-logo-mark-featuri-1772893721189-4d37ea82.png", alt: "Northstar Developments Logo" + }, ], }, twitter: { diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b45431..661ab60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() {