From 5a2a2e1a141545c5bccc21e77e240d1c292a9dc8 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 21 Jan 2026 20:27:10 +0000 Subject: [PATCH 1/8] Update src/app/build/page.tsx --- src/app/build/page.tsx | 121 +++++++++++------------------------------ 1 file changed, 33 insertions(+), 88 deletions(-) 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() {
-
-