diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 20e3bd5..867a619 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import HeroBillboard from "@/components/sections/hero/HeroBillboard"; import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; @@ -17,45 +18,6 @@ export default function PricingPage() { { name: "Contact", id: "/contact" }, ]; - const footerColumns = [ - { - title: "Product", - items: [ - { label: "Features", href: "/" }, - { label: "Pricing", href: "/pricing" }, - { label: "Dashboard", href: "https://app.nexagent.com" }, - { label: "Integrations", href: "/" }, - ], - }, - { - title: "Company", - items: [ - { label: "About", href: "/about" }, - { label: "Blog", href: "#" }, - { label: "Careers", href: "#" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "#" }, - { label: "Terms of Service", href: "#" }, - { label: "Cookie Policy", href: "#" }, - { label: "Security", href: "#" }, - ], - }, - { - title: "Connect", - items: [ - { label: "LinkedIn", href: "https://linkedin.com" }, - { label: "Twitter", href: "https://twitter.com" }, - { label: "WhatsApp", href: "https://wa.me/1234567890" }, - { label: "Email", href: "mailto:hello@nexagent.com" }, - ], - }, - ]; - return ( +
+ +
+
-
+