Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user