From 89bdd5f5d6d924dcb223fca548b048ed6e80038f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 09:11:29 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 61 ++++++++++++--------------------------- 1 file changed, 19 insertions(+), 42 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 886a923..f47db61 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqDouble from "@/components/sections/faq/FaqDouble"; -import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Sparkles, CheckCircle, TrendingUp, Award, HelpCircle, Mail } from "lucide-react"; export default function ProductsPage() { @@ -42,20 +42,10 @@ export default function ProductsPage() {
-
-
-
-
-
-