From 73d6c20685d576f87b3b5c7e700905d4449a6620 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 20:38:26 +0000 Subject: [PATCH] Update src/app/build/page.tsx --- src/app/build/page.tsx | 75 ++++++++++++++++++++---------------------- 1 file changed, 35 insertions(+), 40 deletions(-) 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