import Image from 'next/image' import TestimonialImage01 from '@/public/images/testimonial-01.jpg' import TestimonialImage02 from '@/public/images/testimonial-02.jpg' import TestimonialImage03 from '@/public/images/testimonial-03.jpg' import TestimonialImage04 from '@/public/images/testimonial-04.jpg' import TestimonialImage05 from '@/public/images/testimonial-05.jpg' import TestimonialImage06 from '@/public/images/testimonial-06.jpg' export default function Testimonials() { return (
{/* Section header */}

What our customers are saying about us

{/* Testimonials container */}
{/* 1st Testimonial */}
Testimonial 01
{/* Acme Inc. logo */}

Tidy has been the system to drive change in collaboration on content for our organisation.

{/* 2nd Testimonial */}
Testimonial 02
{/* Acme Inc. logo */}

Tidy has been the system to drive change in collaboration on content for our organisation.

{/* 3rd Testimonial */}
Testimonial 03
{/* Acme Inc. logo */}

Tidy has been the system to drive change in collaboration on content for our organisation.

{/* 4th Testimonial */}
Testimonial 04
{/* Acme Inc. logo */}

Tidy has been the system to drive change in collaboration on content for our organisation.

{/* 5th Testimonial */}
Testimonial 05
{/* Acme Inc. logo */}

Tidy has been the system to drive change in collaboration on content for our organisation.

{/* 6th Testimonial */}
Testimonial 06
{/* Acme Inc. logo */}

Tidy has been the system to drive change in collaboration on content for our organisation.

{/* See All Customers */}
) }