diff --git a/src/app/page.tsx b/src/app/page.tsx index 041a517..4bda304 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,10 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSocial from '@/components/sections/footer/FooterSocial'; -import { Heart, CheckCircle, Star, Send, Facebook, Instagram, Linkedin } from "lucide-react"; +import { Heart, CheckCircle, Send, Facebook, Instagram, Linkedin } from "lucide-react"; export default function LandingPage() { return ( @@ -44,12 +43,12 @@ export default function LandingPage() {
-
- -
-