Update src/app/page.tsx

This commit is contained in:
2026-03-03 06:47:52 +00:00
parent b4e631a799
commit f951d4f07a

View File

@@ -96,7 +96,7 @@ export default function HomePage() {
<NavbarStyleCentered
navItems={navItemsForNav}
button={{
text: "Get Free Strategy Call", href: "/contact"}}
text: "Get Free ROI Audit", href: "/contact"}}
brandName="PrimeXpert"
/>
</div>
@@ -109,7 +109,7 @@ export default function HomePage() {
tagIcon={TrendingUp}
tagAnimation="slide-up"
buttons={[
{ text: "Get Free Strategy Call", href: "/contact" },
{ text: "Get Free ROI Audit", href: "/contact" },
{ text: "View Our Work", href: "#case-studies" },
]}
buttonAnimation="slide-up"
@@ -309,4 +309,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}