We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafcc81 commit a40926aCopy full SHA for a40926a
src/App.jsx
@@ -20,6 +20,8 @@ const App = () => {
20
<Upcoming></Upcoming>
21
<Title title='Glimpses' subtitle='sneekpeek from past events'></Title>
22
<Glimpses> </Glimpses>
23
+ <Title title='TESTIMONIALS' subtitle='What student says'></Title>
24
+
25
</div>
26
27
)
src/assets/Components/Testimonials/Testimonial.css
src/assets/Components/Testimonials/Testimonial.jsx
@@ -0,0 +1,11 @@
1
+import React from 'react'
2
3
+const Testimonial = () => {
4
+ return (
5
+ <div>
6
7
+ </div>
8
+ )
9
+}
10
11
+export default Testimonial
0 commit comments