diff --git a/src/pages/PricingPage.tsx b/src/pages/PricingPage.tsx index 5e9a2f9..51666c8 100644 --- a/src/pages/PricingPage.tsx +++ b/src/pages/PricingPage.tsx @@ -1,6 +1,6 @@ import React from "react"; import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; // Corrected import path +import NavbarCentered from "@/components/ui/NavbarCentered"; import PricingSimpleCards from "@/components/sections/pricing/PricingSimpleCards"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -8,54 +8,62 @@ const PricingPage: React.FC = () => { return (
({ name: r.label, href: r.path }))} - ctaButton={{ text: "Get Started", href: "/contact" }} + ctaButton={{ text: "Get Started", href: "/#contact" }} /> -
+
);