Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user