This commit is contained in:
2021-12-23 04:00:42 -05:00
parent 3bb74ab465
commit 4bb6316f88
16 changed files with 215 additions and 232 deletions
+7 -5
View File
@@ -8,12 +8,13 @@ import FeaturesHomeOne from './FeaturesHomeOne';
import FooterHomeOne from './FooterHomeOne';
import HeroHomeOne from './HeroHomeOne';
import HomeOneHeader from './HomeOneHeader';
import PricingHomeOne from './PricingHomeOne';
//import PricingHomeOne from './PricingHomeOne';
import ProjectHomeOne from './ProjectHomeOne';
import ServicesHomeOne from './ServicesHomeOne';
import TeamHomeOne from './TeamHomeOne';
import TestimonialHomeOne from './TestimonialHomeOne';
import TrafficHomeOne from './TrafficHomeOne';
//import TrafficHomeOne from './TrafficHomeOne';
import TrafficHomeTwo from './TrafficHomeTwo';
function HomeOne() {
const [drawer, drawerAction] = useToggle(false);
@@ -25,11 +26,12 @@ function HomeOne() {
<HeroHomeOne />
<ServicesHomeOne />
<FeaturesHomeOne />
<TrafficHomeOne />
<FaqHomeOne />
{/*<TrafficHomeOne />*/}
<TrafficHomeTwo />
<TestimonialHomeOne />
<TeamHomeOne />
<PricingHomeOne />
<FaqHomeOne />
{/*<PricingHomeOne />*/}
<BlogHomeOne />
<ProjectHomeOne />
<FooterHomeOne />