diff --git a/src/app/build/page.tsx b/src/app/build/page.tsx index 8726f0e..77caf16 100644 --- a/src/app/build/page.tsx +++ b/src/app/build/page.tsx @@ -1,26 +1,25 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Speaker, Zap, Sparkles } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function BuildPage() { return (
-
-
@@ -131,4 +126,4 @@ export default function BuildPage() {
); -} +} \ No newline at end of file