Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-03 06:47:57 +00:00
2 changed files with 4 additions and 4 deletions

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"