From c19ee71012f90007ccd97d59465751c32f847699 Mon Sep 17 00:00:00 2001 From: development Date: Sat, 3 Jan 2026 14:14:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d56b686..891e761 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import PricingCardFour from '@/components/sections/pricing/PricingCardFour'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Mail } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1