diff --git a/src/app/page.tsx b/src/app/page.tsx index 68b14da..d04f390 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,14 +5,12 @@ import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboa import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import PricingCardThree from "@/components/sections/pricing/PricingCardThree"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Zap, Shield, Rocket, Target, Sparkles, Mail } from "lucide-react"; export default function SaasTemplatePage() { const navItems = [ { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, ]; @@ -56,31 +54,10 @@ export default function SaasTemplatePage() { ]} /> -