Update src/app/page.tsx

This commit is contained in:
2025-12-26 08:59:10 +00:00
parent 8be8cd5d21
commit f1fa7bdc41

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" }
]