diff --git a/src/components/ClientsSection.astro b/src/components/ClientsSection.astro
new file mode 100644
index 0000000..28ae0ac
--- /dev/null
+++ b/src/components/ClientsSection.astro
@@ -0,0 +1,2516 @@
+---
+/* `title` variable used to customise the heading. */
+const title:string = "Trusted by Industry Leaders";
+
+/* `subTitle` variable used to customise the sub-heading text. */
+const subTitle:string = "Experience the reliability chosen by industry giants.";
+
+/*
+ In the above, the title and subTitle attributes are variables part of the ClientsSection component.
+ */
+---
+
+