mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 19:45:49 +00:00
home banner
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -52,7 +52,7 @@ const LearnBanner = () => {
|
||||
}}
|
||||
>
|
||||
<Box
|
||||
width={"90%"}
|
||||
width={"78%"}
|
||||
sx={{
|
||||
"@media (max-width: 435px)": {
|
||||
width: "100%",
|
||||
|
||||
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user