You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/Home.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -98,23 +98,23 @@ function App() {
98
98
consttestimonials=[
99
99
{
100
100
id: "1",
101
-
name: "Vani Rudra",
101
+
name: "Priya S.",
102
102
grade: "Grade 8",
103
103
location: "Delhi",
104
104
stars: 5,
105
105
comment: "I never thought I could build my own website at 13, but CodeRoot's step-by-step roadmap made it possible! I've even started helping my friends learn coding too."
106
106
},
107
107
{
108
108
id: "2",
109
-
name: "Ganga Raghuwanshi",
109
+
name: "Arjun K.",
110
110
grade: "Grade 11",
111
111
location: "Mumbai",
112
112
stars: 4.5,
113
113
comment: "The Python & Data Science roadmap helped me create a climate analysis project that won first place at the national science fair. The skills I learned are incredible!"
0 commit comments