From 5d7691783e498cd5aadac017bd2be1c70e2f5163 Mon Sep 17 00:00:00 2001 From: Muba006 <mubamuzeen0876@gmail.com> Date: Mon, 3 Mar 2025 13:07:25 +0530 Subject: [PATCH] font changrd --- src/component/bentobox.jsx | 2 +- src/component/contact.jsx | 2 +- src/component/enquire.jsx | 2 +- src/component/footer.jsx | 2 +- src/component/trustedby.jsx | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/component/bentobox.jsx b/src/component/bentobox.jsx index bfb7788..78c6a43 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 5334913..ebe2050 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 fc08a32..bf58f4c 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 32a8e9d..c375a52 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 cd5bfbc..11a6a5f 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" }, -- GitLab