-
Looking for resource recommendations?
-
- Start Survey
+
+
Looking for resource recommendations?
+
+ Search for Auditory Resources
@@ -50,7 +50,7 @@ const Home: NextPage = () => {
- You can use the Resources tab to scroll through the list of all resources, or the Search tab to filter resources based on your preferences and skill level. We also have an About tab to learn more about the creators of this website and a Contact Us tab to submit any comments or questions you have about the site and auditory training in general. We hope you find this website helpful in your auditory training journey, and we are here to support you every step of the way.
+ You can use the Resources tab to scroll through the list of all resources, or the Search tab to filter resources based on your preferences and skill level. We also have an About tab to learn more about the creators of this website and a Contact Us tab to submit any comments or questions you have about the site and auditory training in general. We hope you find this website helpful in your auditory training journey, and we are here to support you every step of the way.
Getting Started
diff --git a/src/pages/resources/index.tsx b/src/pages/resources/index.tsx
index aeb262c..0a6ead5 100644
--- a/src/pages/resources/index.tsx
+++ b/src/pages/resources/index.tsx
@@ -34,12 +34,12 @@ const Resources = () => {
All Resources
Fill out the
-
- survey
+ search form
-
for specific resource recommendations.
+
for a list of auditory training resource recommendations.
diff --git a/src/pages/resources/survey.tsx b/src/pages/resources/search.tsx
similarity index 95%
rename from src/pages/resources/survey.tsx
rename to src/pages/resources/search.tsx
index 4ba9628..ad514dc 100644
--- a/src/pages/resources/survey.tsx
+++ b/src/pages/resources/search.tsx
@@ -1,4 +1,4 @@
-import { GuidedSurvey, type Question, type QuestionTypes } from "~/components/Survey";
+import { GuidedSearch, type Question, type QuestionTypes } from "~/components/Search";
const questions: Question
[] = [
{
@@ -103,7 +103,7 @@ const questions: Question[] = [
const SearchPage = () => {
return (
-
+
)
}
diff --git a/tailwind.config.cjs b/tailwind.config.cjs
index dc1fe14..f625e92 100644
--- a/tailwind.config.cjs
+++ b/tailwind.config.cjs
@@ -19,8 +19,8 @@ const config = {
},
animation: {
expand_in_out: 'expand_in_out 2s ease-in-out infinite',
- slide_survey_page: 'slide_left_full 0.5s ease-in-out',
- slide_survey_page_backwards: 'slide_right_full 0.5s ease-in-out'
+ slide_search_page: 'slide_left_full 0.5s ease-in-out',
+ slide_search_page_backwards: 'slide_right_full 0.5s ease-in-out'
},
},
},