Update src/app/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user