From 65a239b36b299e5f25bdb13254649f5505545285 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 08:54:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 ++++++++++++++++++++++++++++++++------- 1 file changed, 32 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1397610..7c83627 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,10 +4,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Package } from 'lucide-react'; export default function SitePage() { return ( @@ -27,9 +29,10 @@ export default function SitePage() {