diff --git a/src/app/page.tsx b/src/app/page.tsx index 034e60b..967fc1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBase from '@/components/sections/footer/FooterBase'; import { Award, BarChart, BarChart3, Calendar, CheckCircle, DollarSign, Handshake, MessageCircle, Palette, Smile, Sparkles, Target, TrendingUp, Users } from 'lucide-react'; export default function LandingPage() { @@ -206,39 +205,6 @@ export default function LandingPage() { /> -
); } \ No newline at end of file