3 Commits

Author SHA1 Message Date
f951d4f07a Update src/app/page.tsx 2026-03-03 06:47:52 +00:00
b4e631a799 Update src/app/layout.tsx 2026-03-03 06:47:51 +00:00
eac2bf079a Merge version_2 into main
Merge version_2 into main
2026-03-03 06:43:26 +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"