ChandimaPrabath commited on
Commit
bc36ed5
·
1 Parent(s): 27cfe49
Files changed (1) hide show
  1. frontend/app/page.tsx +63 -12
frontend/app/page.tsx CHANGED
@@ -136,16 +136,67 @@ export default function Page() {
136
  </div>
137
  </section>
138
 
139
- <section id="learn-more" className="mt-32 px-6 max-w-6xl mx-auto" data-oid="vwy0vq_">
140
- <h2
141
- className="text-3xl font-bold mb-12 text-gray-100 text-center"
142
- data-oid="5gu2yrb"
143
- >
144
- Community for Active Mathematics
145
- </h2>
146
- <div className="grid md:grid-cols-3 gap-8" data-oid="vu-0agj">
147
- </div>
148
- </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
 
150
  <section id="why-choose-us" className="mt-32 px-6 max-w-6xl mx-auto" data-oid="5-zmzpc">
151
  <h2
@@ -220,8 +271,8 @@ export default function Page() {
220
  Get in Touch
221
  </h2>
222
  <p className="text-gray-400 mt-4 max-w-2xl mx-auto" data-oid="krawc39">
223
- Have questions or suggestions? We&apos;d love to hear from you. Here's how
224
- you can reach us.
225
  </p>
226
  </div>
227
  <div className="grid md:grid-cols-3 gap-4" data-oid=".ifg177">
 
136
  </div>
137
  </section>
138
 
139
+ {/* <section id="learn-more" className="mt-32 px-6 max-w-6xl mx-auto" data-oid="vwy0vq_">
140
+ <h2
141
+ className="text-3xl font-bold mb-12 text-gray-100 text-center"
142
+ data-oid="5gu2yrb"
143
+ >
144
+ Community for Active Mathematics
145
+ </h2>
146
+ <div className="grid md:grid-cols-3 gap-8" data-oid="vu-0agj">
147
+ <div
148
+ className="bg-gray-900/50 p-2 rounded-xl shadow-lg hover:shadow-xl border border-gray-800/50 hover:border-purple-600 border-t-0 border-b-0 transition-all duration-300 ease-in-out"
149
+ data-oid="ab99vsa"
150
+ >
151
+ <Image
152
+ src={'/images/banner-crop.jpg'}
153
+ width={200}
154
+ height={50}
155
+ alt="banner"
156
+ className="block border-solid opacity-[100%] h-[fit-content] w-full text-start"
157
+ data-oid="sbncp97"
158
+ />
159
+ </div>
160
+ <div
161
+ className="bg-gray-900/50 p-6 rounded-xl shadow-lg hover:shadow-xl border border-gray-800/50 hover:border-purple-600 border-t-0 border-b-0 transition-all duration-300 ease-in-out"
162
+ data-oid="n_uwrw7"
163
+ >
164
+ <div
165
+ className="w-12 h-12 bg-purple-950/50 rounded-full flex items-center justify-center mb-4 border border-purple-800/20"
166
+ data-oid="q9y29ft"
167
+ >
168
+ <span className="text-2xl" data-oid="wue2eps">
169
+ 🤝
170
+ </span>
171
+ </div>
172
+ <h3 className="font-bold text-xl mb-2 text-gray-100" data-oid="4yc0699">
173
+ Active Community
174
+ </h3>
175
+ <p className="text-gray-300" data-oid="qp.bt8o">
176
+ Connect with fellow learners and share your mathematical journey
177
+ </p>
178
+ </div>
179
+ <div
180
+ className="bg-gray-900/50 p-6 rounded-xl shadow-lg hover:shadow-xl border border-gray-800/50 hover:border-purple-600 border-t-0 border-b-0 transition-all duration-300 ease-in-out"
181
+ data-oid="b5w09k6"
182
+ >
183
+ <div
184
+ className="w-12 h-12 bg-pink-950/50 rounded-full flex items-center justify-center mb-4 border border-pink-800/20"
185
+ data-oid="a85x.c8"
186
+ >
187
+ <span className="text-2xl" data-oid="2d5dm.s">
188
+ 📱
189
+ </span>
190
+ </div>
191
+ <h3 className="font-bold text-xl mb-2 text-gray-100" data-oid="0cnhig3">
192
+ Accessible Learning
193
+ </h3>
194
+ <p className="text-gray-300" data-oid="4hj.p-.">
195
+ Learn anytime, anywhere with our mobile-friendly platform
196
+ </p>
197
+ </div>
198
+ </div>
199
+ </section> */}
200
 
201
  <section id="why-choose-us" className="mt-32 px-6 max-w-6xl mx-auto" data-oid="5-zmzpc">
202
  <h2
 
271
  Get in Touch
272
  </h2>
273
  <p className="text-gray-400 mt-4 max-w-2xl mx-auto" data-oid="krawc39">
274
+ Have questions or suggestions? We&apos;d love to hear from you. Here&apos;s
275
+ how you can reach us.
276
  </p>
277
  </div>
278
  <div className="grid md:grid-cols-3 gap-4" data-oid=".ifg177">