From 1114b643ab44a5ee353397b88742b3c30aae84a9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 16:43:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e25c4c..17ae2d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,8 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "Features", id: "features" }, { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "PDF Editor", id: "pdf-editor" } ]} /> @@ -45,7 +46,7 @@ export default function LandingPage() { background={{ variant: "plain" }} avatars={[{ src: "http://img.b2bpic.net/free-vector/digital-web-cloud-computing-background-online-data-transfer_1017-56177.jpg", alt: "pdf upload document icon illustration" }]} buttons={[ - { text: "Upload PDF", href: "#features" }, + { text: "Upload PDF", href: "/pdf-editor" }, { text: "Learn More", href: "#faq" } ]} buttonAnimation="slide-up" @@ -112,7 +113,7 @@ export default function LandingPage() { text="अभी शुरू करें - अपना PDF संपादित करें" background={{ variant: "radial-gradient" }} buttons={[ - { text: "PDF अपलोड करें", href: "#hero" }, + { text: "PDF अपलोड करें", href: "/pdf-editor" }, { text: "हमसे संपर्क करें", href: "mailto:support@pdfedit.in" } ]} useInvertedBackground={true}