diff --git a/src/app/page.tsx b/src/app/page.tsx index 47ef987..91e9212 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,13 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, CheckCircle, Sparkles } from "lucide-react"; +import { Award, CheckCircle, Sparkles, Mail, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -164,24 +164,24 @@ export default function LandingPage() {