Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-07 14:07:28 +00:00

View File

@@ -9,7 +9,6 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
export default function LandingPage() {
@@ -32,8 +31,6 @@ export default function LandingPage() {
navItems={[
{
name: "Features", id: "#features"},
{
name: "Pricing", id: "#pricing"},
{
name: "Contact", id: "#contact"},
]}
@@ -51,7 +48,7 @@ export default function LandingPage() {
description="Powerful, browser-based PDF tools with industry-grade performance. Annotate, merge, redact, and sign—all in one sleek, secure workspace."
buttons={[
{
text: "Try it Free", href: "#"},
text: "Launch Editor", href: "/editor"},
{
text: "Learn More", href: "#about"},
]}
@@ -64,7 +61,7 @@ export default function LandingPage() {
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Tools for Every Document Need"
description="From basic annotation to complex batch processing, PDFNova handles it all with precision and speed."
description="From basic annotation to complex batch processing, PDFNova handles it all with precision and speed. All tools are completely free to use."
accordionItems={[
{
id: "f1", title: "Advanced Annotation", content: "Add text, highlights, and comments with ease. Built-in freehand drawing for signatures and markup."},
@@ -110,42 +107,6 @@ export default function LandingPage() {
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardEight
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
plans={[
{
id: "free", badge: "Free", price: "$0", subtitle: "For personal use", buttons: [
{
text: "Get Started"},
],
features: [
"Limited edits per month", "Standard annotation", "Basic merge"],
},
{
id: "pro", badge: "Pro", price: "$12", subtitle: "For professionals", buttons: [
{
text: "Upgrade"},
],
features: [
"Unlimited editing", "Advanced batch tools", "Priority support"],
},
{
id: "team", badge: "Team", price: "$29", subtitle: "For teams", buttons: [
{
text: "Start Trial"},
],
features: [
"Shared workspaces", "API access", "SSO integration"],
},
]}
title="Simple Pricing"
description="Choose a plan that fits your professional needs. Upgrade or cancel anytime."
/>
</div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
@@ -156,7 +117,7 @@ export default function LandingPage() {
{
id: "q2", title: "Can I combine multiple PDFs?", content: "Yes, use our Merge tool to upload multiple files, reorder pages, and export as a single document."},
{
id: "q3", title: "Is there a page limit for editing?", content: "For free users, we support up to 50 pages per document. Pro users enjoy unlimited page count editing."},
id: "q3", title: "Is there a page limit for editing?", content: "We support up to 50 pages per document for all users, completely free."},
]}
title="Frequently Asked Questions"
description="Answers regarding our PDF editing capabilities and tools."
@@ -186,7 +147,6 @@ export default function LandingPage() {
{
title: "Product", items: [
{ label: "Editor", href: "#" },
{ label: "Pricing", href: "#" },
{ label: "Security", href: "#" },
],
},