Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-10 23:46:34 +00:00
parent eb4381e184
commit b3fe76bc89

View File

@@ -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" }]}
/>
</div>
@@ -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" },
],
},
{