Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c30e085f05 | |||
| 91b9f8bbe8 | |||
| b1422b0c41 |
@@ -31,7 +31,6 @@ export default function LandingPage() {
|
||||
brandName="Axis"
|
||||
navItems={[
|
||||
{ name: "Features", id: "howitworks" },
|
||||
{ name: "How It Works", id: "howitworks" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "FAQ", id: "faq" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
@@ -167,6 +166,8 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
faqsAnimation="slide-up"
|
||||
animationType="smooth"
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What makes Axis different from other self-improvement apps?", content: "Axis provides a unified system for tracking growth across four key life dimensions—mind, body, spirit, and vocation—rather than forcing you to juggle multiple specialized apps. Our holistic approach reveals how balance (or imbalance) in one area affects others, and our data-driven insights help you make meaningful progress."
|
||||
@@ -213,7 +214,6 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#howitworks" },
|
||||
{ label: "How It Works", href: "#howitworks" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Download", href: "https://example.com/download" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user