File tree 6 files changed +13
-10
lines changed
6 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
import Breadcrumb from "@/components/Common/Breadcrumb" ;
2
- import ContactCopy from "@/components/Contactcopy " ;
2
+ import Team from "@/components/Team " ;
3
3
4
4
import { Metadata } from "next" ;
5
5
@@ -10,17 +10,17 @@ import { Metadata } from "next";
10
10
// //V!g8n35h was here and if you found this, you deserve a chocolate
11
11
// };
12
12
13
- const ContactPageCopy = ( ) => {
13
+ const hi = ( ) => {
14
14
return (
15
15
< >
16
16
< Breadcrumb
17
17
pageName = "Meet the Team"
18
18
description = "Get in touch with us. We are always here to help you."
19
19
/>
20
20
21
- < ContactCopy />
21
+ < Team />
22
22
</ >
23
23
) ;
24
24
} ;
25
25
26
- export default ContactPageCopy ;
26
+ export default Team ;
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import Hero from "@/components/Hero";
9
9
import Pricing from "@/components/Pricing" ;
10
10
import Testimonials from "@/components/Testimonials" ;
11
11
// import Video from "@/components/Video";
12
- import ContactCopy from "@/components/Contactcopy " ;
12
+ import Team from "@/components/Team " ;
13
13
import { Metadata } from "next" ;
14
14
import { Analytics } from "@vercel/analytics/react"
15
15
import { SpeedInsights } from "@vercel/speed-insights/next"
@@ -20,6 +20,9 @@ import { SpeedInsights } from "@vercel/speed-insights/next"
20
20
// // other metadata
21
21
// };
22
22
23
+ < meta property = "og:image" content = "/images/logo/Official Logo-02-white.svg" />
24
+
25
+
23
26
export default function Home ( ) {
24
27
return (
25
28
< >
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ const brandsData: Brand[] = [
19
19
id : 3 ,
20
20
name : "IIT Kanpur" ,
21
21
href : "https://www.iitk.ac.in" ,
22
- image : "/images/brands/unknown .png" ,
22
+ image : "/images/brands/Unknown .png" ,
23
23
// imageLight: "/images/brands/lineicons-light.svg",
24
24
} ,
25
25
{
26
26
id : 4 ,
27
27
name : "T Motors" ,
28
28
href : "https://uav-en.tmotor.com" ,
29
- image : "/images/brands/unknown -1.png" ,
29
+ image : "/images/brands/Unknown -1.png" ,
30
30
// imageLight: "/images/brands/ayroui-light.svg",
31
31
} ,
32
32
] ;
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ const menuData: Menu[] = [
46
46
{
47
47
id : 8 ,
48
48
title : "Team" ,
49
- path : "/contactcopy " ,
49
+ path : "/Team " ,
50
50
newTab : false ,
51
51
} ,
52
52
// {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ const TeamCard = ({ member }) => {
209
209
) ;
210
210
} ;
211
211
212
- const ContactCopy = ( ) => {
212
+ const Team = ( ) => {
213
213
return (
214
214
< div >
215
215
{ /* y21s */ }
@@ -308,7 +308,7 @@ const ContactCopy = () => {
308
308
) ;
309
309
} ;
310
310
311
- export default ContactCopy ;
311
+ export default Team ;
312
312
//
313
313
// ¯\(ツ)/¯
314
314
// Harshit Chaudhary was here, if you see this, feel lucky
You can’t perform that action at this time.
0 commit comments