Update src/app/services/page.tsx
This commit is contained in:
@@ -7,14 +7,14 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Monitor, Rocket, Paintbrush, Check, LayoutDashboard, Code, Megaphone, Palette, Handshake } from "lucide-react";
|
||||
import { Sparkles, Monitor, Rocket, Paintbrush, Check, LayoutDashboard, Code, Megaphone, Palette, Handshake, Users } from "lucide-react";
|
||||
|
||||
const NAV_ITEMS = [
|
||||
{ name: "Home", href: "/" },
|
||||
{ name: "Work", href: "/#work" },
|
||||
{ name: "Services", href: "/services" },
|
||||
{ name: "About", href: "/about" },
|
||||
{ name: "Contact", href: "/#contact" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
];
|
||||
|
||||
const FOOTER_COLUMNS = [
|
||||
|
||||
Reference in New Issue
Block a user