From 92141282ab79f8894b22a45d641cce3ae271b6cd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:04:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 26 deletions(-) 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() {
@@ -363,4 +350,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1