$this->faker->unique()->word(), 'content' => $this->faker->paragraph(), 'position' => $this->faker->numberBetween(1, 10), 'image_url' => $this->faker->imageUrl(), 'button_text' => $this->faker->word(), 'button_url' => $this->faker->url(), 'button_color' => '#eeb425', 'button_border_color' => '#facc15', 'small_box' => false, ]; } }