Update src/app/about/page.tsx
This commit is contained in:
@@ -11,8 +11,8 @@ import { Zap } from 'lucide-react';
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Manifesto", id: "/" },
|
||||
{ name: "Services", id: "/" },
|
||||
{ name: "Pricing", id: "/" },
|
||||
{ name: "Services", id: "/#features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
@@ -84,7 +84,7 @@ export default function AboutPage() {
|
||||
description="Whether you're a solo entrepreneur or leading a growing team, Revolution Digital has the tools and expertise to accelerate your growth. Let's build something extraordinary together."
|
||||
buttons={[
|
||||
{ text: "Schedule a Consultation", href: "/contact" },
|
||||
{ text: "View Pricing", href: "/" }
|
||||
{ text: "View Pricing", href: "/pricing" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
@@ -96,18 +96,17 @@ export default function AboutPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "The Soldier", href: "/" },
|
||||
{ label: "The Militia", href: "/" },
|
||||
{ label: "The Army", href: "/" },
|
||||
{ label: "Features", href: "/" }
|
||||
{ label: "The Soldier", href: "/pricing" },
|
||||
{ label: "The Militia", href: "/pricing" },
|
||||
{ label: "The Army", href: "/pricing" },
|
||||
{ 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: "Contact", href: "/contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user