2 Commits

Author SHA1 Message Date
f1fa7bdc41 Update src/app/page.tsx 2025-12-26 08:59:10 +00:00
8be8cd5d21 Update src/app/layout.tsx 2025-12-26 08:59:09 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -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: {

View File

@@ -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() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="TechVision"
brandName="Sargas Co"
navItems={[
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
@@ -45,7 +45,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="TechVision"
logoText="Sargas Co"
description="Transforming businesses through innovative IT solutions and strategic technology partnerships"
buttons={[
{ text: "Explore Services", href: "services" },
@@ -193,14 +193,14 @@ export default function LandingPage() {
id: "1",
title: "Sarah Johnson",
subtitle: "CEO & Co-Founder",
detail: "sarah@techvision.com",
detail: "sarah@sargasco.com",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739289686-46zppqua.jpg"
},
{
id: "2",
title: "Michael Chen",
subtitle: "CTO & Co-Founder",
detail: "michael@techvision.com",
detail: "michael@sargasco.com",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739290811-3l4omjjj.jpg"
}
]
@@ -213,14 +213,14 @@ export default function LandingPage() {
id: "3",
title: "Emily Rodriguez",
subtitle: "VP of Services",
detail: "emily@techvision.com",
detail: "emily@sargasco.com",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739291871-w7115s5w.jpg"
},
{
id: "4",
title: "David Kim",
subtitle: "VP of Delivery",
detail: "david@techvision.com",
detail: "david@sargasco.com",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739292964-5ffln4fm.jpg"
}
]
@@ -297,8 +297,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="TechVision"
copyrightText="© 2025 TechVision. All rights reserved."
logoText="Sargas Co"
copyrightText="© 2025 Sargas Co. All rights reserved."
columns={[
{
title: "Services",
@@ -327,7 +327,7 @@ export default function LandingPage() {
{
title: "Contact",
items: [
{ label: "Email Us", href: "mailto:hello@techvision.com" },
{ label: "Email Us", href: "mailto:hello@sargasco.com" },
{ label: "Call Us", href: "tel:+1234567890" },
{ label: "Get Support", href: "#contact" }
]