insert([ 'section_1_desc' => $faker->title, 'section_2_small_title' => $faker->title, 'section_2_big_title' => $faker->text, 'section_2_desc' => $faker->text, 'section_2_1' => $faker->text, 'section_2_2' => $faker->text, 'section_2_3' => $faker->title, 'section_2_4' => $faker->text, 'section_2_5' => $faker->text, 'section_2_btn' => $faker->text, 'keyphrase' => $faker->text, 'seo_title' => $faker->text, 'meta_description' => $faker->text, 'image' => $faker->text, ]); } } }