We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 38d2202 + 0aedae4 commit 68ba667Copy full SHA for 68ba667
2 files changed
src/components/testimonials.data.js
@@ -27,6 +27,13 @@ export const data = [
27
text: "Must amazing place to learn and grow in the field of robotics. The team is very supportive and knowledgeable.",
28
29
},
30
+ {
31
+ id: 5,
32
+ name: "Sabina Paudel",
33
+ role: "Design Transformer",
34
+ text: " At the crossroads of code, ceativity and circuits.",
35
+
36
+ },
37
38
];
39
src/pages/index.js
@@ -10,7 +10,7 @@ export default function Home() {
10
return (
11
<section sx={styles.banner} id="home">
12
<Container sx={styles.banner.container}>
13
- {/* Left - Content */}
14
<Box sx={styles.banner.contentBox}>
15
<Heading as="h4" variant="heroPrimary">
16
Robotics Club, Pashchimanchal Campus, Pokhara.
0 commit comments