diff --git a/src/app/page.tsx b/src/app/page.tsx index 1868d02..07e0857 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,9 @@ import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Award, CheckCircle, Mail, Scissors, Star, Users, Zap } from 'lucide-react'; export default function LandingPage() { @@ -143,14 +143,14 @@ export default function LandingPage() {