2 Commits

Author SHA1 Message Date
35859fac43 Update src/app/page.tsx 2026-03-05 18:31:54 +00:00
0986a81ecd Merge version_2 into main
Merge version_2 into main
2026-03-05 18:27:59 +00:00

View File

@@ -317,7 +317,7 @@ export default function PDFReadAloudPage() {
}, },
{ {
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [ 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" } { text: "Request Quote", href: "#contact" }
], ],
features: [ 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." 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={[ buttons={[
{ text: "Upload Your First PDF", href: "https://app.example.com" }, { 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" buttonAnimation="slide-up"
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}