From 35859fac4315da02d08fd02a8232dda9c5c9b7dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:31:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aec6444..e27de71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -317,7 +317,7 @@ export default function PDFReadAloudPage() { }, { id: "enterprise", price: "Custom", name: "Enterprise", buttons: [ - { text: "Schedule Demo", href: "#contact" }, + { text: "Get 14 Days Free", href: "https://app.example.com" }, { text: "Request Quote", href: "#contact" } ], features: [ @@ -384,7 +384,7 @@ export default function PDFReadAloudPage() { description="Join thousands of readers who are using our Voice Agent to understand complex documents faster, retain information better, and make reading accessible for everyone." buttons={[ { text: "Upload Your First PDF", href: "https://app.example.com" }, - { text: "Schedule a Demo", href: "#" } + { text: "Get 14 Days Free", href: "https://app.example.com" } ]} buttonAnimation="slide-up" background={{ variant: "gradient-bars" }} -- 2.49.1