From 8be8cd5d211c7d0b2723afa0468630cb0bc1652e Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:59:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6dcb1f4..b922ab7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,28 +10,28 @@ const dmSans = DM_Sans({ }); export const metadata: Metadata = { - title: "TechVision - Enterprise IT Solutions", + title: "Sargas Co - Enterprise IT Solutions", description: "Custom software development, cloud infrastructure, and cybersecurity solutions for enterprise clients", keywords: "IT services, software development, cloud solutions, enterprise technology", - metadataBase: new URL("https://techvision.com"), + metadataBase: new URL("https://sargasco.com"), alternates: { - canonical: "https://techvision.com" + canonical: "https://sargasco.com" }, openGraph: { - title: "TechVision - Enterprise IT Solutions", + title: "Sargas Co - Enterprise IT Solutions", description: "Transforming businesses through innovative IT solutions", type: "website", - siteName: "TechVision", + siteName: "Sargas Co", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg", - alt: "TechVision Office" + alt: "Sargas Co Office" } ] }, twitter: { card: "summary_large_image", - title: "TechVision - Enterprise IT Solutions", + title: "Sargas Co - Enterprise IT Solutions", description: "Custom software development and cloud solutions for enterprises" }, robots: { From f1fa7bdc415952d2f083a940ed0a30e74cf92ee7 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 08:59:10 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c746b0..de51e90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -28,7 +28,7 @@ export default function LandingPage() { >