From 58704d829b0be121cc1d6aa501777a4963236d9f Mon Sep 17 00:00:00 2001 From: Brandon Moffett Date: Thu, 8 May 2025 19:22:22 -0700 Subject: [PATCH] Update navigation and add research study page - Replaced "About Us" link with "Participate in a Research Study" in `MainLayout.razor`. - Added a button for research participation in the contact section. - Created a new `Research.razor` page with structured content about a speech pathology study, including a banner and footer images. - Added binary image files `research_1.png` and `research_2.png` for visual support. --- Layout/MainLayout.razor | 9 ++++- Pages/Research.razor | 59 ++++++++++++++++++++++++++++ wwwroot/media/images/research_1.png | Bin 0 -> 381843 bytes wwwroot/media/images/research_2.png | Bin 0 -> 347211 bytes 4 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 Pages/Research.razor create mode 100644 wwwroot/media/images/research_1.png create mode 100644 wwwroot/media/images/research_2.png diff --git a/Layout/MainLayout.razor b/Layout/MainLayout.razor index 9f3baf0..1967222 100644 --- a/Layout/MainLayout.razor +++ b/Layout/MainLayout.razor @@ -134,9 +134,8 @@
  • Privacy Policy
  • - + @@ -163,6 +165,9 @@