title = $title; $this->description = $description; $this->component = $component; } public function render() { return view('livewire.web.components.demo.demo-section'); } }