From d82be986be24961b6adc0744f04afcd2d9d1759b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 14:35:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 78e828e..eeec442 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ContactText from '@/components/sections/contact/ContactText'; -import { Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -92,6 +88,7 @@ export default function LandingPage() {