diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index ff31c18..a53c36d 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -3,15 +3,17 @@ import ReactLenis from "lenis/react"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; -import ContactSplit from "@/components/sections/contact/ContactSplit"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import ContactCTA from "@/components/sections/contact/ContactCTA"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles } from "lucide-react"; export default function PricingPage() { const navItems = [ { name: "Home", id: "/" }, + { name: "About", id: "/about" }, + { name: "Services", id: "/services" }, { name: "Pricing", id: "/pricing" }, + { name: "Contact", id: "/contact" }, ]; return ( @@ -28,43 +30,35 @@ export default function PricingPage() { headingFontWeight="medium" > - + + +
+ +
+ - - console.log(email)} - /> -