5 Commits

Author SHA1 Message Date
1b98935984 Update src/app/page.tsx 2026-03-10 19:08:47 +00:00
d2f26701a1 Update src/app/page.tsx 2026-03-10 19:06:40 +00:00
c14da7c0c0 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:05:34 +00:00
2965239bec Merge version_1 into main
Merge version_1 into main
2026-03-10 19:05:09 +00:00
b5188f4717 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:04:17 +00:00

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Nexus AI"
brandName="Vetex Agency "
navItems={[
{ name: "Features", id: "features" },
{ name: "Services", id: "services" },
@@ -170,7 +170,7 @@ export default function LandingPage() {
animationType="background-highlight"
buttons={[
{ text: "Schedule Consultation", href: "mailto:enterprise@nexusai.io" },
{ text: "View Case Studies", href: "#" }
{ text: "View Case Studies", href: "#testimonials" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}