diff --git a/src/App.tsx b/src/App.tsx index e4f9b18..a7d22ef 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,5 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; -import ContactCta from '@/components/sections/contact/ContactCta'; +import ContactFormMap from '@/components/sections/contact/ContactFormMap'; import FeaturesDetailedCards from '@/components/sections/features/FeaturesDetailedCards'; import FooterBasic from '@/components/sections/footer/FooterBasic'; import HeroSplit from '@/components/sections/hero/HeroSplit'; @@ -99,14 +99,7 @@ export default function App() {
- +