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}