diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f14cdb5..32f2083 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -3,18 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; +import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; import { DollarSign } from "lucide-react"; -const navItems = [ - { name: "Home", id: "/" }, - { name: "Services", id: "/services" }, - { name: "Pricing", id: "/pricing" }, - { name: "Gallery", id: "/gallery" }, - { name: "Contact", id: "/contact" }, -]; - export default function PricingPage() { return ( + {/* Navbar */} + {/* Pricing Plans */}
+ {/* Contact */} +
+ +
+ + {/* Footer */}