Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2b595ab92d | |||
| f951d4f07a | |||
| b4e631a799 | |||
| eac2bf079a |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -96,7 +96,7 @@ export default function HomePage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={navItemsForNav}
|
navItems={navItemsForNav}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Free Strategy Call", href: "/contact"}}
|
text: "Get Free ROI Audit", href: "/contact"}}
|
||||||
brandName="PrimeXpert"
|
brandName="PrimeXpert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -109,7 +109,7 @@ export default function HomePage() {
|
|||||||
tagIcon={TrendingUp}
|
tagIcon={TrendingUp}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Free Strategy Call", href: "/contact" },
|
{ text: "Get Free ROI Audit", href: "/contact" },
|
||||||
{ text: "View Our Work", href: "#case-studies" },
|
{ text: "View Our Work", href: "#case-studies" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -309,4 +309,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user