diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a60d6b..aa10df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Coffee, Sparkles, CheckCircle, Star, Award } from 'lucide-react'; export default function LandingPage() { @@ -215,43 +215,11 @@ export default function LandingPage() {