diff --git a/src/app/build/page.tsx b/src/app/build/page.tsx index b194973..8726f0e 100644 --- a/src/app/build/page.tsx +++ b/src/app/build/page.tsx @@ -3,8 +3,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Speaker, Zap, Sparkles } from "lucide-react"; @@ -13,13 +13,13 @@ export default function BuildPage() {
-
-