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 = { 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", description: "Custom software development, cloud infrastructure, and cybersecurity solutions for enterprise clients",
keywords: "IT services, software development, cloud solutions, enterprise technology", keywords: "IT services, software development, cloud solutions, enterprise technology",
metadataBase: new URL("https://techvision.com"), metadataBase: new URL("https://sargasco.com"),
alternates: { alternates: {
canonical: "https://techvision.com" canonical: "https://sargasco.com"
}, },
openGraph: { openGraph: {
title: "TechVision - Enterprise IT Solutions", title: "Sargas Co - Enterprise IT Solutions",
description: "Transforming businesses through innovative IT solutions", description: "Transforming businesses through innovative IT solutions",
type: "website", type: "website",
siteName: "TechVision", siteName: "Sargas Co",
images: [ images: [
{ {
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg", url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg",
alt: "TechVision Office" alt: "Sargas Co Office"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image",
title: "TechVision - Enterprise IT Solutions", title: "Sargas Co - Enterprise IT Solutions",
description: "Custom software development and cloud solutions for enterprises" description: "Custom software development and cloud solutions for enterprises"
}, },
robots: { robots: {

View File

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