Midterm Lab Exam — Elective G4 (Web Technologies)
You are required to add a Testimonials Section to your existing E-Commerce Term Project. This section should display customer feedback in an attractive and responsive layout.
Instructions:
- Add a new section titled “Customer Testimonials” on your main layout or homepage.
- Each testimonial should include:
- Customer Name
- Profile Image (optional)
- Star Rating (1–5)
- Review Text (short paragraph)
- Initially, show only one or two testimonials. When the user clicks “View More” or hovers over the section, display all testimonials using a smooth CSS or JavaScript transition.
- The section should be consistent with your website’s theme, including fonts, colors, and layout.
- Ensure the design is responsive for mobile, tablet, and desktop views.
Bonus (Optional):
Add a carousel/slider effect to rotate through the testimonials automatically.