diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index d76f16d..74cf776 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -11,7 +11,7 @@ export function Footer() {
{/* Logo or Site Name */}
-
GuruNimbus
+
Guru Nimbus
Your gateway to quality education
Empowering learners everywhere
@@ -25,19 +25,17 @@ export function Footer() {
{/* Social Media Icons */}
@@ -50,7 +48,7 @@ export function Footer() {
{/* Footer Bottom */}
- © {new Date().getFullYear()} GuruNimbus. All rights reserved.
+ © {new Date().getFullYear()} Guru Nimbus. All rights reserved.
diff --git a/src/components/ui/people.tsx b/src/components/ui/people.tsx
index d19e51e..3c44aa2 100644
--- a/src/components/ui/people.tsx
+++ b/src/components/ui/people.tsx
@@ -10,6 +10,14 @@ const people = [
image:
"/img.png",
},
+
+ {
+ id: 2,
+ name: "Suraj Kumar",
+ designation: "DevOps Engineer",
+ image:
+ "/suraj.jpeg",
+ },
{
id: 3,
name: "Kumari Anjali",
@@ -18,13 +26,6 @@ const people = [
"/anjali.jpeg",
},
- {
- id: 2,
- name: "Suraj Kumar",
- designation: "devops Engineer",
- image:
- "/suraj.jpeg",
- },
];