Update src/app/services/page.tsx

This commit is contained in:
2026-06-02 11:43:41 +00:00
parent 3f04f0db73
commit b43e142c0c

View File

@@ -7,14 +7,14 @@ import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import ContactSplit from "@/components/sections/contact/ContactSplit"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase"; 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 = [ const NAV_ITEMS = [
{ name: "Home", href: "/" }, { name: "Home", id: "/" },
{ name: "Work", href: "/#work" }, { name: "Work", id: "work" },
{ name: "Services", href: "/services" }, { name: "Services", id: "/services" },
{ name: "About", href: "/about" }, { name: "About", id: "/about" },
{ name: "Contact", href: "/#contact" } { name: "Contact", id: "contact" }
]; ];
const FOOTER_COLUMNS = [ const FOOTER_COLUMNS = [