Update src/app/page.tsx

This commit is contained in:
2026-06-03 03:29:35 +00:00
parent 69eecdb614
commit c912788ac1

View File

@@ -39,6 +39,8 @@ export default function LandingPage() {
name: "Solutions", id: "#solutions"},
{
name: "Impact", id: "#impact"},
{
name: "Calculator", id: "/calculator"},
{
name: "Pricing", id: "#pricing"},
{
@@ -50,7 +52,7 @@ export default function LandingPage() {
logoAlt="elevai8 Logo"
brandName="elevai8"
button={{
text: "Get Free Demo", href: "#contact"}}
text: "Get Free Demo", href: "#contact"}}
animateOnLoad={true}
/>
</div>