diff --git a/src/components/ClientsSection.astro b/src/components/ClientsSection.astro
index d099ef4..9254e35 100644
--- a/src/components/ClientsSection.astro
+++ b/src/components/ClientsSection.astro
@@ -1,9 +1,6 @@
---
-// Variables for customization of the LoginModal Component
-// Main heading
+// Define the variables that will be used in this component
const title: string = "Trusted by Industry Leaders";
-
-// Sub-heading text
const subTitle: string =
"Experience the reliability chosen by industry giants.";
---
@@ -12,19 +9,21 @@ const subTitle: string =
class="mx-auto max-w-[85rem] px-4 py-10 sm:px-6 lg:px-8 lg:py-14 2xl:max-w-full"
>
-