GitAuto: Add a section for testimonials between "use case" and "how to get started" on the top page / #99
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 Cases" and "How to Get Started" sections. This section will include three fake testimonials to enhance the user experience 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 engaging with our product. This feature will help in converting visitors into users by providing them with relatable experiences and endorsements.
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 product's use case.Integrate the Component:
Testimonials
component into theapp/page.tsx
file, placing it between theUseCases
andHowToGetStarted
components. This ensures the testimonials are displayed in the correct order on the top page.Styling and Consistency:
styles/globals.css
if necessary.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 testimonials will not affect the current user experience negatively but will enhance it by providing additional information and social proof.
Test these changes locally