home banner

This commit is contained in:
YasinShaikh123
2024-04-09 16:02:51 +05:30
parent cb330b7050
commit 72ed8e710c
4 changed files with 8 additions and 10 deletions

View File

@@ -50,7 +50,7 @@ const BuildBanner = () => {
}}
>
<Box
width={"90%"}
width={"75%"}
sx={{
"@media (max-width: 435px)": {
width: "100%",
@@ -91,7 +91,7 @@ const BuildBanner = () => {
<Box marginTop={"1.5rem"} width={"80%"}>
<Text
color={"#fff"}
fontSize={"25px"}
fontSize={"20px"}
fontWeight={"400"}
lineHeight={"37.5px"}
fontFamily={"Poppins"}

View File

@@ -89,17 +89,16 @@ const HomeBanner = () => {
>
{item.heading1}
{!isSmallScreen ? (
<span
<Text
fontSize={"42px"}
style={{
color: "#fff",
fontWeight: "500",
}}
>
{item.heading2}
</span>
>{item.heading2}
</Text>
) : (
<span
<Text
style={{
color: "#fff",
fontWeight: "500",
@@ -107,7 +106,7 @@ const HomeBanner = () => {
}}
>
{item.heading2}
</span>
</Text>
)}
</Text>
<Text

View File

@@ -52,7 +52,7 @@ const LearnBanner = () => {
}}
>
<Box
width={"90%"}
width={"78%"}
sx={{
"@media (max-width: 435px)": {
width: "100%",

View File

@@ -18,7 +18,6 @@ import jupiter from "../../assets/images/jupiter.png";
import ondc from "../../assets/images/ondc.png";
import smartcity from "../../assets/images/smartcity.png";
import ymca from "../../assets/images/ymca.png";
import bescom from "../../assets/images/bescom.png";
import Slider from "react-slick";
import { useState } from "react";