diff --git a/src/app/page.tsx b/src/app/page.tsx index 7329952..4340caa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,8 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Building2, Calendar, Leaf, MapPin, Zap } from 'lucide-react'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Building2, Calendar, Leaf, MapPin, Zap, Twitter, Linkedin, Mail, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -214,43 +214,16 @@ export default function LandingPage() {
); -} +} \ No newline at end of file