insert([ 'section_1_desc' => $faker->text, 'section_2_small_title' => $faker->text, 'section_2_big_title' => $faker->text, 'section_2_1_title' => $faker->text, 'section_2_2_title' => $faker->text, 'section_2_3_title' => $faker->text, 'section_2_1_desc' => $faker->text, 'section_2_2_desc' => $faker->text, 'section_2_3_desc' => $faker->text, 'section_3_image' => $faker->text, 'section_3_small_title' => $faker->text, 'section_3_big_title' => $faker->text, 'section_3_point' => $faker->text, 'section_3_btn' => $faker->text, 'section_3_link' => $faker->text, 'section_4_1_title' => $faker->text, 'section_4_2_title' => $faker->text, 'section_4_3_title' => $faker->text, 'section_4_4_title' => $faker->text, 'section_4_1_desc' => $faker->text, 'section_4_2_desc' => $faker->text, 'section_4_3_desc' => $faker->text, 'section_4_4_desc' => $faker->text, 'section_4_1_image' => $faker->text, 'section_4_2_image' => $faker->text, 'section_4_3_image' => $faker->text, 'section_4_4_image' => $faker->text, 'section_5_small_title' => $faker->text, 'section_5_big_title' => $faker->text, 'section_6_small_title' => $faker->text, 'section_6_big_title' => $faker->text, 'section_7_small_title' => $faker->text, 'section_7_big_title' => $faker->text, 'section_7_desc' => $faker->text, 'testimonial_1' => $faker->text, 'testimonial_2' => $faker->text, 'testimonial_3' => $faker->text, 'client_logo_1' =>$faker->image('public/storage/images',640,480, null, false), 'client_logo_2' =>$faker->image('public/storage/images',640,480, null, false), 'client_logo_3' =>$faker->image('public/storage/images',640,480, null, false), 'client_logo_4' =>$faker->image('public/storage/images',640,480, null, false), 'keyphrase' => $faker->text, 'seo_title' => $faker->text, 'meta_description' => $faker->text, ]); } } }