Compare commits

3 Commits
dev ... main

Author SHA1 Message Date
9bcfd47ae0 updated 2024-06-21 19:50:48 +05:30
cf2031a318 updated 2024-06-21 19:48:06 +05:30
184d8552b4 alignment set 2024-06-21 19:38:15 +05:30
3 changed files with 5 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import playButton from "../assets/PlayBtn.png";
const Advertising = () => { const Advertising = () => {
return ( return (
<Box position={"relative"} h={"90vh"}> <Box position={"relative"} h={"100%"}>
<Container <Container
display={"flex"} display={"flex"}
flexDirection={"column"} flexDirection={"column"}

View File

@@ -10,11 +10,12 @@ import { OPACITY_ON_LOAD } from "../Layout/animations";
const Hero = () => { const Hero = () => {
return ( return (
<Box {...OPACITY_ON_LOAD} h={"100vh"}> <Box {...OPACITY_ON_LOAD} h={"100%"} pt={10} pb={20}>
<Container <Container
display={"flex"} display={"flex"}
maxW="container.xl" maxW="container.xl"
h={"100%"} h={"100%"}
alignItems={'center'}
> >
<Box w={"50%"} display={'flex'} flexDirection={'column'} gap={6} justifyContent={'center'} p={10} h={"100%"}> <Box w={"50%"} display={'flex'} flexDirection={'column'} gap={6} justifyContent={'center'} p={10} h={"100%"}>

View File

@@ -28,7 +28,7 @@ const HowItWorks = () => {
return ( return (
<Box id="how-it-works" position={"relative"} backgroundColor={"#ffffff"} h={"120vh"} mt={28} mb={10}> <Box id="how-it-works" position={"relative"} backgroundColor={"#ffffff"} h={"100%"} mt={28} mb={10}>
<Image src={patter1} position={"absolute"} top={0} left={0} w={100} /> <Image src={patter1} position={"absolute"} top={0} left={0} w={100} />
<Container <Container
display={"flex"} display={"flex"}
@@ -194,7 +194,7 @@ const HowItWorks = () => {
left={1} left={1}
src={browse} src={browse}
w={"100%"} w={"100%"}
h={"80%"} h={"100%"}
zIndex={-1} zIndex={-1}
// transform={spanHeight === 75 ? "translateX(0px)": "translateY(-100%)"} // transform={spanHeight === 75 ? "translateX(0px)": "translateY(-100%)"}
opacity={spanHeight === 75 ? 1: 0} opacity={spanHeight === 75 ? 1: 0}