insert([ 'section_1_image' => "nasi-goreng.jpg", 'section_1_big_title' => $faker->text, 'section_1_small_title' => $faker->text, 'section_1_1_btn_text' => $faker->title, 'section_1_1_btn_link' => $faker->title, 'section_1_2_btn_text' => $faker->title, 'section_1_2_btn_link' => $faker->title, 'section_2_image' => "nasi-goreng.jpg", 'section_2_big_title' => $faker->title, 'section_2_small_title' => $faker->title, 'section_2_points' => $faker->title, 'section_2_1_btn_text' => $faker->title, 'section_2_1_btn_link' => $faker->title, 'section_2_2_btn_text' => $faker->title, 'section_2_2_btn_link' => $faker->title, 'section_3_big_title' => $faker->title, 'section_3_small_title' => $faker->title, 'section_4_image' => "nasi-goreng.jpg", 'section_5_title' => $faker->title, 'section_6_title' => $faker->title, 'testimonial' => $faker->title, 'keyphrase' => $faker->text, 'seo_title' => $faker->text, 'meta_description' => $faker->text, ]); } } }