feat: add form for submitting testimonials #3

Merged
naomi merged 3 commits from feat/testimonials into main 2025-02-20 16:07:40 -08:00
Showing only changes of commit e6c20328ec - Show all commits

View File

@ -38,6 +38,7 @@ export class TestimonialComponent {
public firstName = new FormControl("");
public lastName = new FormControl("");
public email = new FormControl("");
public company = new FormControl("");
public content = new FormControl("");