Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -9,10 +9,10 @@ import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code
|
||||
|
||||
export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Features", href: "/#features" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/#contact" }
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
|
||||
@@ -9,10 +9,10 @@ import { Zap, Shield, Rocket, Target, Sparkles, Crown, Mail, Users, Layers, Code
|
||||
|
||||
export default function PricingPage() {
|
||||
const navItems = [
|
||||
{ name: "Features", href: "/#features" },
|
||||
{ name: "Pricing", href: "/pricing" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/#contact" }
|
||||
{ name: "Features", id: "/#features" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/#contact" }
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
|
||||
Reference in New Issue
Block a user