5 Commits

Author SHA1 Message Date
87201fc908 Update src/app/services/page.tsx 2026-03-12 07:58:37 +00:00
efbb9ac34c Update src/app/page.tsx 2026-03-12 07:58:36 +00:00
8fc47f6311 Update src/app/contact/page.tsx 2026-03-12 07:58:36 +00:00
c44dbd750a Update src/app/about/page.tsx 2026-03-12 07:58:35 +00:00
0cdf94892f Merge version_19 into main
Merge version_19 into main
2026-03-12 07:52:02 +00:00
4 changed files with 12 additions and 18 deletions

View File

@@ -27,7 +27,7 @@ export default function AboutPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "About", id: "/about" },
{ name: "Services", id: "/services" },
{ name: "Services", id: "#services" },
{ name: "Process", id: "process" },
{ name: "Contact", id: "/contact" }
]}
@@ -133,9 +133,8 @@ export default function AboutPage() {
columns={[
{
title: "Product", items: [
{ label: "Services", href: "/#services" },
{ label: "Process", href: "/#process" },
{ label: "Work", href: "/#portfolio" }
{ label: "Services", href: "#services" },
{ label: "Work", href: "#portfolio" }
]
},
{
@@ -147,8 +146,7 @@ export default function AboutPage() {
{
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@veroai.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" }
{ label: "Instagram", href: "https://instagram.com" }
]
},
{

View File

@@ -33,7 +33,7 @@ export default function ContactPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={[
{ name: "Services", id: "services" },
{ name: "Services", id: "#services" },
{ name: "About", id: "/about" },
{ name: "Contact", id: "/contact" }
]}
@@ -159,9 +159,8 @@ export default function ContactPage() {
columns={[
{
title: "Product", items: [
{ label: "Services", href: "/#services" },
{ label: "Process", href: "/#process" },
{ label: "Work", href: "/#portfolio" }
{ label: "Services", href: "#services" },
{ label: "Work", href: "#portfolio" }
]
},
{
@@ -173,8 +172,7 @@ export default function ContactPage() {
{
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@veroai.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }
{ label: "Instagram", href: "https://instagram.com" }
]
},
{

View File

@@ -191,8 +191,7 @@ export default function LandingPage() {
{
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@veroai.com" },
{ label: "Instagram", href: "https://instagram.com" },
{ label: "Twitter", href: "https://twitter.com" }
{ label: "Instagram", href: "https://instagram.com" }
]
},
{

View File

@@ -32,8 +32,8 @@ export default function ServicesPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Services", id: "/services" },
{ name: "Work", id: "portfolio" },
{ name: "Contact", id: "contact" }
{ name: "Work", id: "#portfolio" },
{ name: "Contact", id: "#contact" }
]}
brandName="Vero AI"
bottomLeftText="Vero Marketing AI"
@@ -183,8 +183,7 @@ export default function ServicesPage() {
{
title: "Connect", items: [
{ label: "Email", href: "mailto:hello@veroai.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" }
{ label: "Instagram", href: "https://instagram.com" }
]
},
{