Skip to content
Snippets Groups Projects
Commit 5d769178 authored by Muba006's avatar Muba006
Browse files

font changrd

parent 6fbd9f43
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import third from "../assets/bento/Frame 21.png"; ...@@ -5,7 +5,7 @@ import third from "../assets/bento/Frame 21.png";
function Bento() { function Bento() {
return ( 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"> <h2 className="text-blue-600 py-2 text-4xl text-center font-light mb-6">
Get Start now Get Start now
</h2> </h2>
......
...@@ -14,7 +14,7 @@ const team=[ ...@@ -14,7 +14,7 @@ const team=[
]; ];
function Contact() { function Contact() {
return ( 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]"> <h2 className="text-2xl sm:text-3xl font-extrabold text-center mb-4 text-[#28409C]">
CONTACT US CONTACT US
</h2> </h2>
......
...@@ -3,7 +3,7 @@ import enquire from "../assets/enquire/enqure122.png"; ...@@ -3,7 +3,7 @@ import enquire from "../assets/enquire/enqure122.png";
function Enquire() { function Enquire() {
return ( 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"> <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> <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"> <div className="grid grid-cols-1 md:grid-cols-2 gap-4 p-4 items-center">
......
...@@ -12,7 +12,7 @@ import world from "../assets/footer/world1.png"; ...@@ -12,7 +12,7 @@ import world from "../assets/footer/world1.png";
function Footer() { function Footer() {
return ( 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"> <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"> <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 OMPOI
......
import React from "react"; import React from "react";
function Trusted() { function Trusted() {
return ( 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]"> <h2 className="text-4xl md:text-5xl text-[#28409C] mb-6 px-[40px]">
Trusted By Trusted By
</h2> </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: "100+", label: "Sellers" },
{ count: "500+", label: "Buyers" }, { count: "500+", label: "Buyers" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment