Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitAuto: Add a section for testimonials between "use case" and "how to get started" on the top page / #94

Conversation

gitauto-for-dev[bot]
Copy link

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

  1. Create a New Component:

    • Develop a new React component named Testimonials.tsx within the components/HomePage directory. This component will be responsible for rendering the testimonials section.
  2. Design the Layout:

    • Use a simple and clean design to display the testimonials. Each testimonial should include a quote, the name of the person, and a small avatar or icon. This can be achieved using basic HTML and CSS, ensuring it aligns with the existing design language of the application.
  3. Add Fake Testimonials:

    • Include three hardcoded testimonials within the Testimonials.tsx component. These should be realistic and relevant to the application's use case.
  4. Integrate the Component:

    • Import and integrate the Testimonials.tsx component into the app/page.tsx file, placing it between the UseCases.tsx and HowToGetStarted.tsx components. This ensures the testimonials are displayed in the correct order on the top page.
  5. Test the Implementation:

    • Verify that the testimonials section is responsive and displays correctly on various screen sizes. Ensure that the content is accessible and readable.

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

git checkout -b gitauto-wes/issue-#90-caba600a-d91e-47c8-a2cb-fbf1efb98c75
git pull origin gitauto-wes/issue-#90-caba600a-d91e-47c8-a2cb-fbf1efb98c75

Copy link

vercel bot commented Aug 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gitauto-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 13, 2024 0:53am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant