Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf5fce4b3b | |||
| b08b720504 |
@@ -30,8 +30,6 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "#about" },
|
|
||||||
{ name: "Features", id: "#features" },
|
|
||||||
{ name: "Contact", id: "#contact" },
|
{ name: "Contact", id: "#contact" },
|
||||||
]}
|
]}
|
||||||
brandName="axionelAI"
|
brandName="axionelAI"
|
||||||
@@ -47,7 +45,6 @@ export default function LandingPage() {
|
|||||||
imageAlt="artificial intelligence data background"
|
imageAlt="artificial intelligence data background"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get Started", href: "#contact" },
|
{ text: "Get Started", href: "#contact" },
|
||||||
{ text: "Learn More", href: "#about" },
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user