diff --git a/src/app/page.tsx b/src/app/page.tsx index e9843b4..6b49be0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,11 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import SplitAbout from '@/components/sections/about/SplitAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Leaf, Award, MapPin, Mail, Phone, Clock } from "lucide-react"; +import { Leaf, Award, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,10 +31,10 @@ export default function LandingPage() {