From b3fe76bc893e8c024f9a5fda537c10637c69c154 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:46:34 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 592ba3c..a890c3d 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -26,10 +26,10 @@ export default function PricingPage() { brandName="Revolution Digital" navItems={[ { name: "Manifesto", id: "/" }, - { name: "Services", id: "#features" }, + { name: "Services", id: "/#features" }, { name: "Pricing", id: "/pricing" }, - { name: "About", id: "#about" }, - { name: "Contact", id: "#contact" }, + { name: "About", id: "/about" }, + { name: "Contact", id: "/contact" }, ]} bottomLeftText="Elite Digital Transformation" bottomRightText="hello@revolutiondigital.io" @@ -61,7 +61,7 @@ export default function PricingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={true} - buttons={[{ text: "Start Your Revolution", href: "#contact" }]} + buttons={[{ text: "Start Your Revolution", href: "/contact" }]} /> @@ -72,7 +72,7 @@ export default function PricingPage() { title="Conquer Your Market" description="Elite tools. Affordable pricing. Unmatched support. Your competitors are falling behind. Join the revolution today." buttons={[ - { text: "Schedule Your Consultation", href: "#contact-form" }, + { text: "Schedule Your Consultation", href: "/contact" }, { text: "Back to Home", href: "/" }, ]} background={{ variant: "plain" }} @@ -88,15 +88,14 @@ export default function PricingPage() { { label: "The Soldier", href: "/pricing" }, { label: "The Militia", href: "/pricing" }, { label: "The Army", href: "/pricing" }, - { label: "Features", href: "#features" }, + { label: "Features", href: "/#features" }, ], }, { title: "Company", items: [ - { label: "About Us", href: "#about" }, - { label: "Our Mission", href: "#about" }, - { label: "Contact", href: "#contact" }, - { label: "Blog", href: "#" }, + { label: "About Us", href: "/about" }, + { label: "Our Mission", href: "/about" }, + { label: "Contact", href: "/contact" }, ], }, {