diff --git a/src/app/page.tsx b/src/app/page.tsx index 76e1b8e..217d4ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,6 @@ export default function LandingPage() { navItems={[ { name: "Dashboard", id: "dashboard" }, { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" } ]} @@ -45,7 +44,7 @@ export default function LandingPage() { logoText="ExpenseTracker" description="Simple, intuitive family expense tracking for every household" buttons={[ - { text: "Start Free Trial", href: "#contact" }, + { text: "Start Free Now", href: "#contact" }, { text: "Watch Demo", href: "#features" } ]} imageSrc="http://img.b2bpic.net/free-vector/course-app-interface-concept_23-2148655702.jpg" @@ -223,26 +222,14 @@ export default function LandingPage() {