diff --git a/src/app/page.tsx b/src/app/page.tsx
index 16c19c4..0c254a4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {