public function about() { $data = [ 'title' => 'About Tristyn Loy – Fly & Spey Angler', 'meta_desc' => 'Southern Oregon fly fishing guide and spey enthusiast based in Medford – sharing Rogue River knowledge and two-handed techniques.', 'bio' => 'Hey, I\'m Tristyn Loy, a passionate fly and spey angler living in Medford, Oregon. I spend most of my time on the Rogue River chasing steelhead and trout with two-handed rods. This site is dedicated to sharing techniques, reports, gear insights, and the beauty of swing fishing in Southern Oregon.', 'location' => 'Medford, Oregon – Home waters: Rogue River & tributaries', ]; $this->render('about', $data); } public function contact() { $data = ['title' => 'Contact Tristyn Loy']; $this->render('contact', $data); }public function about() { $data = [ 'title' => 'About Tristyn Loy – Fly & Spey Angler', 'meta_desc' => 'Southern Oregon fly fishing guide and spey enthusiast based in Medford – sharing Rogue River knowledge and two-handed techniques.', 'bio' => 'Hey, I\'m Tristyn Loy, a passionate fly and spey angler living in Medford, Oregon. I spend most of my time on the Rogue River chasing steelhead and trout with two-handed rods. This site is dedicated to sharing techniques, reports, gear insights, and the beauty of swing fishing in Southern Oregon.', 'location' => 'Medford, Oregon – Home waters: Rogue River & tributaries', ]; $this->render('about', $data); } public function contact() { $data = ['title' => 'Contact Tristyn Loy']; $this->render('contact', $data); }