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