Skip to content

Commit 68ba667

Browse files
authored
Merge pull request #29 from WRCRoboticsClub/dev-website-2.0
Dev website 2.0
2 parents 38d2202 + 0aedae4 commit 68ba667

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

src/components/testimonials.data.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ export const data = [
2727
text: "Must amazing place to learn and grow in the field of robotics. The team is very supportive and knowledgeable.",
2828

2929
},
30+
{
31+
id: 5,
32+
name: "Sabina Paudel",
33+
role: "Design Transformer",
34+
text: " At the crossroads of code, ceativity and circuits.",
35+
36+
},
3037

3138
];
3239

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Home() {
1010
return (
1111
<section sx={styles.banner} id="home">
1212
<Container sx={styles.banner.container}>
13-
{/* Left - Content */}
13+
1414
<Box sx={styles.banner.contentBox}>
1515
<Heading as="h4" variant="heroPrimary">
1616
Robotics Club, Pashchimanchal Campus, Pokhara.

0 commit comments

Comments
 (0)