diff --git a/components/trustedBy.tsx b/components/trustedBy.tsx index 644015d5..4991bda9 100644 --- a/components/trustedBy.tsx +++ b/components/trustedBy.tsx @@ -9,167 +9,44 @@ import NutanixLogo from "@/public/images/users/Nutanix_Logo.svg"; import LambdaTestTestimonial from "@/public/images/users/LambdaTest-320-180.png"; import LeadsquareTestimonial from "@/public/images/users/leadsquare.png"; import EdurekaTestimonial from "@/public/images/users/edureka_logo.png"; +import Marquee from "@/components/magicui/marquee"; -export const TrustedBy =() =>{ +const images = [ + { src: PixisTestimonial, alt: "Pixis Testimonial" }, + { src: InstaAstroTestimonial, alt: "InstaAstro Testimonial" }, + { src: AmazonLogo, alt: "Amazon" }, + { src: RelianceTestimonial, alt: "Reliance Testimonial" }, + { src: WhatfixTestimonial, alt: "Whatfix Testimonial" }, + { src: MarutiSuzukiLogo, alt: "Maruti Suzuki Logo" }, + { src: NutanixLogo, alt: "Nutanix Logo" }, + { src: LambdaTestTestimonial, alt: "LambdaTest Testimonial" }, + { src: LeadsquareTestimonial, alt: "Leadsquare Testimonial" }, + { src: EdurekaTestimonial, alt: "Edureka Testimonial" }, +]; + +export const TrustedBy = () => { return (
-
- +
{/* Section header */} -
+
Trusted by
-
-
- - Pixis Testimonial - - - Instaastro Testimonial - - - Amazon - - - Reliance Testimonial - - - Whatfix Testimonial - - - Pixis Testimonial - - - Pixis Testimonial - - - Lambdatest Testimonial - - - Leadsquare Testimonial - - - Edureka Testimonial - -
-
- ) -} + ); +};