diff --git a/src/component/bentobox.jsx b/src/component/bentobox.jsx
index bfb7788994e9a36dadee7ade7e649114b194e75a..78c6a43678e6cf77a4c0e95d1a91f2749aa662b0 100644
--- a/src/component/bentobox.jsx
+++ b/src/component/bentobox.jsx
@@ -5,7 +5,7 @@ import third from "../assets/bento/Frame 21.png";
 function Bento() {
     return (
         <>
-            <div className="bg-[#E9FAFF] relative p-4">
+            <div className="bg-[#E9FAFF] relative p-4 font-montserrat ">
                 <h2 className="text-blue-600 py-2 text-4xl text-center font-light mb-6">
                     Get Start now
                 </h2>
diff --git a/src/component/contact.jsx b/src/component/contact.jsx
index 533491376763bcdddff1e6ba3c3bca2295b55aba..ebe2050526c1c3e86b1076c86023642458fb32f0 100644
--- a/src/component/contact.jsx
+++ b/src/component/contact.jsx
@@ -14,7 +14,7 @@ const team=[
 ];
 function Contact() {
   return (
-    <div className="relative p-4 bg-[#E9FAFF]">
+    <div className="relative p-4 bg-[#E9FAFF] font-montserrat">
       <h2 className="text-2xl sm:text-3xl font-extrabold text-center mb-4 text-[#28409C]">
         CONTACT US
       </h2>
diff --git a/src/component/enquire.jsx b/src/component/enquire.jsx
index fc08a32a8d77bd136786aebe9d973400b016821a..bf58f4c032b77f109592f4d23ddaa2e8728373f5 100644
--- a/src/component/enquire.jsx
+++ b/src/component/enquire.jsx
@@ -3,7 +3,7 @@ import enquire from "../assets/enquire/enqure122.png";
 
 function Enquire() {
     return (
-        <div className="relative bg-[#C2E0F8] p-4 flex flex-col md:flex-row">
+        <div className="relative bg-[#C2E0F8] p-4 flex flex-col md:flex-row font-montserrat">
             <div className="relative w-full">
                 <h2 className="text-[#28409C] font-bold text-4xl md:text-5xl px-4 md:px-16 py-8 md:py-12">ENQUIRE US</h2>
                 <div className="grid grid-cols-1 md:grid-cols-2 gap-4 p-4 items-center">
diff --git a/src/component/footer.jsx b/src/component/footer.jsx
index 32a8e9d444c7bdf63e9b4997ea53c5bb9e7e0443..c375a52ab14cbd5e939bc4336518ebbbcb33ed5e 100644
--- a/src/component/footer.jsx
+++ b/src/component/footer.jsx
@@ -12,7 +12,7 @@ import world from "../assets/footer/world1.png";
 function Footer() {
   return (
     <>
-      <div className="bg-[#28409C]">
+      <div className="bg-[#28409C] font-montserrat">
         <div className=" bg-[#28409C] md:bg-[url('footer3.png')] md:bg-contain bg-no-repeat">
           <h2 className="text-white text-2xl md:text-5xl font-semibold px-3 md:px-4 py-6 md:py-6 md:font-extrabold">
             OMPOI
diff --git a/src/component/trustedby.jsx b/src/component/trustedby.jsx
index cd5bfbc9b9e4b7fe6846cb4b977a789cf1af7a68..11a6a5fecd3a154f1db64e20cf3c0ae0f0267aeb 100644
--- a/src/component/trustedby.jsx
+++ b/src/component/trustedby.jsx
@@ -1,11 +1,11 @@
 import React from "react";
 function Trusted() {
     return (
-        <section className="flex flex-col py-10 bg-white">
+        <section className="flex flex-col py-10 bg-white font-montserrat">
   <h2 className="text-4xl md:text-5xl  text-[#28409C] mb-6 px-[40px]">
     Trusted By
   </h2>
-  <div className="flex flex-col md:flex-row gap-6 justify-center items-center">
+  <div className="flex flex-col md:flex-row gap-6 justify-center items-center font-montserrat">
     {[
       { count: "100+", label: "Sellers" },
       { count: "500+", label: "Buyers" },