Skip to content

Commit de9d89f

Browse files
committed
default
1 parent d6e0baf commit de9d89f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/pages/Home.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,23 @@ function App() {
9898
const testimonials = [
9999
{
100100
id: "1",
101-
name: "Vani Rudra",
101+
name: "Priya S.",
102102
grade: "Grade 8",
103103
location: "Delhi",
104104
stars: 5,
105105
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."
106106
},
107107
{
108108
id: "2",
109-
name: "Ganga Raghuwanshi",
109+
name: "Arjun K.",
110110
grade: "Grade 11",
111111
location: "Mumbai",
112112
stars: 4.5,
113113
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!"
114114
},
115115
{
116116
id: "3",
117-
name: "Bulbul Agarwalla",
117+
name: "Zara M.",
118118
grade: "Grade 7",
119119
location: "Bangalore",
120120
stars: 5,

0 commit comments

Comments
 (0)