@@ -24,11 +24,7 @@ const HomePage = () => {
24
24
return (
25
25
< div className = "relative bg-gradient-to-b from-slate-950 to-indigo-950 w-full overflow-x-hidden" >
26
26
{ /* Hero Section */ }
27
- < img
28
- className = "absolute hidden max-md:block max-md:h-[18%] object-cover w-full bg-opacity-70 backdrop-blur-xl inset-0"
29
- src = "/images/pattern2.png"
30
- alt = "pattern"
31
- />
27
+
32
28
< section className = "w-full h-screen max-md:h-auto text-white py-10 px-6 mb-6" >
33
29
< div className = "container max-md:w-full max-md:mx-1 h-screen max-md:h-[100%] flex flex-col items-center" >
34
30
< div className = "w-[90%] max-md:h-[90%] h-screen max-lg:w-screen max-md:w-full max-md:mt-44 flex flex-col items-center mt-36 space-y-6 text-center" >
@@ -42,7 +38,7 @@ const HomePage = () => {
42
38
< h1
43
39
data-aos = "fade-down"
44
40
data-aos-duration = "1500"
45
- className = "text-6xl font-semibold z-30 max-lg:w-full max-md:w-screen leading-[107%] mb-2 max-md:tracking-tight max-lg:tracking-tighter text-center max-lg:text-4xl max-md:text-3xl max-lg:font-bold text-gray-300"
41
+ className = "text-6xl font-semibold z-30 max-lg:w-full max-md:w-screen leading-[107%] mb-2 max-md:tracking-tight max-lg:tracking-tighter text-center max-lg:text-4xl max-md:text-3xl max-lg:font-bold text-gray-300"
46
42
>
47
43
Empowering Interactive and Seamless Virtual Learning through
48
44
EduMatrix{ " " }
@@ -58,15 +54,15 @@ const HomePage = () => {
58
54
< div
59
55
data-aos = "fade-down"
60
56
data-aos-duration = "1500"
61
- className = "flex max-md:flex-col max-md:space-y-4 max-md:space-x-0 max-md:text-sm justify-center space-x-4 "
57
+ className = "flex gap-3 w-full justify-center"
62
58
>
63
59
< Buttons
64
- className = "px-8 outline-none border-none h-13 bg-zinc-300 text-indigo-950 rounded-md font-medium shadow-md hover:bg-gray-100 hover:scale-105 transition-transform duration-300"
60
+ className = "px-8 py-4 outline-none border-none h-15 bg-zinc-300 text-indigo-950 rounded-md shadow-md hover:bg-gray-100 hover:scale-105 transition-transform duration-300"
65
61
title = "Start Demo"
66
62
onClick = { ( ) => navigate ( '#video' ) }
67
63
/>
68
64
< Buttons
69
- className = "px-8 py-4 h-15 outline-none border-none bg-violet-500 text-white rounded-md shadow-md hover:bg-violet-600 hover:scale-105 transition-transform duration-300"
65
+ className = "px-8 py-4 h-15 outline-none border-none bg-violet-500 text-white rounded-md shadow-md hover:bg-violet-600 hover:scale-105 transition-transform duration-300"
70
66
title = "Get Started"
71
67
onClick = { ( ) => navigate ( '/MainLogin' ) }
72
68
/>
@@ -102,7 +98,7 @@ const HomePage = () => {
102
98
Explore Our Features
103
99
</ h3 >
104
100
105
- < div className = "flex gap-5 justify-center items-center" >
101
+ < div className = "flex gap-5 max-md:flex-col-reverse justify-center items-center" >
106
102
< div className = "flex flex-col gap-3 cursor-pointer" >
107
103
{ CardUtils . map ( ( props ) => (
108
104
< CardComponent { ...props } />
@@ -111,7 +107,7 @@ const HomePage = () => {
111
107
112
108
< div className = "image-part " >
113
109
< img
114
- className = "h-[450px] rounded-lg shadow-lg"
110
+ className = "h-[450px] max-md:h-[390px] max-md:w-[350px] rounded-lg shadow-lg"
115
111
src = { gallery4 }
116
112
alt = "image of a student"
117
113
/>
0 commit comments