From 802032cf78cbaaab7b4d91af54c4848c33152a25 Mon Sep 17 00:00:00 2001 From: Manika-Sabharwal Date: Mon, 6 Oct 2025 20:25:59 +0530 Subject: [PATCH] Removed Unwanted Buttons --- client/src/components/Landing/Landing.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/components/Landing/Landing.js b/client/src/components/Landing/Landing.js index 8c1eeee7..cc0f2b26 100644 --- a/client/src/components/Landing/Landing.js +++ b/client/src/components/Landing/Landing.js @@ -22,7 +22,8 @@ const settings = { autoplay: true, // Automatically change slides autoplaySpeed: 3000, // Change slide every 3 seconds fade: true, // Use a fade transition - cssEase: 'linear' + cssEase: 'linear', + arrows: false }; // Array of images to display in the carousel