From 65e3d9a6907e2a1a1537bf3ac5bbb08bd746394f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:25:15 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 147 ++++++++++++--------------------------- 1 file changed, 46 insertions(+), 101 deletions(-) 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 */}