GitAuto: Add a section for testimonials between "use case" and "how to get started" on the top page / #94
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Original issue: #90
What is the feature
The feature is to add a section for testimonials on the top page of the application, specifically between the "Use Case" and "How to Get Started" sections. This section will include three fake testimonials to enhance user engagement and provide social proof.
Why we need the feature
Testimonials are a powerful tool for building trust and credibility with potential users. By showcasing positive feedback from users, we can increase the likelihood of new users trying out the application. This feature will help in improving user conversion rates and overall user satisfaction.
How to implement and why
Create a New Component:
Testimonials.tsx
within thecomponents/HomePage
directory. This component will be responsible for rendering the testimonials section.Design the Layout:
Add Fake Testimonials:
Testimonials.tsx
component. These should be realistic and relevant to the application's use case.Integrate the Component:
Testimonials.tsx
component into theapp/page.tsx
file, placing it between theUseCases.tsx
andHowToGetStarted.tsx
components. This ensures the testimonials are displayed in the correct order on the top page.Test the Implementation:
About backward compatibility
This feature is backward compatible as it involves adding a new section to the existing page without altering any existing functionality. The addition of the testimonials section will not affect the current user experience negatively, and it can be easily removed or modified if needed in the future.
Test these changes locally